Migrating to AndroidX

AndroidX was announced in May of this year and is becoming more mature each month. We're starting to see libraries migrate to AndroidX so we'd also need to migrate to keep using the latest versions. As a result, we decided it was time to take the plunge. »

Koin: Dependency Injection Simplified

These are just a few simple examples on how Koin can help with Android development, particularly making Architecture Component ViewModels more concise. Setup is quick and easy, and adding it to an existing application can be done relatively painlessly. »