[android-developers] how to let google map display a dot(like my location)?

2009-06-17 Thread plargo
I wanna to launch google map and locate to a specific co-ordination. Now I can do this using below code: String pStr = "geo:40,116.28?z=13"; Intent intent = new Intent(Intent.ACTION_VIEW, Uri.parse(pStr)); startActivity(intent); But, the launched google map there is no dot(like functi

[android-developers] Re: Does android calendar support meeting request?

2008-11-17 Thread plargo
Nobody knows this? On 11月17日, 下午2时40分, plargo <[EMAIL PROTECTED]> wrote: > BTW > what does it actually mean for below code comments? > private void updateEventAttendeeStatus(SQLiteDatabase db, > ContentValues attendeeValues) { >// Get the event id for this attendee

[android-developers] Re: Does android calendar support meeting request?

2008-11-16 Thread plargo
). if (MULTIPLE_ATTENDEES_PER_EVENT) { ... ... On 11月17日, 下午2时13分, plargo <[EMAIL PROTECTED]> wrote: > I didn't see options for meeting request in SDK/emulator, either in > calendar source code or calendar videos in Youtube. But I do see > scource code about attendees. Can an

[android-developers] Does android calendar support meeting request?

2008-11-16 Thread plargo
I didn't see options for meeting request in SDK/emulator, either in calendar source code or calendar videos in Youtube. But I do see scource code about attendees. Can anyone give a overview picture on meeting request of android calendar? Thanks --~--~-~--~~~---~--~~

[android-developers] Is it possible to set different heights for every listitems in a listview?

2008-10-11 Thread plargo
I wanna to have a list view in which height of list items is not same. Is there a way to do it? I created a list view, wanna to get every list items and change their heights, but can't list items from list view. not mention to change their heights. Is there anybody could help on this? --~--~-

[android-developers] is there a way to get list item in a list view?

2008-10-11 Thread plargo
it's been bothering me for a while... --~--~-~--~~~---~--~~ 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