34,333
edits
Changes
→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) {