Android Volley vs Retrofit | Better Approach?

Retrofit and Volley both are the REST client libraries. Before starting the comparison let me first introduce these libraries: – Volley-: Volley is a networking library it offers great features like  prioritization, ordered requests and of course caching, making multiple requests at the same time, asynchronous requests, synchronous requests; Retrofit -: Retrofit is a REST client for … Read more

NetworkSecurityConfig: No Network Security Config specified, using platform default

The Network Security Configuration feature lets apps customize their network security settings in a safe, declarative configuration file without modifying app code. These settings can be configured for specific domains and for a specific app. The key capabilities of this feature are as follows: Custom trust anchors: Customize which Certificate Authorities (CA) are trusted for an … 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