core
-
Android Custom Components Example
Although Android provides us many built-in components, such as Button, TextView etc, it also offers us the opportunity to create…
Read More » -
Android Styles and Themes Example
Android gives us the opportunity to specify the format and the design of View components or screens of our app,…
Read More » -
Android Event Handling Example
Events represents a response to user’s interaction with input controls, such as press of a button or touch of the…
Read More » -
Publish Android Application Example
After the implementation of an Android application, the last step is to publish your app in order to be available…
Read More » -
Android Bluetooth Example
If we want to exchange data between different devices through our application, Bluetooth is a way for wirelessly connection between…
Read More » -
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 » -
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 » -
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 »