For years there have been open debates in the iOS community on whether to manage views programmatically or through xib files. Both have their own pros and cons. Swift UI brings much needed closure to that. The XML based xib files (and Storyboards) let us design our views visually in Xcode’s interface builder. It’s a … Continue reading Power of SwiftUI
Android best practices
Every android developers must know how to write code in best possible way. The main purpose of this blog is to create a simple app with architecture adherence, code quality, scalability with high testing code coverage. If you have basic knowledge in Android, then it should be sufficient for understanding. This simple application can be … Continue reading Android best practices