[android-developers] how to restart the emulator through api's??

2009-07-07 Thread dark_messiah
I need to restart the emulator through code ...how can i do it??? Are there any api for doing this stuff? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

[android-developers] Problem in identifying which widget click is launching the activity?

2009-06-08 Thread dark_messiah
I m creating my own widget...widget initial layout contains one button...when i click on that widget button it shud launch the specified activity using service...everythng is working fine..but the problem comes when there are 2 or more widget on home screen...when i clicking on any one of them i

[android-developers] Re: Problem with getChildCount method???

2009-06-02 Thread dark_messiah
. On Mon, Jun 1, 2009 at 10:11 PM, dark_messiah ricky.dreamwea...@gmail.com wrote: No the the childcount i m getting is not correct...there are 12 views in the listview..but the count i m getting is 8... On Jun 2, 9:50 am, Marco Nelissen marc...@android.com wrote: On Mon, Jun 1, 2009

[android-developers] how to run android source code in linux eclipse??

2009-06-02 Thread dark_messiah
how to run android source code in linux eclipse?? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from

[android-developers] Problem in alarmclcock

2009-06-01 Thread dark_messiah
Hi All, I m trying to customize in built alarmclock...i have put a delete button in alarmclock which delete the selected view using checkbox in listview...but i m encountering one prblm whenever i m trying to read the state of checkbox associated with view in listview thru getChildAt (position)

[android-developers] Problem with getChildCount method???

2009-06-01 Thread dark_messiah
I have problem...i m using a base adapter for binding a data from array to listviewthe listview has a checkbox with it...i wanted to create a menu to select all or deselect all view inside that list...but the getchildCount method is behaving abnormally..i m not able to get the correct child

[android-developers] Problem with getChildCount method???

2009-06-01 Thread dark_messiah
I have problem...i m using a base adapter for binding a data from array to listviewthe listview has a checkbox with it...i wanted to create a menu to select all or deselect all view inside that list...but the getchildCount method is behaving abnormally..i m not able to get the correct child

[android-developers] Re: Problem with getChildCount method???

2009-06-01 Thread dark_messiah
No the the childcount i m getting is not correct...there are 12 views in the listview..but the count i m getting is 8... On Jun 2, 9:50 am, Marco Nelissen marc...@android.com wrote: On Mon, Jun 1, 2009 at 9:27 PM, dark_messiah ricky.dreamwea...@gmail.comwrote: I have problem...i m using

[android-developers] cursor adapter

2009-05-26 Thread dark_messiah
Hi, i m customizing the in-built alarmclock in android emulator...i had put a delete button in alarmclock which deletes the checked alarms in listview...but the problem is when i m trying to read the childs of listview at child index higher than 2 returns null so i m not able to read all the