A lot can be said about testing. But to finish this testing guide, here are some subjects you will run into when testing Android apps.
Read MoreGenerates fake data for testing or populating a development database. A Kotlin port of the Faker ruby gem that's suitable to use in Android development.
Read More
Developing an open source application comes with its own specificities. You can just build it and share the code online. But if you want others to understand it and contribute, here are some best practices you should follow.