Skip to content

mrsegev/ArchitectureComponents

Repository files navigation

ArchitectureComponents

Playing around with the new Android Architecture Components.

A simple counter thread counts every 500ms, displays the current count inside a simple Activity layout.

This sample project has two Activities:

LifecycleObserverActivity - A LifecycleObserver implementation (LifecycleObserverCounter) is used to start/stop the counting based on the Activity lifecycle.

LiveDataActivity - A LiveData implementation (= abstraction over the LifecycleObserver interface) is used to start/stop the counting based on the Activity lifecycle.

Third party libraries used:

LeakCanary

About

Playing around with Android Architecture Components

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages