I'm a self-taught hobbyist Android developer who loves to build projects and share valuable tips for new Android developers.
Feel free to comment, share or connect with me!
Nothing here yet.
If you are like me and still have not gotten used to the Dependency Injection framework (don't you think it complicates things?), you probably have been implementing the ViewModelProvider.Factory() interface for your view models that has custom const...

This is part of the Firebase tutorial series: Part 1 - Simple Firebase Sign-in UI Demo App Part 2 - Integrate Firebase Realtime Database and User Authentication into your Android App This article is the continuity of the previous article, in whic...

I have been seeing this spotless in many open-source codes, and it turns out it is a pretty popular coding style plugin for the Gradle build system used in Android development. So I gave it a try and use it in my project. Here are the steps I took to...
