I have a problem regarding the database for my application. The database is supposed to be available when my application starts, however currently the database will only appear on the ddms when I enters data that is needed to be inserted into the database which is incorrect. Anyone have an idea on solving my problem? Any help will be greatly appreciated! Thanks in advance.
I have a problem regarding the database for my application. The database is supposed
Share
on start of your app you need to check whether DB is already there in ddms or not.. if DB is there then you have to configure it so after that all will be fine
here is complete code..