9 posts tagged with "android"

View All Tags

Speed up your Android Studio to get some more time to build better apps

Kirtan Thakkar

Kirtan Thakkar

Life is all about learning

If you are an android developer, you know how much time it takes to get your code compiled. It's pretty annoying to wait for your builds to complete. Fortunately, there are some ways you can improve your builds. Go ahead and try out below mentioned methods. You will definitely see improvements.

Android Contacts : The Tough Part

Kirtan Thakkar

Kirtan Thakkar

Life is all about learning

If you have ever been trying to retrieve a list of contacts with the phone numbers and emails in your application, you might have struggled initially. The same happened with me. But, when I decided to dive deeper, it was easy to understand (actually!). We will go through the basic structure to understand how they are stored (so that we can query correctly) and code snippet to quickly retrieve the list of contacts.

RecyclerView : Keep It Simple, Silly

Kirtan Thakkar

Kirtan Thakkar

Life is all about learning

RecyclerView is a more advanced version of the ListView. RecyclerView is used for displaying large data sets that can be scrolled very efficiently by maintaining a limited number of views. To build a small list in RecyclerView, you need to write a lots of code. I have been using RecyclerView from almost 3-4 months, but everytime I just copied the code to get it work. It worked most of the time, but I never understood the code how it works. So when I watched this year’s I/O 2016 for RecyclerView I understood the basics why I need to write that much of code and how it works. It looks complex, but it isn’t.

Quick Search Apps in Google Now Launcher

Kirtan Thakkar

Kirtan Thakkar

Life is all about learning

If you are a heavy user and like to keep installed too many apps, it sometime gets difficult to find that app you want to launch in app drawer. Google Now recently introduced search for apps. But if you want that even faster you can do this with the below trick. This feature is built-in in Google Now itself but less popular and chances are high that you might not know.