LifeCycle Aware Components

Juan Gabriel Gutierrez

Agenda

  • Activity and Fragment LifeCycle?
  • What's Wrong With The LifeCycle on Android?
  • The Solution Approach- LifeCycle Aware Components
  • LifeCycle Aware Components Alternatives
  • Live Coding

Activity and Fragment LifeCycle

What's Wrong With The LifeCycle on Android?

There are some events that are not triggered in any specific order. 

  •  Window focus changes
  •  Visual surface changes
  •  Device configuration changes
  •  Long async operations

Order Execution Problems

What's Wrong With The LifeCycle on Android?

Maintainability Issues

The Solution Approach- LifeCycle Aware Components

 

LifeCycle Aware Components Alternatives

RX-Java

LightCycle - SoundCloud

Live Coding

LifeCycle Aware Components

By Juan Gabriel Gutierrez

LifeCycle Aware Components

A solution approach to improve Android applications architecture

  • 1,161