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

Samples for Android Architecture Components.

Results 192 architecture-components-samples issues
Sort by recently updated
recently updated
newest added

Hi I work fine in sample. But when I click fast between tabs onCreateView is not trigger in fragment Will get empty view Any solution?

…Graphs I just recommend put this comment because I spent a lot of time to figure out that I should use the same ids

Exception is: org.gradle.api.ProjectConfigurationException: A problem occurred configuring root project 'NavigationAdvancedSample'. at org.gradle.configuration.project.LifecycleProjectEvaluator.wrapException(LifecycleProjectEvaluator.java:75) at org.gradle.configuration.project.LifecycleProjectEvaluator.addConfigurationFailure(LifecycleProjectEvaluator.java:68) at org.gradle.configuration.project.LifecycleProjectEvaluator.access$600(LifecycleProjectEvaluator.java:51) at org.gradle.configuration.project.LifecycleProjectEvaluator$EvaluateProject$1.run(LifecycleProjectEvaluator.java:104) at org.gradle.internal.Factories$1.create(Factories.java:26) at org.gradle.internal.work.DefaultWorkerLeaseService.withLocks(DefaultWorkerLeaseService.java:189) at org.gradle.internal.work.StopShieldingWorkerLeaseService.withLocks(StopShieldingWorkerLeaseService.java:40) at org.gradle.api.internal.project.DefaultProjectStateRegistry$ProjectStateImpl.withProjectLock(DefaultProjectStateRegistry.java:271) at org.gradle.api.internal.project.DefaultProjectStateRegistry$ProjectStateImpl.withMutableState(DefaultProjectStateRegistry.java:265) at org.gradle.api.internal.project.DefaultProjectStateRegistry$ProjectStateImpl.withMutableState(DefaultProjectStateRegistry.java:226)...

I printed the log after setValue() when inserting User to local database. Code: ```kotlin saveCallResult(processResponse(response)) appExecutors.mainThread().execute { // we specially request a new live data, // otherwise we will get...

When I switch between two graphs from the bottom navigation I have a strange flicker event where content from the last graph shows for a brief moment before disappearing. I...

Thank you for great repository!! Mockito can use mock annotation. The mock annotation allows you to create mocks simply.

Also updated the arch components and gradle versions

On replace update null check done but did not chek if the new size equals to 0.

Added a conversion of the BasicSample to Kotlin.