LTE Layer 3 (RRC Layer) Interview Questions

What is the difference between Acceptable, Suitable and Reserved Cell? How is a state “Camped on Any Cell” different from “Any Cell Selection” state? What are CSG cell and CSG whitelist? Differentiate HPLMN, EHPLMN, RPLMN. What is Hybrid Cell? What is the difference between Serving Cell and Primary Cell? How many Maximum Serving Cell can … Read more

Android How to Integrate Google AdMob in your App

AdMob is a multi-platform mobile ad network that allows you to monetize your Android app. By integrating AdMob you can start earning right away. It is very useful particularly when you are publishing a free app and want to earn some money from it Integrating AdMob is such an easy task that it takes no more … Read more

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