practice with android and make some example from android development.
android_example is hosted in the following web site
https://github.com/clonn/android_example
If you think the Android project android_example listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The following table is the detailed list of android_example.
Item | Value |
---|---|
Java File Count | 16 |
Supported screen sizes | [mdpi, hdpi] |
Target SDK Version | 15 |
Minimum SDK Version | 7 |
Activity Count | 8 |
Fragment Count | 2 |
jar files used | android-support-v13.jar android-support-v4.jar android-support-v4.jar |
Required Permissions | android.permission.ACCESS_NETWORK_STATE android.permission.INTERNET |
Asset File Names | assets\songs\sample.mp3 |
There are 23 image files in android_example. The names of the image files are listed as follows.
bg.png img_btn_backward.png img_btn_backward_pressed.png img_btn_forward.png img_btn_forward_pressed.png img_btn_next.png img_btn_next_pressed.png img_btn_pause.png img_btn_pause_pressed.png img_btn_play.png img_btn_play_pressed.png img_btn_playlist.png img_btn_playlist_pressed.png img_btn_previous.png img_btn_previous_pressed.png img_btn_repeat.png img_btn_repeat_pressed.png img_btn_shuffle.png img_btn_shuffle_pressed.png img_seekbar_bg.png img_seekbar_progress_blue.png seek_handler.png track_info_bg.png
The following screenshort is generated from the image listed above.
android_example has the following Java source files.
com.androidhive.musicplayer.AndroidBuildingMusicPlayerActivity.java com.androidhive.musicplayer.PlayListActivity.java com.androidhive.musicplayer.SongsManager.java com.androidhive.musicplayer.Utilities.java com.example.android.fragments.ArticleFragment.java com.example.android.fragments.HeadlinesFragment.java com.example.android.fragments.Ipsum.java com.example.android.fragments.MainActivity.java com.example.android.lifecycle.ActivityA.java com.example.android.lifecycle.ActivityB.java com.example.android.lifecycle.ActivityC.java com.example.android.lifecycle.DialogActivity.java com.example.android.lifecycle.util.StatusTracker.java com.example.android.lifecycle.util.Utils.java com.example.popupview.DownloadImagesTask.java com.example.popupview.MainActivity.java