AndroidCleanArchitecture icon indicating copy to clipboard operation
AndroidCleanArchitecture copied to clipboard

This is a project built with Love ❤️ and also with Clean architecture in Android .

Results 6 AndroidCleanArchitecture issues
Sort by recently updated
recently updated
newest added

I want to run the project but the I dont know what api version should i put on the BASE_URL and POST_URL please provide a better description thank you

The domain class is using gson annotation. In clean architecture we write pure java/kotlin code in domain layer. The gson annotated class will remain in data layer and a mapper...

When it comes to run the app, ı get this issue Here is the output /Users/gulcekulahcioglu/AndroidStudioProjects/CleanArchMovie/app/build/generated/source/kapt/debug/com/deepwall/cleanarchmovie/CleanArchMovie_HiltComponents.java:126: error: [Dagger/MissingBinding] com.deepwall.domain.useCase.GetPopularMoviesUseCase cannot be provided without an @Inject constructor or an @Provides-annotated method....

Configuration `debugRuntimeClasspath` contains AndroidX dependencies, but the `android.useAndroidX` property is not enabled, which may cause runtime issues. Set `android.useAndroidX=true` in the `gradle.properties` file and retry. I'm getting this error, but...

This PR will - [x] Update all dependencies to their latest available versions respectively - [x] Remove any deprecated code and use recommended paractises