Skip to content

issues Search Results · repo:android10/Android-CleanArchitecture-Kotlin language:Kotlin

Filter by

92 results
 (72 ms)

92 results

inandroid10/Android-CleanArchitecture-Kotlin (press backspace or delete to remove)

Hey, love your work, but I have an observation to add, from my experience. It seems like everything is organized in feature packages (e.g. movies, login, etc.). This doesn t seem a good idea to me, since ...
  • WildOrangutan
  • Opened 
    on Oct 25, 2023
  • #123

Hello @android10, With KMM in beta now, is there by any chance or any plans on an update on how to use this for Kotlin Multiplatform so that this can also support IOS devices? Thank you so much in advance! ...
  • rjmangubat23
  • Opened 
    on Dec 15, 2022
  • #122

Would it be a good optimization to mark onResult() as inline?
  • ghost
  • Opened 
    on Feb 9, 2022
  • #121

I like the way it s doing all the work in background with asyc.await(). I also follow similar approach for my code base. But I couldn t find a better way to use such centralization with sharedFlow, StateFlow, ...
  • ghost
  • Opened 
    on Feb 8, 2022
  • #120

I would like to know what is the correct way to organize the different Models that represent the same Object in the different Layer of the application. For example in the feature Movies I see you put all ...
  • axel-legue
  • Opened 
    on Dec 17, 2021
  • #119

I want to auto cancel all UseCase request that is tied to the ViewModel. For now: I have reigstered a callback for ViewModel.onCleared() event. So when the onCleared() is called, the callback will be ...
  • rommansabbir
  • 4
  • Opened 
    on Nov 8, 2021
  • #118

Hello guys, first I need to thank you for this awesome sample, there s something I need to make sure that I ve been seeing topics about GlobalScope and how you shouldn t use it for every task in the app ...
  • R-Ashh
  • 2
  • Opened 
    on Oct 11, 2021
  • #117

when running MovieDetailsViewModelTest, I found the test always pass though I changed assertion of a test Also I set a debug inside LiveData, the test never reach the breakpoint @Test fun test() { ...
  • duybuiappliedmesh
  • 1
  • Opened 
    on Oct 2, 2021
  • #116

I m developing my own clean architecture app and I decided that my data layer is just throwing domain exceptions instead of wrapping them in some kind on Either type. I m wondering whether wrapping exceptions ...
  • klima7
  • 1
  • Opened 
    on Jul 24, 2021
  • #113

Scenario: - I have 3 UseCase to perform 3 different API Request. - Based on the 3 UseCase response I need to combine them all according to the business logic. Right now, I m doing it by calling the ...
  • rommansabbir
  • 4
  • Opened 
    on May 20, 2021
  • #111
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub