Android Open Source - App course Hemmafesten






Project Summary

Android application created for the software engineering project course at Chalmers in the spring of 2013..

Web Site / Source Repository

Hemmafesten is hosted in the following web site
https://github.com/Triple-A/Hemmafesten

If you think the Android project Hemmafesten 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 Hemmafesten.

ItemValue
Java File Count28
Supported screen sizes[mdpi, xxhdpi, hdpi, xhdpi]
Target SDK Version17
Minimum SDK Version14
Activity Count7
jar files usedParse-1.2.3.jar
android-support-v4.jar
jsoup-1.7.2.jar
Required Permissionsandroid.permission.ACCESS_NETWORK_STATE
android.permission.INTERNET
android.permission.WAKE_LOCK
Asset File Namesassets\play_button.psd




Resource Files

There are 7 image files in Hemmafesten. The names of the image files are listed as follows.

ic_action_overflow.png
ic_action_search.png
play_button_normal.png
play_button_pressed.png
qr_code.png
stop_button_normal.png
stop_button_pressed.png

The following screenshort is generated from the image listed above.

null




Java Source Files

Hemmafesten has the following Java source files.

se.chalmers.hemmafesten.Application.java
se.chalmers.hemmafesten.activity.ActionBarActivity.java
se.chalmers.hemmafesten.activity.HelpActivity.java
se.chalmers.hemmafesten.activity.MainActivity.java
se.chalmers.hemmafesten.activity.PartyActivity.java
se.chalmers.hemmafesten.activity.SavedPartiesActivity.java
se.chalmers.hemmafesten.activity.SearchSuggestionProvider.java
se.chalmers.hemmafesten.activity.SearchableActivity.java
se.chalmers.hemmafesten.activity.SettingsActivity.java
se.chalmers.hemmafesten.adapter.PartySongAdapter.java
se.chalmers.hemmafesten.adapter.SavedPartiesAdapter.java
se.chalmers.hemmafesten.adapter.SearchSongAdapter.java
se.chalmers.hemmafesten.item.SavePartyItem.java
se.chalmers.hemmafesten.item.SearchSongItem.java
se.chalmers.hemmafesten.model.Model.java
se.chalmers.hemmafesten.model.Party.java
se.chalmers.hemmafesten.model.Song.java
se.chalmers.hemmafesten.model.callback.FindCallback.java
se.chalmers.hemmafesten.model.callback.GetCallback.java
se.chalmers.hemmafesten.service.PartyController.java
se.chalmers.hemmafesten.service.PartyService.java
se.chalmers.hemmafesten.task.GetAlbumImageTask.java
se.chalmers.hemmafesten.task.Messages.java
se.chalmers.hemmafesten.task.RetreiveMusicTask.java
se.chalmers.hemmafesten.task.RetreiveQrTask.java
se.chalmers.hemmafesten.task.updatePlaylistTask.java
se.chalmers.zxing.IntentIntegrator.java
se.chalmers.zxing.IntentResult.java