I am newbie in creating android app. I have created a database using SQLite and a simple login layout using eclipse. Now I want to connect my login page and the database I created so that when the user enters his/her username and password it will then open the main menu of the application. I am hoping for someone who could help me on how to do this. Thanks 开发者_运维技巧in advance.
Use your implementation of SQLiteOpenHelper
Example see here.
精彩评论