Passing Intent Values And Retrieving Data From Sqlite Database October 12, 2023 Post a Comment I have written a application similar to Contacts in android. I have a few items in my list , when I click them , I get the information from a data base and display in another view.Solution 1: Long l = Long.parseLong(name); Copyis the problem..Stringnameclicked= adapterView.getItemAtPosition(position) .toString(); Copyhere nameclicked is a string you are sending a string value and trying to parse it to number format. So can i know why you are parsing nameClicked? Share Post a Comment for "Passing Intent Values And Retrieving Data From Sqlite Database"
Post a Comment for "Passing Intent Values And Retrieving Data From Sqlite Database"