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

Android Working with Top Tabbar and Navigation Drawer

In this article, I am sharing how to create an Android Working with Top Tabbar and Navigation Drawer. and used swap to change. Its a very easy and nice UI Design in android.  And used android Navi bar implication in android with a drawer sidebar in android Let’s start on this topic Android Working with … Read more

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