A collection of practical examples.
The project is organized with several examples that can be accessed separately. The goal of this project is to help work with android and understand the basic tools for application development.
Last Update: 10/02/2017
- Hello Android: Basic components like
TextView
,Button
,EditText
andToast
class. - Animations: Rotate, Translate and apply alpha effect in the
ImageView
. - Video: Load a video from raw resource directory, integrate the
MediaController
class and position theMediaController
in the bottom of theVideoView
. - Music: Load a mp3 file from raw resource directory, control the volume and the length of the music using the SeekBar.
- ListView: TODO
- Alert Dialogs: TODO
- Sensors: Example using the accelorometer.
- Activity: TODO
- Action Toolbar: TODO
- File Storage: TODO
MIT