Skip to content

Pets App v1.3

Compare
Choose a tag to compare
@priyanshujain2341 priyanshujain2341 released this 27 Aug 17:58
· 1 commit to master since this release

This release of the app does not contain any UI change.
The changes are made to the internal working of the code such as adding a ContentProvider to the app.
A custom ContentProvider named as PetProvider was added in this release to make the code more robust and secure.
The PetProvider also looks after the data validation in the app (cases such as negative weight and no gender).
This changes made in this version heavily rely on the use of URIs (Uniform Resource Identifier).