storing data in a database using edit text and button
- by user1841444
Hai im trying to Insert data into database using EditText and Button i have created. Im stuck at Activity part of the Code.I unbale to proceed how to write the Onclick action part for Button and EditText part Please help me. Im new to android
DBAdapter.java
package com.example.database1;
import android.content.ContentValues;
import…