I am working on a university project, which involves profile and event management using SQLite, due to which i have to write a lot of viewing and debugging code inside the android application which logs the database, so that i can see whether the data is entered correctly or not. Also when i have to insert test data, i have to do it via the application i am developing. Also when i have to clean the database, i have to do it via a functionality in the application, which is again useless except that it allows me to debug.
This is a lot of frustration and useless work. Is there a way, some editor or viewer like Microsofr Access or EasyPHP that allow me to view the database live and enter test data into the Database directly and then update according to the contents of the database.
IDE is eclipse.
For SQLite database there are many Eclipse plugins are available,
In my case I used MOTODEV , SQLite Manager and SQLite Database Browser