Overview
What this app does?
The purpose of this app is to browse a record of people that owe money using the Algolia Search API.
In this current version, all fields are searchable. Touching a person's record will allow you to send an email to them to discuss a payment plan. In the future there will be more customizability for the users at hand. Pagination, rather than infinite scrolling is being considered.
Known bugs:
- Losing connection while loading more records can cause a crash.
Note: This is merely a test version to display some of the core functionalities.
Another note: A live version should have authentication as contact information like this should not be readily available except to any debt collectors. No calling feature was included as calling random numbers is not in our best interest.
Setup
As this is a test app, in order to use this app, you will have to define the following values in your user's .gradle directory in the gradle.properties file.
- ApplicationID
- AdminAPIKey
- SearchAPIKey
Log in or sign up for Devpost to join the conversation.