Coder Social home page Coder Social logo

riggaroo / android-arch-components-lifecycle Goto Github PK

View Code? Open in Web Editor NEW
48.0 3.0 10.0 187 KB

A demo application showcasing the use of the new Android Architecture Components Lifecycle classes. In this example, a Lifecycle Aware Video Player is created using the Exoplayer Library

License: Apache License 2.0

Java 100.00%
android architecture-components android-architecture-lifecycle lifecycle exoplayer2 exoplayer-demo

android-arch-components-lifecycle's Introduction

Android Architecture Components - LifecycleObserver Demo

A demo application showcasing the use of the new Android Architecture Components Lifecycle classes. In this example, a Lifecycle Aware Video Player is created based off the Exoplayer2 Sample app that can be found here: https://github.com/google/ExoPlayer/blob/release-v2/demo/src/main/java/com/google/android/exoplayer2/demo/

This version uses LifecycleObserver annotations which abstracts out the Video Player specific code into a VideoPlayerComponent. This component is then aware of things such as when the activity is paused, resumed, stopped etc.

This repository is a demonstration of the Lifecycle APIs and how it can clean up your activities.

IMPORTANT NOTE: This is not a full implementation for ExoPlayer to play all different kinds of content (DRM session management etc). This is purely to demonstrate the power of a LifecycleObserver and how it can remove a lot of code from your activities. Please refer to the above URL for a more complete example that takes care of more erroneous situations.

android-arch-components-lifecycle's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.