Best unofficial Apache Server developers community |
|
I have student table , which has four fiels id, name, address and age. In this table 50 student. My question is , How to shuffle the id and get that id's details( id, name, address and age) and get the one id at a time and if i click the next button then next student details. DatabaseHeper.java
shuffleStudnt.java
I have problem, in how to get table id in array. Please give me best solution which code write inDatabaseHeper.java and shuffleStudent.java file.
|