ArchApp icon indicating copy to clipboard operation
ArchApp copied to clipboard

Simple Android app to show how to design a multi-modules MVVM Android app (fully tested)

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

Hi have u tried upgrade to `koin 2.0`. Seem like compile ok but does not work, always error `no definition` for `viewmodel` when install

Let's say i have a destination (bottom sheet, fragment) that adds a new item in the repository. How should i get a callback or a results from it?

Hi Philipy, Could you please check unit testing in repo files because it is not success any more

I could not find any mechanism to cancel the requests in the `ViewModels`. Example `DetailViewModel` line 48: ```withContext(dispatchers.io) { userSource = getUserDetailUseCase(forceRefresh = forceRefresh, login = argsLogin) }``` Is it...

NetworkBoundResource An error happened: java.lang.IllegalStateException: This job has not completed yet Getting this error while calling api