Vaibhav Ahire has Published 121 Articles

Running Google Maps v2 on the Android Emulator

Vaibhav Ahire

Vaibhav Ahire

Updated on 09-May-2023 16:06:57

466 Views

Introduction Many android applications nowadays use Google Maps within it to display the map to the users. For example we use many food delivery applications in which we can get to see our order status along with the location of the delivery boy on Google Maps. In this article we ... Read More

Realm Database in Android

Vaibhav Ahire

Vaibhav Ahire

Updated on 09-May-2023 14:49:46

2K+ Views

Introduction There are several databases used in android for storing as well as retrieval of data such as SQLite, Room DB, Realm Database and many more. Realm Database is also one of the famous data storage services which uses SQLite to store the data within our android application. In this ... Read More

Implementing services in Android?

Vaibhav Ahire

Vaibhav Ahire

Updated on 09-May-2023 12:43:47

487 Views

Introduction In many android applications we can see them perform some background tasks in it such as playing music in the background. Many music applications can play the song when the app is not open and play the music in the background. This task can be done with the help ... Read More

How to use Retrofit Library in Android?

Vaibhav Ahire

Vaibhav Ahire

Updated on 09-May-2023 12:35:19

7K+ Views

Introduction Retrofit is one of the famous HTTP libraries which is used to parse the data from the internet using APIS. We can use this library to fetch the data from API in the form of JSON and display that JSON within our application. In this article we will take ... Read More

How to support Arabic text in Android?

Vaibhav Ahire

Vaibhav Ahire

Updated on 09-May-2023 12:29:34

632 Views

Introduction Android supports a wide range of languages which we can use for the users residing in different part of countries speaking different languages. We can provide multiple language support within our application such as Hindi, English, Urdu, Marath, Arabic and many more.In this article we will take a look ... Read More

How to sign the Android APK before uploading it at Google Play?

Vaibhav Ahire

Vaibhav Ahire

Updated on 09-May-2023 12:14:01

190 Views

Introduction While publishing any android application to the Google Play store, it is necessary to sign the android application package (APK) to make our application secure and trustworthy. In this article we will take a look at How to sign the Android APK before uploading it to Google Play Store. ... Read More

How to send POST requests with JSON data using Volley in Android?

Vaibhav Ahire

Vaibhav Ahire

Updated on 09-May-2023 12:12:32

3K+ Views

Most of the android applications we see on Google Play store make an API call within themselves so that they can gather data from their database and display that within our application. Similarly many applications take the data from the user through forms and store them within their database. Many ... Read More

How to send images via MMS in Android?

Vaibhav Ahire

Vaibhav Ahire

Updated on 09-May-2023 12:05:52

831 Views

Introduction The multimedia messaging service is a great way to send images and other media files along with text to different contacts over the phone. If you are looking to send images to your contacts then MMS is a great way to send this to your friends and family. In ... Read More

How to save files on external storage in Android?

Vaibhav Ahire

Vaibhav Ahire

Updated on 09-May-2023 12:02:05

3K+ Views

Introduction In android devices the most useful feature is to store and read the files within the device storage or an external storage. This allows users to expand their device storage capacity so that they can store and retrieve files according to their convenience and can use them accordingly. In ... Read More

How to Read/Write String from a File in Android?

Vaibhav Ahire

Vaibhav Ahire

Updated on 09-May-2023 11:56:27

1K+ Views

Introduction Many times while building an android application we have to store data in the form of files within our android application. We will read and write string data inside our file. In this article we will take a look on How to Read/Write string from a file in Android ... Read More

Advertisements