A Railway Timetable Application in Android [closed]
Please guide me开发者_运维技巧 with some pointers on how to implement this.
Thanks,
SenMaybe this opensource project can help you BETrains. There are many more.
- Sounds first to use a SQLite-Database structure for the trains and their timings. (Look for "android sqlite tutorial" in Google)
- Then use the Systemtime for the actual time and date (Calendar method)
- build methods to calculate starting and arriving times with actual times with using queries of your database
精彩评论