ui
-
Android Settings Example
During the development of mobile applications, a common requirement is of storing app related data to the phone. In Android we perform…
Read More » -
Android Physical Keys Example
Every Android device is provided with physical keys. In the wide variety of Android mobile devices, we may meet devices…
Read More » -
Android SurfaceView Example
In Android, all simple layout views are all drawn on the same GUI thread which is also used for all…
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 » -
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 »