Me SDK
is where I share my thoughts on Compose as a modern tool for Mobile App (Android) development.
- This is the base application that contains the launcher.
- Contains all UI Composable interfaces
- On this shared module, all business and network logic, data structures, Utils, models, listeners go here, e.t.c
- We laveraging the GitHub Android CI system that lets us automatically build and test our app every time we check in updates to our source code.
- Find all failed and successful build processes here...