Can any one help me to complete a log/registration activity in android ?
I am stuck in authentication area, I inserted values to the fields.
Please ?
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Posted Aug 5, 2013, 7:16 AM
jidhin trPosted Aug 5, 2013, 7:15 AM
Posted Aug 5, 2013, 7:02 AM
Cursor cursor = getReadableDatabase(). rawQuery("select * from myusers where username = ? and userpassword=?", new String[] { username,userpassword });
jidhin trPosted Aug 5, 2013, 6:45 AM
Posted Aug 5, 2013, 6:22 AM
Cursor cursor = getReadableDatabase(). rawQuery("select * from todo where _id = ?", new String[] { id });
http://www.vogella.com/articles/AndroidSQLite/
jidhin trPosted Aug 5, 2013, 6:13 AM
Posted Aug 5, 2013, 5:38 AM
jidhin trPosted Aug 5, 2013, 5:36 AM
Posted Aug 5, 2013, 4:55 AM
After entering the username and password, have you connected to your authentication stored todo validate the authentication?
Are you using plain Android SDK or are you using any frameworks like PhoneGap / Apache Cordova ?