architecture-samples icon indicating copy to clipboard operation
architecture-samples copied to clipboard

A collection of samples to discuss and showcase different architectural tools and patterns for Android apps.

Results 170 architecture-samples issues
Sort by recently updated
recently updated
newest added

The inflate() method is equivalent to the previous implementation.

Hello! I would like to propose a version of the app, done with Koin. A branch is almost ready here: https://github.com/InsertKoinIO/architecture-samples/tree/dev-koin Are you interested? What is the process to integrate...

The link text "usecases" is a relative path. I change it to the absolute link https://github.com/android/architecture-samples/tree/usecases

When click save_task_fab button then close this fragment. click save_task_fab ----> click back button

Added viewLifecycleOwner to the observers inside fragments to handle the viewmodel operations withing the lifecycle of the Fragment. This prevents resuscribing to the observers, hence preventing them to be notified...

I was checking the template implementation of Hilt(DI), but I am not sure why do we need to define `Dispatchers.IO` in dependency graph (if require, then why singleton?) as it...