
Have you tried to integrate Google Maps in your Android application? While Google provides Maps SDK for Android to integrate Google Maps in an Android Application with an extensive documentation, sometimes it becomes very difficult to follow the documentation, and …


Android Play Store provides users to auto-download updates to their apps but it also provides users to stop that auto download. The update to a mobile app does not work like an update to a website i.e while in case …


You must have seen the Apps on your mobile changing their color scheme on special occasions or changing their appearance in different manners without any prior App Update. Well, if you want to do something same with your own App …


A deep link is a hypertext link to a page on a Website other than its homepage. In the context of mobile apps, deep linking consists of using a uniform resource identifier (URI) that links to a specific location within …


Are you using Navigation Drawer in Android to take your users to different sections of your App? But Bottom navigation bars make it easy for users to explore and switch between top-level views in a single tap. It should be …


You have an infinite number of items or a large number of items to show in a RecyclerView. But Loading all that data at once is neither a good practice nor gives good user experiences. So in this tutorial, we …


Adding Ads to a mobile application is the main source of income for free mobile applications. And Admob is one of the most popular mobile advertising platforms. In this tutorial, we are going to implement Admob’s Native Ads Express (one …


In this tutorial, we are going to learn, how to add search functionality to RecyclerView. RecyclerView is a great improvement over ListView. But when a RecyclerView is flooded with a large dataset, it gets necessary for some sort of filter …


So you have decided to develop your Android Application with services from Firebase. Or already using Firebase in your project and now decided to authenticate your users using Facebook (One of most used OAuth providers). While firebase and Facebook both …
Recent Comments