Android Navigation Drawer Example Tutorial

Hiiii everyone, here is another tutorial for one of the most common things in any android application, navigation drawer. So in this Android Navigation Drawer Example, you will learn how you can use the Android Navigation Drawer easy way. Step 1 : First one to  Start Android Studio Step 2 :  Seconds step to Create a New … Read more

Android how to used Google map and Show root and Calculate distance.

Android and Google Maps. This tutorial describes the usage of Google Maps in your Android application. In this article, I am sharing how to used a google map in android and how to show a marker on current location and source And in these article, I am sharing how to show root in google map … Read more

Android Email Intent , Call Intent , Open URL Intent , WhatsApp Intent , YouTube Intent

Android Email Intenti,  Call Intent, Open URL Intent, WhatsApp Intent ,  YouTube Intent Hiii In this Artical I am sharing how to open an email on button click, and also Call a number to a button click, and open URL in Web Browser, and open WhatsApp on button click in your App. It’s a very … Read more

Android How to Build Intro Slider for your App

Intro screens in your app is a great way of showcasing the major features of the app. Previously I explained about adding a static splash screen to your app.in this article I am sharing how to create an intro slider to your app where a user can swipe through few slides before getting into an app. … Read more

How to Download PDF from URL in Android Code Example

In this tutorial, I am sharing how to download a pdf files from the server throw URL  in android. Looking for Source code or need to understand how to download PDF files from URL or Server in Android, then you are at the right place. Here I explained Step by Step Tutorial of integrating PDF Downloader … Read more

Android Working with Bottom Navigation

In this artical, i am share Android Bottom Navigation . Android Bottom Navigation stays at the bottom of the screen providing navigation between top-level views in the app. This is introduced in a design support library with backward compatibility. Bottom Navigation should be used when the app has three to five top-level navigations. Bottom Navigation The Bottom … Read more

Android Sync SQLite Database with Server using PHP and MySQL

abd

Let’s start to learn Android Sync SQLite Database with Server. Assume we have to send some information from the application to our web server and the internet is not available on the device at a particular time. So instead of giving an error to the user that the internet is not available we can store the data … Read more

Android Room Database Example

Hi everyone, in this post, we will learn about another component of Android which is Room Library. In this android room database example, we will learn how to use a room for handling our SQLite database. What is Room? The Room library provides an abstraction layer over SQLite to allow for more robust database access … Read more

Android – RadioGroup

Radio Button in Android apps is very common. In this tutorial, we’ll implement the Android radio button widget in our application. Radio Buttons are used when we need to select only one item from a list of presented items. Android Radio Button A radio button consists of two states – checked and unchecked. Clicking an … Read more

Beacons Hardware Vendors

Beacon Hardware Key Players Continuing our Beacon study, here we are with the second article on Beacons. In this we primarily discuss various key players for Beacon Hardware. There are a number of Beacon / i-Beacon hardware vendors and some are listed below, along with their capabilities and use cases. Estimote: Estimote Beacons are small wireless … Read more