[android-developers] Display Latitude On button Click;

2010-09-28 Thread Rubin
Hi.,

 How can I display latitude on button click.






Cheers,
Rubinah

-- 
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+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


Re: [android-developers] Display Latitude On button Click;

2010-09-28 Thread TreKing
On Tue, Sep 28, 2010 at 3:58 PM, Rubin jeff.rubi...@gmail.com wrote:

 How can I display latitude on button click.


public void onClick(View v)
{
 Log.e(theLatitude);
}

-
TreKing http://sites.google.com/site/rezmobileapps/treking - Chicago
transit tracking app for Android-powered devices

-- 
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+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en