Consistency is going opensource : https://github.com/dhr039/consistency
04 October, 2023
22 September, 2023
If Android Studio is not showing previews for markdown files, do the following:
1. Go to menu Help -> Find Action(Ctrl+Shift+A) -> Choose Boot Time Java for the IDE -> and select JetBrains Runtime with JCEF
2. Restart the IDE:
3. Now the preview should be working:
21 September, 2023
12 August, 2023
Cat-a-log has a new release (3.1).
- Updated to Jetpack Compose 1.5 which brought performance improvements and nice new navigation animations.
- Some minor UI adjustments.
- Slightly decreased apk size - by about 1Mb.
04 August, 2023
My primary reference is the source code for the Kodeko course "Real-World Android by Tutorials" (https://www.kodeco.com/books/real-world-android-by-tutorials, https://github.com/kodecocodes/adva-materials/tree/editions/2.0). This course follows a CLEAN Architecture approach and maintains a clear separation of layers. The course was last updated in August 2022 and relies on XML Views and RXJava, so I’m rewriting the code using Jetpack Compose and Kotlin Flows. I also make adjustments to naming conventions and packaging. My newly created project will have one module only but some packages might be moved to their own modules later if needed.
For the Jetpack Compose part I use another Kodeko course, Jetpack Compose by Tutorials. Again, they use Material 2 and I am rewriting some parts using Material 3.
As a companion to the above the book ‘Clean Architecture for Android’ by Eran Boudjnah has very nice diagrams, especially in the first part of the book.
There's another notable source from 2021 - one of the famous CommonsWare’s books Exploring Android. It is quite simple in the sense that it doesn't have any domain layer, but it provides an excellent example of a Reactive Architecture implementation in Android. Unfortunately Mark Murphy is no longer updating CommonsWare books.
These sources are my go-to references when starting a new Android project. The official docs from Google go without saying, of course.
29 July, 2023
Cat-a-log has a new release.
Tech stack: Kotlin, coroutines, Flow, Jetpack Compose, Hilt, Room, DataStore, Retrofit, Moshi, Mockito. The project source is using CLEAN Architecture principles and UDF.
You can find more apps here.
17 April, 2023
SpeakIt has a new maintenance release (6.4). Android 13 compatibility updates.
16 October, 2021
05 June, 2021
Crate Jump has a new release. Some minor fixes and removed almost all adds.
04 December, 2019
02 September, 2019
SpeakIt 6.1
Re-written from scratch in Kotlin, using MVVM and Jetpack.
02 March, 2017
- Added a sound recorder.
- The UI has been rewritten.
- Latest versions of all of the third party libs.
- A bunch of maintenance fixes.
20 January, 2017
Android enums are out of fashion (again)
But then I decided yet to check this again.
And it turns out that nowadays using an @IntDef is the kosher way of doing things.
05 February, 2016
27 January, 2016
new versions for Speak It & Random People
- removed intersitial ads
- modified back navigation from the ‘More Apps’ section
- removed intersitial ads
- reduced apk size
- some navigation fixes
26 January, 2016
Catsii 1.1 release
19 January, 2016
SpeakIt 4.2 release
new in v.4.2.1:
- a quick fix for the existing bug in Samsung female voice implementation in Galaxy S6 more info here: https://github.com/ytrstu/softenido/issues/36#issuecomment-116635143
new in v. 4.2:
- added the long awaited drop down list of the available languages.
- fixed Gmail 5 attachment denied permission problem
- reduced apk size
- added a ‘More Applications’ section
- modified the UI workflow


