Volley Library Fetching JSON Data from URL In this tutorial, we will fetch the JSON data from the URL using Volley library.…
telephony
-
-
Android Media Player Example We can play and control the audio files in android by the help of MediaPlayer class. Here, we…
-
Android Video Player Example By the help of MediaController and VideoView classes, we can play the video files in android. MediaController class…
-
Swipe to refresh Android Activity (SwipeRefreshLayout) In this tutorial, we will create swipe-to-refresh functionality in the Android. For this purpose, SwipeRefreshLayout widget…
-
How to send email in android using intent We can easily send email in android via intent. You need to write few…
-
How to send sms in android We can send sms in android via intent. You need to write only 4 lines of…
-
Internal Details of Hello Android Example Here, we are going to learn the internal details or working of hello android example. Android…
-
How to make android apps In this page, you will know how to create the simple hello android application. We are creating…
-
How to make a phone call in android We are able to make a phone call in android via intent. You need…
-
Dalvik Virtual Machine | DVM As we know the modern JVM is high performance and provides excellent memory management. But it needs…