Changes

An Android Studio Content Provider Example

15 bytes added, 20:07, 29 May 2014
Modifying the Database Handler
.
}
</pre>
 
Next, the addProduct(), findProduct() and removeProduct() methods need to be re-written to use the content resolver and content provider for data management purposes:
 
<pre>
public void addProduct(Product product) {