3GPP Release 15

In parallel to LTE evolution, Release 13 and Release 14 work already started. 3GPP Release-14 was focused mainly on 5G study items and the first phase of 5G system specification just started within 3GPP Release 15 targeted to be completed by September 2018.  3GPP Release 15 is capturing LTE enhancements features and 5G aspects and listed … Read more

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