[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

Re: [android-developers] Maps showing mymaps

2012-08-15 Thread Sean751
When you say old and abandoned do you think there might be a new and improved Maps API for Android any time soon? It will be messy but I will find another way to do what I want. Thanks Sean On Wednesday, August 15, 2012 9:53:59 AM UTC-4, TreKing wrote: On Wed, Aug 15, 2012 at 8:24 AM, Sean751

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: When you say old and abandoned do

[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

[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] Re: Expandedlistview

2011-12-31 Thread Sean751
there 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 treking...@gmail.com wrote: On Fri, Dec 30, 2011 at 9:00 PM, Sean751 sean...@gmail.com wrote: If I add getExpandableListView().setOnGroupClickListener((OnGroupClickListener

[android-developers] Re: Expandedlistview

2011-12-30 Thread Sean751
) this); it 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 treking...@gmail.com wrote: On Thu, Dec 29, 2011 at 7:31 AM, Sean751 sean...@gmail.com

[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