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

Android Animation with Buttons Example

hiiii everyone in this tutorial I am sharing how to used animation with the button. if you want to create a nice App UI to used Animation. It’s very easy to use. just follow the simple step. Android animation with buttons. Android button UI. Step 1: First one to  Start Android Studio Step 2 :  Seconds step … Read more

Android Show API Data to Chart Example APP using MPAndroidChart

Hiiii Everyone in this article I am sharing how to use a Chart in an Android.  This is very easy to implement it to Show The JSON data in graph chart, This tutorial is to help you learn chart view by developing an Android chart example APP using the library MPAndroidChart. It is a free Android … Read more

Android MultiAutoCompleteTextView With API Example Tutorial

Hiii Everyone in this article I am sharing how to use MultiAutoCompleteTextView with using API data. This is a very easy way to show API data in MultiAutoCompleteTextView. And add more text if Data Not Available in your API you can add Manual. AutocompleteTextView is an editable text view that shows completion suggestions automatically while the user … Read more

Android Dynamic Line Chart Example

Hiiii Everyone in this tutorial I am sharing how to show a line chart in android. In this article, I share Dynamic data to show in the graph using network library Volley. Get an Array list of data throw API and show these to in Line chart graph in android. API Response {      “message”:”Data get successfully!”,    “status”:”1″, … Read more

Bluetooth Thermal Receipt Printer Android Integration Printer 2022

Bluetooth Thermal Receipt Printer

Hiiii everyone in this android example I am sharing how to connect a Bluetooth Thermal Receipt Printer with your android app for printing your bell and receipt. It is very easy to implement. The Device name is GOOJPRT 58MM which I may integrate into this example. GOOJPRT 58MM Wireless Portable Bluetooth Thermal Receipt Printer Machine … Read more

Android Canvas Tutorial – Capture Digital Signature and PaintView and Save

Hiii Everyone, In this tutorial,  I share how to capture digital signature using android canvas and also save the signature in image format for further usage.  The most important component we have used to capture the signature is an android canvas. And in this tutorial, I share a PaintView and create a painting in android. … Read more

Android launch modes example

hiii Everyone in this blog I am sharing about launch mode in android. In Android, Activity has a multiple launch mode in android.  Launch mode is an instruction for Android which specifies how the activity should be launched. The new activity should be associated with the current task. Before moving further you first need to understand … Read more