How to Parse a JSON Object In Android example

Hi in this, Article I am sharing How to Parse a JSON Object In Android. JSON (JavaScript Object Notation) is the simplest data exchange formats to interchange the data from the server. In simple words, we can say that JSON is a lightweight and structured language. here you can find the full step by step guideline for … Read more

How to Parsing JsonArray using with RecyclerView Android using Volley

Hi Everyone in this tutorial, I am Sharing how to Parsing a  JsonArry List data in android. I am Parsing array list data to used recycler list to show data. I have explained how to Parse JSON in Android using Json Volley. In this tutorial, we will see how we can easily do the same using Volley library. What … Read more

How To Create Animated Progress Bar in Android

Hi  Everyone in this article I am sharing How To Create Animated Progress Bar in Android. It’s very easy to use an animated progress bar with GitHub library. Today Animated is the best part of  Android UI Is the Most important Part to develop a good android app. In Android, ProgressBar is used to display the status … Read more

How to Integrate mPos D180 Payment Machine Integration in android

Hi, everyone in this example I am sharing how to use a Pos payment machine in android. PIN PAD D180 MPOS BLUETOOTH SMART CARD is a payment machine, used for cash leas India. The PIN PAd D180 MPOS payment machine integration to  Ezetap payments SDK can be integrated into both Android native and hybrid applications. Integrating … Read more

Facebook ads integration in Android – Part 2

Hii developer after complete to create a facebook ads account and create Ads to integrate ads you App. if you Complete  Facebook ads integration into Android app – Part 1 lets on Facebook ads integration in Android – Part 2 start to add Ads in your app if you did not read part-1. If you Complete Part … Read more

Facebook ads integration into Android app – Part 1

Hi Everyone in this tutorial I am sharing how to use  Facebook ads integration into Android app. Hi Everyone in this Article I am sharing how to use Android – Facebook Audience Network integration in your app. its an easy way to used facebook ads in your android app and earn money with facebook. there is … Read more

MVP pattern android example

Learn MVP pattern android example Basics. This article, I Am sharing who want to use Android MVP. So we have created a small sample app that will help you to create your first app using MVP structure. MVP pattern android example. Android Tutorial Read More. Why do we need MVP or any structure? MVP Stand for Model … Read more

Android Searchable Spinner Example

Hiii Everyone in this example I am sharing how to use Serch view in Spinner.  In Android used a dropdown list with Spinner to show a list of data in dropdown throw API. So In this tutorial, I am implementing and Spiner with search View. In this example implement Searchablespinner GitHub Library to use an … Read more

Android MVC: Creating a Model-View-Controller Framework for Android

Hiii Everyone in this article I am sharing A Model-View-Controller Framework for Android. MVC Model View Controller is a concept for design in android. In Android View like is a layout, Controller Like Ia Activity, Model like is Class whare your implement logic  Android MVC: Creating a Model-View-Controller Framework for Android In Android, you don’t have MVC, but you … Read more

how to send notification to android app from server

Hiii everyone in this article I am sharing how to send notification to the android app from the server. Now we’ll create a simple app that receives a firebase push notification from both the firebase console and from the PHP code. It’s very easy to used google FCM for push notification in android. 1. First thing … Read more