04 December, 2019

World Of Cats has a new release. Re-written totally from scratch using Kotlin, Jetpack, MVVM. Taking advantage of coroutines for non-blocking. Glide for image loading. Caching everything with Room. HTTP requests populate the local database. And UI observes the db, as per Google recommendations. Works offline like a charm. Loads instantly! No bugs! (that last one was a joke)

02 September, 2019

SpeakIt 6.1

SpeakIt has a new release. Added support for Dark Theme. Several minor Android 10 compatibility updates.

Re-written from scratch in Kotlin, using MVVM and Jetpack