A demo Android app to display Soundcloud track genres via their geo location..
soundmap is hosted in the following web site
https://github.com/peter-tackage/soundmap
If you think the Android project soundmap 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 soundmap.
Item | Value |
---|---|
Java File Count | 15 |
Target SDK Version | 17 |
Minimum SDK Version | 14 |
Activity Count | 1 |
Required Permissions | android.permission.INTERNET android.permission.WRITE_EXTERNAL_STORAGE com.google.android.providers.gsf.permission.READ_GSERVICES com.moac.android.soundmap.permission.MAPS_RECEIVE |
Asset File Names | assets\soundmap.properties |
There are 1 image files in soundmap. The names of the image files are listed as follows.
ic_soundcloud.png
The following screenshort is generated from the image listed above.
soundmap has the following Java source files.
com.moac.android.soundmap.SimpleVolley.java com.moac.android.soundmap.SoundMapApplication.java com.moac.android.soundmap.activity.MainActivity.java com.moac.android.soundmap.adapter.InfoAdapter.java com.moac.android.soundmap.api.ApiClient.java com.moac.android.soundmap.api.ApiRequest.java com.moac.android.soundmap.api.EndPoints.java com.moac.android.soundmap.api.GsonRequest.java com.moac.android.soundmap.api.TracksEndPoint.java com.moac.android.soundmap.fragment.TrackMapFragment.java com.moac.android.soundmap.model.GeoLocation.java com.moac.android.soundmap.model.GeoLocationDeserializer.java com.moac.android.soundmap.model.Track.java com.moac.android.soundmap.model.User.java com.moac.android.soundmap.util.BitmapLruCache.java