tags:

views:

27

answers:

2

i am having a program in which i am having 4 edittext name,age,contact,email. I am having 2 buttons save and view.I want a program of how to save values. I will be very thankful to you.

A: 

Read this, you will be very happy. http://developer.android.com/resources/tutorials/notepad/notepad-ex1.html

Omer
A: 

You should read this article. Ideal way is to use Shared Preferences => asociative array

Jay Gridley