Пример #1
0
 public void save() {
   ContentValues cv = new ContentValues();
   cv.put("user_name", userName);
   cv.put("hometown", homeTown);
   cv.put("birthplace", birthPlace);
   cv.put("password", password);
   dbhelp.createUser(cv);
 }