Question: Android Java The app is of one activity and one class file to extend SQLiteOpenHelper: a MainActivity Name Phone Enter ID to update ADD A


The app is of one activity and one class file to extend SQLiteOpenHelper: a MainActivity Name Phone Enter ID to update ADD A NEW RECORD SHOW THE DB DATA UPDATE HW: The tasks you have to do: - Make sure your whole DB app works properly. - For the way the records are inserted in addRecord(String naStr, String phStr) method in MyDBHandler class file, rewrite the code to be using public long insert(String table, String nullColumnHack, ContentValues values) as inicated in the 5th lecture. - For the button Update, Let the user enters the new information and update a record that matches the entered ID
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
