android-build-an-app-architecture-components icon indicating copy to clipboard operation
android-build-an-app-architecture-components copied to clipboard

Results 35 android-build-an-app-architecture-components issues
Sort by recently updated
recently updated
newest added

- Room - LiveData - ViewModel - Retrofit [Sunhine-Architecture-Components](https://github.com/3dylson/Modulo-2)

Same issue as https://github.com/googlecodelabs/android-build-an-app-architecture-components/issues/38 getInstance Method needs another null check inside the synchronized block

There is a race condition in the getInstance method in SunshineRepository.java. Imagine there are 2 threads - A and B - both calling getInstance() and that sInstance is null to...

LifecycleActivity has been deprecated since `android.arch.lifecycle` libs are stable version. Fourth step in introduction to ViewModels can be removed

If you're a developer, you can get it here: https://github.com/edwardotis/android-build-an-app-architecture-components If you're a Google employee, please approve my PR here: https://github.com/googlecodelabs/android-build-an-app-architecture-components/pull/36

In addition to updating dependencies, the obsolete LifecycleActivity class had to be replaced with AppCompatActivity in the Activity classes. (details below) Builds, runs in emulator, tests pass. "Note: Since the...

All the libraries in the project are needed to be upgraded along with the documentation [https://codelabs.developers.google.com/codelabs/build-app-with-arch-components/#0](https://codelabs.developers.google.com/codelabs/build-app-with-arch-components/#0) Kindly update the documentation and the project libraries. It's taking longer than the given...

Hello, Like mentioned on the title i can not find this class com.example.android.sunshine.R

I've found no example code available from google (or anyone) of unit tests that depend on mocking the Room database and tightly coupled dao objects: `SunshineDatabase.getInstance(context).weatherDao();` Note: I'm explicitly *not*...