Android Open Source - Location geo soundmap






Project Summary

A demo Android app to display Soundcloud track genres via their geo location..

Web Site / Source Repository

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.

Project Detail

The following table is the detailed list of soundmap.

ItemValue
Java File Count15
Target SDK Version17
Minimum SDK Version14
Activity Count1
Required Permissionsandroid.permission.INTERNET
android.permission.WRITE_EXTERNAL_STORAGE
com.google.android.providers.gsf.permission.READ_GSERVICES
com.moac.android.soundmap.permission.MAPS_RECEIVE
Asset File Namesassets\soundmap.properties




Resource Files

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.

null

Java Source Files

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