view SQLite Databases in android listview?
问题 I am sure there is an easy solution to this one but I figured I would check with all the folks here first. I am working on a database creation and management application for android where the user creates and manages data along the line of what PHPMyAdmin does for regular computers. I have the section where the user creates a database and can insert tables with the appropriate styled data into the system. The next priority is selecting which DB to enter and modify its contents. Is there a way