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

Android Tutorial on Webview for Beginners

[et_pb_section admin_label=”section”][et_pb_row admin_label=”row”][et_pb_column type=”4_4″][et_pb_text admin_label=”Text” background_layout=”light” text_orientation=”left” use_border_color=”off” border_color=”#ffffff” border_style=”solid”] 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 … Read more

Show Buttons
Hide Buttons