Class Lab 7 is the start of an android application that uses tabs and displays list of information... This is an incomplete project..
classLab7 is hosted in the following web site
https://github.com/wesreisz/classLab7
If you think the Android project classLab7 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 classLab7.
Item | Value |
---|---|
Java File Count | 24 |
Supported screen sizes | [hdpi] |
Target SDK Version | 17 |
Minimum SDK Version | 13 |
Activity Count | 2 |
Fragment Count | 5 |
jar files used | Parse-1.3.8.jar YouTubeAndroidPlayerApi.jar android-support-v4.jar lastfm-java-0.1.2.jar |
Required Permissions | android.permission.ACCESS_NETWORK_STATE android.permission.INTERNET |
There are 2 image files in classLab7. The names of the image files are listed as follows.
ic_menu_refresh.png profile_placeholder.gif
The following screenshort is generated from the image listed above.
classLab7 has the following Java source files.
com.example.classlab7c.AddSongActivity.java com.example.classlab7c.DeveloperKey.java com.example.classlab7c.MainActivity.java com.example.classlab7c.adapters.ArtistAdapter.java com.example.classlab7c.adapters.EventAdapter.java com.example.classlab7c.adapters.MusicListAdapter.java com.example.classlab7c.adapters.SongAdapter.java com.example.classlab7c.fragments.ArtistLayout.java com.example.classlab7c.fragments.EventLayout.java com.example.classlab7c.fragments.HomeLayout.java com.example.classlab7c.fragments.ListFragment.java com.example.classlab7c.fragments.SongLayout.java com.example.classlab7c.listeners.OnItemSelectedListener.java com.example.classlab7c.listeners.SimpleTabListener.java com.example.classlab7c.model.Artist.java com.example.classlab7c.model.Event.java com.example.classlab7c.model.MenuItem.java com.example.classlab7c.model.Song.java com.example.classlab7c.service.ArtistService.java com.example.classlab7c.service.IMusicService.java com.example.classlab7c.service.MenuService.java com.example.classlab7c.service.MockMusicListServiceImpl.java com.example.classlab7c.service.MusicListServiceImpl.java com.example.classlab7c.utils.SecurityUtils.java