ptanov / sofia-public-transport-navigator

This Android application helps people in choosing the bus station on which to wait. In real time it gives information about the estimated time of arrival for the selected station.
11 stars 5 forks source link

Change the way Estimations dialog is displayed #52

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Something like:
showDialog(DATE_DIALOG_ID);
and
protected Dialog onCreateDialog(int id) {...}
should be used (in HtmlResult, instead of Builder.create().show()), as noted 
here:
http://developer.android.com/resources/tutorials/views/hello-datepicker.html

Original issue reported on code.google.com by 1.Pla...@gmail.com on 8 Nov 2011 at 11:22

GoogleCodeExporter commented 9 years ago
Places where it is closed should be reviewed, too

Original comment by 1.Pla...@gmail.com on 4 Feb 2012 at 8:42

GoogleCodeExporter commented 9 years ago
It is still bad practice used, but maybe it is more adequate

Original comment by 1.Pla...@gmail.com on 4 Feb 2012 at 9:19

GoogleCodeExporter commented 9 years ago

Original comment by 1.Pla...@gmail.com on 7 May 2014 at 11:12