I have a database name \"CUED\" (sqlite Android)it have a table HELLO which contain a column NAME I can get the value to String from that column. L
String[] str= new String[crs.getCount()]; crs.movetoFirst(); for(int i=0;i
Enjoy it