Search code examples
javaandroidandroid-api-levels

what is use for switching to next column in programs


/t is using for tab /n is using for next line then what is use for next column


Solution

  • 1.Change the return type of your read class to get the data in other activity

    2.Make object of your database class and read data from that object Example YourDBClass db=new YourDBClass(); String[] result=db.read();