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
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
).
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
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
--~--~-~--~~~---~--~~
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?
--~--~-
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
6 matches
Mail list logo