Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I am a new developer on Android and I want store user data in database using sqlite. For that design .xml file username as edittext and take button, after fill all text fields when click the button all the data is stored in database. and show this data on screen.....

share|improve this question
2  
What have you tried? it seems that you didn't try anything because this is a really simple thing.you could have achieved by using just the sample program on developer.android.com/index.html – Hiral Jan 10 '12 at 4:36
1  
You can find examples simply by google, read basics of sqlite first and post code what you have tried . Sqlite e.g link vogella.de/articles/AndroidSQLite/article.html – Pavan More Jan 10 '12 at 13:07

1 Answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.