Mladen R. — 5 min readKeeping Secrets Safe in Android ProjectsYou can never be too cautious with your secrets.
Stjepan B. — 6 min readStop Holding Dagger by the Blade: Use the HiltHilt will make your Dagger setup way more readable and much easier to maintain.
Nikola G. — 5 min readEasy Custom Keyboard with InputConnectionAn overlooked gem for creating a custom keyboard on Android.
Ivan K. — 8 min readImplementing Google's New In-App UpdatesThe good and the bad of in-app updates, and tackling those issues using our open-source libraries for update handling.
Marko D. — 10 min readImplementing Custom Architecture based on Model-View-ViewModel with ViewStatesSetting up a solid foundation for building our Android apps, with Model-View-ViewModel and ViewStates.
Matea L. — 4 min readDoing Business by the HandbookOur memory is unreliable. Our handbooks are the opposite of that.
Kristian J. — 6 min readCreating an Event-Tracking Plan Everyone Can UnderstandBy observing users' actions, so-called "events", it's possible to make data-driven decisions that can help bring more users to...
Nikola H. — 5 min readFrom Zeplin to Figma in 5 Simple Steps for DevelopersNot every developer was happy to hear we're migrating the entire workflow – at first.
Petra Z. — 3 min readHow to Prepare an App for Huawei AppGallery No uploading apps on AppGallery before you replace all Google services with the right Huawei alternative.
Jonatan P. — 7 min readA Guide to Beacon Technology in 2020Need a fully-fledged navigation system for under a couple hundred bucks?
Dunja Š. — 5 min readWhy Developers Should Be T-shaped PeopleT-shaped developer is a generalizing specialist – rocks their own field and has general knowledge of other fields too.
Filip F. — 8 min readOptimize App Delivery with Android App BundlesWondering how to make your Android app smaller, lighter, more flexible and more cutting-edge? App Bundles are the answer.
Branimir A. — 6 min readHow to Optimize Dagger ModuleMake small changes in the code to shorten the build time consumed by dependency injection. Ready?