Mobile developer willing to learn old and new technologies, I like the team work and communication. Thank you for check this project.
Try with this data because if you try with other data the user no exist.
{
"email": "eve.holt@reqres.in",
"password": "cityslicka"
}
Try with this data
{
"email": "eve.holt@reqres.in",
"password": "Rasec.123"
}
If you try to use other data you will be get
{
"error": "Note: Only defined users succeed registration"
}
For validate the password in register needs to contain:
- 8 letter or more
- at least one letter Uppercase
- at least one special symbol
- at least one Number
- di: Contains the dependency injection with hilt
- settings: Contains all the settings local
(Convertes, SharedEncription)
and network(Interceptor, Cookie, more)
- sources: Contains all the content of each feature
For example: Auth
likeframework database or retrofit
the connection is through repository- di: Contains the dependency injection of the Feature like
Auth
- entities: Contains all the entities of the feature like
Auth
- mapper: Contains all the mapper of the feature
- local: Contains the framework with the local storage
- remote: Contains the framework to connect the data using
voley, retrofit or other
- repository files: Contains the interface and the implementation of the connections with the local and remote data
- di: Contains the dependency injection of the Feature like
- usecase:
- entities: Contains all the entities in domain with the logic if they have
- usecase Files: Contains each use case of the app where we can sort, filter and others
- Main Activity: Contains the main activity in jetpack compose
- Screen Directory: Contains all the resources that manage a screen like View Model, CustomComposable, State, Screen
- delegate: Contains Singleton classes that work when we need to share contents between ViewModel where we delegate the action to do something or save something light
- ui: Package that contains all the layers like Permission, General Composables, NavigationComponent, Theme, Services
- util: Contains global Constants and Extension Functions
- Kotlin Programming language
- MVVM: Architecture design that help us to decouple our code in layers
- Retrofit: Library that help us to consume ApiRest
- Kotlin Coroutines: Provides ways to manage threads very easily
- Flow: Library that help us to manage the asynchronous stream data
- Jetpack Compose: Framework for UI using Kotlin where we developed the code like puzzles
- Hilt: Dependency Injection in Compile-Time
- Jetpack Navigation: library that simplify and streamline the navigation between composables or screens
- Jacoco: Generate Files of the coverage of the unit test
- KLint: Format the code for give my quality to the project
- Detekt: Code analysis tool that help us to follow rules in the code
- Proguard R8, Encryption, Github actions, Atomic design, Control of error, Coroutines.
Add this line
SHARED_PREFERENCES_NAME=DBCulqui
BASE_URL=https://reqres.in/api/
DEBUG_KEY_PASSWORD=holacomoestas
Go to Gradle JDK and change to Java17
Go to Here