Android app to relay calls (WIP) and messages from child device to parent device. This comes in handy when you are traveling to a different country but want to be able to receive calls and messages from your country's number.
App Icon | Animated App Icon |
---|---|
![]() |
Scroll horizontally to see more ➡️
This app uses best practices for Android and uses the following libraries:
✅ Firestore Database: For temporarily storing data in cloud
✅ Firebase Analytics: For logging key app events and logs for better debugging
✅ Firebase Crashlytics: For getting crash reports
✅ Firebase Messaging: For sending push notification to the user
✅ Jetpack Compose: For building modern and declarative UIs.
✅ WorkManager: For syncing server data to local database periodically.
✅ DateStore: For storing simple key value persistently on device.
✅ Barcode Generator: For generating QR codes.
✅ Barcode Scanner: For scanning QR codes.
✅ Gson: For serializing and deserializing.
✅ Room: To store persistent data offline
✅ Dagger: For dependency injection.
✅ JUnit: For unit testing.
✅ Mockito: To mock behavior during testing.