This is the Android project for the Parcel Box project. This app is responsible for all the native communication on the device with the outsite world and the native SDK of SNBC. The app also displays the UI and handles user interaction.
Made with lots of love at propTech{hacks} 2017
- Clone this project onto your local disk
- Open it with Android Studio for the best experience
- Make sure you have the at least the Android Kitkat SDK (Level 19) installed
- Build the app using gradle
- Install the resulting app apk onto the SNBC parcel box
- Native Android Broadcasts for communication with the SNBC SDK
- Pubnub for real-time communication with the backend
- OkHTTP and Retrofit2 for better HTTP requests
- Calligraphy for custom fonts
- Picasso for image handling