Thanks for mentioning. It was a mistake in gist. You can find working code in the demo projectMar 18, 2021Mar 18, 2021
Published inProAndroidDevCache data in AndroidCaching in Android is an interesting task, because nowadays we have quite a few available options for that purpose, but here’s the…Mar 4, 20212Mar 4, 20212
Published inProAndroidDevDrag and drop in Android. All you need to knowHave you ever been in a situation where you need to create an Android app with drag and drop feature? I was. And if you were too, I know…Feb 9, 20211Feb 9, 20211
Published inProAndroidDevAsync Text Loading in Android with PrecomputedTextThe TextView is one of the most common Views used across all the Android apps. It has very simple API to show the text on the screen. Not…Oct 4, 2019Oct 4, 2019
Published inAndroidPubAndroid Navigation Component. Navigate with easeAndroid Jetpack’s Navigation Component is already stable and it makes it easy to navigate between fragments. You don’t have to deal with…Jun 15, 20191Jun 15, 20191
Published inAndroidPubAndroid WorkManager. Manage periodic tasksSince Android O, it is no longer possible to have any background services and there are lots of broadcasts, which will not work as well…Mar 7, 20191Mar 7, 20191