Android
-
Android EditText Example
Android system supports EditText, which is a subclass of TextView supplied with text editing operations. We often use EditText in…
Read More » -
Android TextView Example
Android system provides us TextView, from where we can display text into the screen. Although it contains text editing operations,…
Read More » -
Android SoundPool Example
When we want to create an Android application that has an Android Activity inside of which we are planning to…
Read More » -
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 »