Firebase Firestore Android Tutorial- retrieve list data

  Firebase Firestore : Firebase firestore is used to store our data in this blog and retrieve it as a form of list.Firebase firestore is a better option when you try to store or retrieve data maintaining high security standards by google. Not only security there is scalability, flexibility in handling data most importantly its … Read more

Android Bottom Navigation and Navigation Drawer || Part 1

Android navigation drawer bottom navigation : This tutorial is being presented as from request from user i am going to explain the usage of both android navigation drawer and bottom navigation in a single activity. Generally we use android navigation drawer and bottom navigation separately but now we will try to join them.   Android navigation … Read more

Async Task Example || Android Tutorial

  When ever we try to implement a background task we need to implement it properly using a async task. In this tutorial we will discuss a simple example on android asynctask. It’s a simple example to cover the concept of android asynctask by making use of a “Log” conditions.To make it much simple for … Read more

Mastering WebView in Android: Step-by-Step Tutorial

  Android Webview : Generally we use web browser to open any url i.e., is website in our mobile or computer, if there is a need to open a website within the app the we have a tool called android webview. Android webview can be used to load a url in your app so that … Read more

Show Buttons
Hide Buttons