开发者

A Railway Timetable Application in Android [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center. Closed 10 years ago.

I wish to create an application in Android which can show the trains(details like train number, time, date, etc.) passing through a station, whose name will be clicked from a list by the user.

Please guide me开发者_运维技巧 with some pointers on how to implement this.

Thanks,

Sen


Maybe 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
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜