开发者

How to connect database and login layout in Android?

开发者 https://www.devze.com 2023-01-27 22:45 出处:网络
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 use

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号