java - android unparseble date Exception? -
i making application in using date functionality,but looking after several existing posts, still not able simpledateformat parser working. here code: public class gpsdemo extends activity { public static string tag = "abhi's log"; public static string imeii = "imei"; public static string start_time = "starttime"; public static string working_status = "workingstatus"; public static string address = "address"; public static int level = 0; button stop, hide; sharedpreferences pref; editor edit; date d1 = null; date d2 = null; string startingtime; string currenttime; context ctx = this; textview txt_start_time, txt_total_time, txt_total_distance, txt_address; @suppresslint("newapi") @override public void oncreate(bundle savedinstancestate) { super.oncreate(savedinstancestate); setcontentview(r.layout.demoooo); pref = preferencemanager.getdefaultsharedpreferences(getapplicationcontext()); edit...