In android how to pass the id value from database to hyperlink?
I am working on android project. By considering a list view I am displaying the student name from remote MSSQL Database. I have considered the student name text-view as hyperlink. When I click on the student name it has to display the details of that particular student from database.Based on the student id I want开发者_运维技巧 to display. Now my question is how to pass the id value from database to query string in android?
Please provide us some solution regarding this? I will be thankful to you.
精彩评论