Android Media Player Example We can play and control the audio files in android by the help of MediaPlayer class. Here, we…
UI widgets
-
-
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…
-
Android R.java file Android R.java is an auto-generated file by aapt (Android Asset Packaging Tool) that contains resource IDs for all the…
-
Internal Details of Hello Android Example Here, we are going to learn the internal details or working of hello android example. Android…
-
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…
-
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…