This is a demo app showcasing the numverify
API to find number neighbors across different countries. It selects 5 countries at random and verifies a given phone number against the numverify API and displays the results.
Fetched country results are stored in a Room database.
This project uses MVVM, Dagger, & clean architecture principles.
Use mockDebug/mockRelease to test with mock data instead of consuming numverify
API quota.
For the prod variant, add your API key in build.gradle (or better yet, from your environment or elsewhere).
- numverify - Terms & Conditions
- Retrofit - License
- Moshi - License
- Square - License