How an Android App Developer Can Optimize the Final Product
For this post, I have Michael Kordvani, a tech blogger and mobile developer, to talk about some ways you can optimize your Android apps.
For this post, I have Michael Kordvani, a tech blogger and mobile developer, to talk about some ways you can optimize your Android apps.
In part 2, you learned about the Model View Presenter (MVP) architecture. As a brief refresher, the MVP model is a popular choice when you want to write Android code that is easy to test. It is an architecture that keeps the business logic and user interface (UI) logic separate […]
In part 1, you have learned about the different types of tests that are available for Android. As a quick refresher, there are two types of test. One is pure java test, which only requires the Java Virtual Machine (JVM) to run and doesn’t require any dependency on the Android […]
If you have not been writing a lot of tests for your Android projects, you might fit it difficult to start. You really want to write tests for your Android projects, but you find it really difficult to do. There are multiple factors that contribute to this, but one of […]