Android application for managing your concerts agenda thanks to LiveMood data..
livemood-app is hosted in the following web site
https://github.com/Chupee/livemood-app
If you think the Android project livemood-app 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 livemood-app.
Item | Value |
---|---|
Java File Count | 22 |
Supported screen sizes | [ldpi, mdpi, xxhdpi, hdpi, xhdpi] |
Target SDK Version | 18 |
Minimum SDK Version | 14 |
Activity Count | 1 |
Fragment Count | 6 |
jar files used | Parse-1.4.1.jar android-support-v4.jar universal-image-loader-1.9.1.jar |
Required Permissions | android.permission.ACCESS_NETWORK_STATE android.permission.INTERNET android.permission.WRITE_EXTERNAL_STORAGE |
Asset File Names | assets\font\opensansregular.ttf |
There are 6 image files in livemood-app. The names of the image files are listed as follows.
background.png bars.png calendar.png check.png concert1.png ic_drawer.png
The following screenshort is generated from the image listed above.
livemood-app has the following Java source files.
com.example.livemood.AgendaActivity.java com.example.livemood.LivemoodApplication.java com.example.livemood.adapters.ArtistsListAdapter.java com.example.livemood.adapters.ConcertsListAdapter.java com.example.livemood.adapters.DigsListAdapter.java com.example.livemood.adapters.DrawerListAdapter.java com.example.livemood.fragments.AgendaFragment.java com.example.livemood.fragments.ArtistDetailsFragment.java com.example.livemood.fragments.ConcertDetailsFragment.java com.example.livemood.fragments.HomeFragment.java com.example.livemood.fragments.PopularArtistsFragment.java com.example.livemood.models.Artist.java com.example.livemood.models.Concert.java com.example.livemood.models.Dig.java com.example.livemood.models.Digger.java com.example.livemood.models.Label.java com.example.livemood.models.Mood.java com.example.livemood.models.Place.java com.example.livemood.models.ReferenceArtist.java com.example.livemood.models.Style.java com.example.livemood.models.User.java com.example.livemood.views.LMTextView.java