Well, that didn't really contain any more information... Are you wanting to programatically select a row to do that? Are you wanting to do that when the user clicks on an item in the listview?
Take a look at this notepad tutorial. It has a list of notes. When you click a note it opens a new activity to edit the note. http://developer.android.com/resources/tutorials/notepad/index.html Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Fri, Mar 25, 2011 at 1:20 PM, Igor Nesralla Ribeiro <[email protected]>wrote: > Justin, > > > > Well, i have a listview wich I list a restaurants informations like name > and city…. how i select a row and open a acitivity with more detail about > the restaurant I had opened ?! > > Can you help me ? > > > > Best Regards… > > Igor > > > > > > *From:* [email protected] [mailto: > [email protected]] *On Behalf Of *Justin Anderson > *Sent:* sexta-feira, 25 de março de 2011 15:45 > *To:* [email protected] > *Subject:* Re: [android-developers] select a row in a listview > > > > You're really going to have to provide more information here, otherwise we > are only going to be guessing at what you really want to accomplish... > > Thanks, > Justin Anderson > MagouyaWare Developer > http://sites.google.com/site/magouyaware > > On Fri, Mar 25, 2011 at 12:41 PM, Igor Nesralla Ribeiro < > [email protected]> wrote: > > Hi, > I'm newbie on android dev. Sorry for any problem....I have a listview wich > i > display 3 columns (id,restaurant,city) from a sqlite...(using a > simplecursoradapter to bind)how I select a row and open it to edit or view. > > Anyone has a reference to send me or example !? > > Thanks > Igor > > -----Original Message----- > From: [email protected] > [mailto:[email protected]] On Behalf Of ehpaul > Sent: sexta-feira, 25 de março de 2011 15:15 > To: Android Developers > Subject: [android-developers] Re: Any way to detect if the GPS data is > "real" > > Thanks for your reply. Sorry that I didn't post my question clearly. > As I am aware, it possible for my 3rd party app to manipulate the GPS > location. My question is that if there is any way to detect the location is > "Real" from the satellite instead of manipulated? > > On Mar 9, 8:16 pm, lbendlin <[email protected]> wrote: > > The closest you can get is to examine location.getAccuracy() . Network > > locations typically have an accuracy in the hundreds, GPS accuracy is > > below 15 > > > > On Mar 8, 12:57 am, ehpaul <[email protected]> wrote: > > > > > > > > > > > > > > > > > If there's any way to detect if the GPS location is sent directly > > > from satellites instead of tampered by other applications? > > -- > You received this message because you are subscribed to the Google Groups > "Android Developers" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en > > -- > You received this message because you are subscribed to the Google > Groups "Android Developers" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en > > > > -- > You received this message because you are subscribed to the Google > Groups "Android Developers" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en > > -- > You received this message because you are subscribed to the Google > Groups "Android Developers" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en > -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

