An android application (based on the fosdem one) to browse the RMLL/LSM schedule offline..
droidrmll is hosted in the following web site
https://github.com/RMLL/droidrmll
If you think the Android project droidrmll 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 droidrmll.
Item | Value |
---|---|
Java File Count | 31 |
Target SDK Version | 19 |
Minimum SDK Version | 7 |
Activity Count | 5 |
Required Permissions | android.permission.INTERNET android.permission.VIBRATE |
There are 2 image files in droidrmll. The names of the image files are listed as follows.
main_bg.9.png menu_refresh.png
The following screenshort is generated from the image listed above.
droidrmll has the following Java source files.
org.rmll.broadcast.FavoritesBroadcast.java org.rmll.broadcast.NotificationReceiver.java org.rmll.db.DBAdapter.java org.rmll.exceptions.ParserException.java org.rmll.listeners.ParserEventListener.java org.rmll.parsers.BaseParser.java org.rmll.parsers.ScheduleParser.java org.rmll.pojo.Conference.java org.rmll.pojo.Day.java org.rmll.pojo.Event.java org.rmll.pojo.Person.java org.rmll.pojo.Room.java org.rmll.pojo.Schedule.java org.rmll.pojo.Track.java org.rmll.preferences.Preferences.java org.rmll.providers.SearchProvider.java org.rmll.schedules.BackgroundUpdater.java org.rmll.schedules.DisplayEvent.java org.rmll.schedules.EventListActivity.java org.rmll.schedules.FavoritesBroadcastReceiver.java org.rmll.schedules.Main.java org.rmll.schedules.Preferences.java org.rmll.schedules.TrackListActivity.java org.rmll.util.DateUtil.java org.rmll.util.EventAdapter.java org.rmll.util.FileUtil.java org.rmll.util.StringUtil.java org.rmll.util.StringUtilTest.java org.rmll.util.TrackAdapter.java org.rmll.util.UIUtil.java org.rmll.views.FavoriteButton.java