[android-developers] comments in android

2012-09-16 Thread DC
sorry for my last post this is the caret system for comment in android projects *in XML* *Java single line comment: * //*comment here* *Java multi line comment: * /* *comment here* */ post by *DilSap* -- You received this message because you are subscribed to the Google Groups "Android

[android-developers] Android Listview - can not select multiple items when using a cursor

2012-04-10 Thread dc
0 down vote favorite share [g+] share [fb] share [tw] I have a listview populated with data from a cursor using SimpleCursorAdapter. I want to make it so I can select multiple items with a checkbox against each item but I can only get it to check a single item at a time i.e. each time I select an

[android-developers] Re: GPS blues

2012-02-28 Thread DC
Indeed, GPS, or location generally, works better (faster, even indoors etc.) if it is assisted by the Google's information about cell towers or wifi hotspots known positions. For this, you have to be connected to the Internet, so the phone could ask this database the position of current cell to

[android-developers] ProgressDialog with Thread

2012-02-17 Thread dc
I am attempting to show a progress dialog while I am performing some actions. I am having troubles getting it to perform the way I would like. Here is what I want to do: click event of a button pop up a progress dialog showing a busy message. perform some action then once the action is complete, in

[android-developers] Please help

2010-03-06 Thread Dc
I know i do not belong here but I need some computer help. I have an EeePC, two external hard drives. I have been working from my external drive now all I want to do is copy #1 external drive to #2 external drive and to the computer itself. Backup programs are not letting me do this Paragan (ie)

[android-developers] Geolocation in Browser

2009-11-05 Thread Steve DC
I just tried the HTC Hero (Sprint) with Android 1.5 and was not able to access my location through the browser. Getting location coordinates from Javascript works on the iPhone and in Firefox 3.5+ on my desktop. Is Geolocation being added to the Android browser or is this a phone specific issue tha