Pet Android project - a social jukebox application to turn your phone into a mobile jukebox.
PetProject is hosted in the following web site
https://github.com/ambarr/PetProject
If you think the Android project PetProject 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 PetProject.
Item | Value |
---|---|
Java File Count | 14 |
Minimum SDK Version | 16 |
Activity Count | 3 |
Fragment Count | 2 |
Required Permissions | android.permission.INTERNET |
PetProject has the following Java source files.
com.example.dustam.activity.CreatePartyActivity.java com.example.dustam.activity.HomeActivity.java com.example.dustam.activity.JoinedPartyActivity.java com.example.dustam.api.JoinedPartyRequests.java com.example.dustam.api.PartyRequests.java com.example.dustam.frag.ArtistFragment.java com.example.dustam.frag.NowPlayingSmallFragment.java com.example.dustam.parties.Artist.java com.example.dustam.parties.JoinedPartyInfo.java com.example.dustam.parties.NearbyPartyInfo.java com.example.dustam.parties.PartyInfo.java com.example.dustam.parties.Song.java com.example.dustam.util.Constants.java com.example.dustam.util.exceptions.AsyncException.java