[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,

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