On Wed, Mar 14, 2012 at 2:56 PM, rajesh <[email protected]> wrote:

> Hi all,
> I have an EditText and a Button in my Android application. When I'll
> enter the values in the EditText, the values will store in a database,
> and i want to retrive this data from database.how can i do this?. i am
> newbie for android so anyone pls help me.
>
>
Have you worked on SQLiteDatabase earlier?
If not, try that now.
One more suggestion...first, you must execute simple database statements.
For example, give the values in statically (directly in your javacode), not
through edittext.
Then check if that works.
In case, if you get some problem, then come back with that.

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to