- Hop On, Mate!
- Ride the rail without fail
This project follows MVVM **Modern Android Development Architecture ** with a focus on separation of concerns and testability.
- UI Layer: Built using Jetpack Compose, providing a declarative and reactive approach to UI development.
- Data Layer: Utilizes repositories to abstract data sources and provide a clean API for accessing data.
- Domain Layer: Contains business logic and use cases, separated from UI and data concerns.
[Diagram here - TBD]
[TBD]
Using a fully custom design system built using Compose Foundation APIs. Not using the Material Design system but taking inspiration from it.
[TBD]
- UI / Snapshot Testing - Paparazzi - TBD
- Junit 4 - TBD
Not accepting any contributions until MVP is ready.
Copyright 2024 Karan Sharma.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.