Report illegal petshop
Petshop Checker is an android app that allows users to check the business license when they visiting one. User can also report an illegal petshop to the authority with photos and description. The app is using data from animal protection information website http://animal.coa.gov.tw/html/index_07.aspx which contain details of each petshop business license.
The following required functionality is completed:
- The app includes a privacy page
- User can see the list of petshop licenses
- User can filter the list by area and district.
- User can search from the petshop name.
- User can navigate to view the detailed information of each petshop license
- User can see petshop name, address, license number, license expiration date, subjects of license, certification rate, name of manager and agent.
- User can click on the report button in any page to email authority of the petshop location with photos, description of violation and a template email we provided.
The following optional features are implemented:
- GPS location detector and marker to suggest users petshops near them.
- Drawer menu of privacy page, contact local and contact app developer.
- When a report is sent, keep a copy of the report in Firebase.
The following bonus features are implemented:
The following additional features are implemented:
- Generate template email by user selection.
https://app.moqups.com/[email protected]/4apKfnB0Nb/view/page/a986dfda8
Here's a walkthrough of implemented user stories:
GIF created with LiceCap.
Describe any challenges encountered while building the app.
- Android Async HTTP - Simple asynchronous HTTP requests with JSON parsing