Re: [android-developers] Maps showing mymaps

2012-08-15 Thread Sean751
Ouch If you have nothing good to say then say nothing. I am not saying anything more. On Wednesday, August 15, 2012 11:40:48 AM UTC-4, lbendlin wrote: > > What part of "abandoned" was unclear? > > On Wednesday, August 15, 2012 10:19:04 AM UTC-4, Sean751 wrote: >

Re: [android-developers] Maps showing mymaps

2012-08-15 Thread Sean751
:24 AM, Sean751 >wrote: > >> I am trying to access mymaps in my Google account in an android >> application. I want to be able to access the placemarks as objects to >> display the details and perhaps edit the notes attached to the placemark. I >> can't find any way t

[android-developers] Maps showing mymaps

2012-08-15 Thread Sean751
Hi I am trying to access mymaps in my Google account in an android application. I want to be able to access the placemarks as objects to display the details and perhaps edit the notes attached to the placemark. I can't find any way to do this can anyone help? Thanks Sean -- You received this

[android-developers] Search dialog

2012-01-11 Thread Sean751
Hi I want to search html files on the SD Card. There are many small files and it could just be searching the file names or ideally a full text search of the files. I also think I remember seeing somewhere that meta data can be put in the files with keywords used by search programs. I have looked th

[android-developers] Fire an onClick

2012-01-07 Thread Sean751
Is there a way via code to fire an onClick event? -- 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 this group, send email to android-developers+unsu

[android-developers] Re: Expandedlistview

2011-12-31 Thread Sean751
is an event but I don't know how to use it, I am new to this. Thanks again Sean On Dec 31, 4:40 am, TreKing wrote: > On Fri, Dec 30, 2011 at 9:00 PM, Sean751 wrote: > > If I > > add getExpandableListView().setOnGroupClickListener((OnGroupClickListener) > > this); &

[android-developers] Re: Expandedlistview

2011-12-30 Thread Sean751
asks me to type cast 'this'. Then the application crashes on run. I suppose onclick must be used for changing the display could the conflict be the problem? Any ideas Thanks Sean On Dec 30, 11:41 am, TreKing wrote: > On Thu, Dec 29, 2011 at 7:31 AM, Sean751 wrote: > > Ho

[android-developers] Expandedlistview

2011-12-29 Thread Sean751
Hi I want to use onGroupClick to detect when a group item is clicked and do something but I also want the list view to expand or collapse as needed. How can I make use of onGroupclick or can I detect a group click in another part of the code? I have seen the example context menu code which works bu