How to store Multiline EditText into SQLiteDatabase? [ANDROID]
问题 I'm working on an application where I've 2 Multiline EditText and I need to store them into database. i only know how to store the single line EditText. Here is my codes for inserting into database: btnSave = (Button) findViewById(R.id.btnSave); btnSave.setOnClickListener(new View.OnClickListener() { @Override public void onClick(View v) { //startActivityForResult(new Intent(Intent.ACTION_PICK),PICK_CONTACT); likeDB.open(); long likes_id; Spinner nameSpinner = (Spinner) findViewById(R.id