-
MediaRecorder
Android Audio Capture Example
Android devices are equipped with hardware input devices such as microphone, camera etc, from which we can capture audio or…
Read More » -
AutoCompleteTextView
Android Auto Complete Example
Sometimes we want from our application, to provide suggestions to the user, when he/she types in an editable text field.…
Read More » -
AudioManager
Android Audio Manager Example
Android system provides us control access to our ringer profile. We can include in our applications volume and ringer mode…
Read More » -
animation
Android Animation Example
Android give us the opportunity to add animations in our applications in order to achieve a better sense of the…
Read More » -
AlertDialog
Android Alert Dialog Example
In this post, we feature a comprehensive Android Alert Dialog Example. Sometimes in our applications we want to alert the…
Read More » -
PhoneStateListener
Android Make Phone Call Example
Although Android provides Built-in applications for phone calls, in some occasions we may need to make a phone call through our…
Read More » -
location
Android Location Based Services Example
Android System gives the opportunity to determine the current geographical location and to build location-aware applications, without focusing on the…
Read More » -
SmsManager
Android Sending SMS Example
In some situations, we want to send sms messages from our own Android application. There are two different ways to…
Read More » -
Email
Android Sending Email Example
To send an email from your application, you don’t have to implement an email client from the beginning, but you…
Read More » -
Notifications
Android Notifications Example
Notification is a message that doesn’t appear inside the main UI of the app but as an icon in the…
Read More »