An event planning application for Android. Allows users to plan an event by checking the weather, checking on events in the area and allowing their guests to use a jukebox to control the songs being played..
EventCeption is hosted in the following web site
https://github.com/lpalac4/EventCeption
If you think the Android project EventCeption 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 EventCeption.
Item | Value |
---|---|
Java File Count | 22 |
Supported screen sizes | [mdpi] |
Target SDK Version | 18 |
Minimum SDK Version | 8 |
Activity Count | 11 |
jar files used | android-support-v4.jar |
Required Permissions | android.permission.ACCESS_NETWORK_STATE android.permission.INTERNET |
Raw File Names | res\raw\danger_zone.mp3 res\raw\final_countdown.mp3 res\raw\i_need_a_hero.mp3 res\raw\karma_chameleon.mp3 res\raw\livin_on_a_prayer.mp3 res\raw\push_it_to_the_limit.mp3 |
EventCeption has the following Java source files.
com.lpalac4.eventplanner.BYOSysCategoryCreationActivity.java com.lpalac4.eventplanner.BYOSysItemCreationActivity.java com.lpalac4.eventplanner.BYOSysModel.java com.lpalac4.eventplanner.BYOSysQueryActivity.java com.lpalac4.eventplanner.EventAPI.java com.lpalac4.eventplanner.EventCreationActivity.java com.lpalac4.eventplanner.EventsDetailsActivity.java com.lpalac4.eventplanner.EventsQueryActivity.java com.lpalac4.eventplanner.EventsView.java com.lpalac4.eventplanner.JukeBoxActivity.java com.lpalac4.eventplanner.JukeBoxModel.java com.lpalac4.eventplanner.JukeBoxView.java com.lpalac4.eventplanner.SearchEventModel.java com.lpalac4.eventplanner.UserEventModel.java com.lpalac4.eventstart.LauncherActivity.java com.lpalac4.eventstart.LoginActivity.java com.lpalac4.eventstart.MainMenuActivity.java com.lpalac4.eventstart.UserModel.java com.lpalac4.eventweather.ConditionsModel.java com.lpalac4.eventweather.ConditionsView.java com.lpalac4.eventweather.WeatherAPI.java com.lpalac4.eventweather.WeatherQueryActivity.java