Android Open Source - App display classLab7






Project Summary

Class Lab 7 is the start of an android application that uses tabs and displays list of information... This is an incomplete project..

Web Site / Source Repository

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.

Project Detail

The following table is the detailed list of classLab7.

ItemValue
Java File Count24
Supported screen sizes[hdpi]
Target SDK Version17
Minimum SDK Version13
Activity Count2
Fragment Count5
jar files usedParse-1.3.8.jar
YouTubeAndroidPlayerApi.jar
android-support-v4.jar
lastfm-java-0.1.2.jar
Required Permissionsandroid.permission.ACCESS_NETWORK_STATE
android.permission.INTERNET




Resource Files

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.

null

Java Source Files

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