Mar 18, 2021In the example for SqlDelight you declare moviesQueries but reference a variable called queries.1Peter CockerellThanks for mentioning. It was a mistake in gist. You can find working code in the demo projectThanks for mentioning. It was a mistake in gist. You can find working code in the demo project1 min readThanks for mentioning. It was a mistake in gist. You can find working code in the demo project----
Published in ProAndroidDev·Mar 4, 2021Local Databases in Android: Choosing What’s Best for Your ProjectCaching in Android is an interesting task and there are quite a few ways you can do that. But here’s the question — Which way is the best for me? With this article I want to try to answer that question, and help you understand which of the given libraries…Android6 min read
Published in ProAndroidDev·Feb 9, 2021Drag and drop in Android. All you need to knowHave you ever been in a situation where you needed to create an Android app with drag and drop feature? I was. And if you were too, I know what you might feel right now, believe me. At the beginning it will look like something very complicated with calculations of…Android3 min read
Published in ProAndroidDev·Oct 4, 2019Async 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 only a simple text, but also styled text with clickable parts. …5 min read
Published in AndroidPub·Jun 15, 2019Android 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 things like Fragment transactions, Fragment Manager, back stack. …Android4 min read
Published in AndroidPub·Mar 7, 2019Android 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. …Android3 min read
Published in AndroidPub·Aug 20, 2018Bottom App Bar. How to startAt the Google IO 2018 the company has introduced a new View component for Android: Bottom App Bar. It is a simple toolbar with up to five actions and the ability to have Floating Action Button on it. The main advantages of the Bottom App Bar are flexibility (you can…Android2 min read