InProAndroidDevbyIvan Shafran·Jan 3, 2022Let’s make a game with a smile controlThe article describes creating a simple game with smile and wink controls. It uses ML Kit and Android SDK.A response icon2A response icon2
InProAndroidDevbyIvan Shafran·May 19, 2020Note Keeper with ML — A Pet Project Idea in DetailsThe article presents a pet project idea for Android developers. It includes design in Figma, useful links, and other tips.
InProAndroidDevbyIvan Shafran·Aug 22, 2019Evolution of unit tests in AndroidSee unit tests improvment for “rate us dialog” feature
InProAndroidDevbyIvan Shafran·Jul 3, 2019Improve Android unit tests with shared preferences mock libraryShared preferences mock is the lightweight library let you increase coverage of unit tests and simplify code for them with one line of codeA response icon1A response icon1
InProAndroidDevbyIvan Shafran·May 23, 2019Android open source app secure buildSimple config to hide signing keystore but allowing to build release variant for contributors. Useful for open source Apps and pet projects.A response icon2A response icon2
InProAndroidDevbyIvan Shafran·May 12, 2019Kotlin library development for Android/Java hintsNotices about forward/backward compatibility between Kotlin versions and good support of pure Java projects.A response icon1A response icon1
Ivan Shafran·Aug 26, 2018Fragment: getContext vs requireContextLearn how to fix correctly these new warnings and errors in fragments after updating to support library 27.1.0 or higher.A response icon2A response icon2