Home > Mobile >  Is there a great god help to solve this problem
Is there a great god help to solve this problem

Time:10-16

Design an application, called the provider, to realize the function of the content provider
Requirements:
A. no interface;
B. create a database user. The db and data table users (id INTEGER PRIMARY KEY AUTOINCREMENT, name VARCHAR (20), phone VARCHAR (20));
C. custom content provider, the realization of data manipulation: to add, delete, query all users,
  • Related