Vidhi Markhedkar

Android developer and writer with a passion for creating innovative and user-friendly apps.

written articles

Android Fragment Lifecycle

A fragment is a chunk part of an Activity that is used for achieving Panel Based Designing, to achieve reusability of GUI as well...

Android SQLite Database Tutorial (ADD, DELETE, FETCH)

SQLite is an open-source and relational database management system. Compared to SQL servers and Oracle, it is very light in weight. It is serverless,...

Android Runtime Permissions with Dexter Library

Handling runtime permissions in Android can be a cumbersome task, especially with the introduction of runtime permission requests in Android Marshmallow (API level 23)....

Automatically Reading SMS To Verify OTP

In the digital age, security and convenience often go hand-in-hand, particularly in the realm of online transactions. One of the most significant advancements in...

How To Make an Android Widget (Home Screen)

A widget is a small application that is displayed only on the Home Screens or Lock Screens, it provides a quick way to access...

JSON Parsing in Android Tutorial

In this article, we will learn, how to do JSON Parsing in Android. JSON stands for JavaScript Object Notation. It is a lightweight format...

Expandable List View in Android

This is a tutorial based on the Android expandable list view which has the capability to group items and when the user clicks on...

Retrieve Image from Firebase Storage in Android

In this Tutorial, we will learn how to retrieve image from firebase storage in Android Studio.  We have already shown you how to do...

Google Map Tutorial in Android Studio [Step by Step]

Google Maps is one of the many applications bundled with the Android platform. In Addition, to simply using the Maps application, you can also...

Explore more