Skip to content

Instantly share code, notes, and snippets.

@chitacan
Created March 14, 2013 15:28
Show Gist options
  • Save chitacan/5162293 to your computer and use it in GitHub Desktop.
Save chitacan/5162293 to your computer and use it in GitHub Desktop.
simple activity transition flow can be used in java source file.
// This are the transitions we want:
//
// +--------+ +------------+ +-------+ +----------+
// | Camera |---------->| Fullscreen |--->| Album |--->| AlbumSet |
// | View | thumbnail | Photo | up | Page | up | Page |
// +--------+ +------------+ +-------+ +----------+
// ^ | | ^ |
// | | | | | close
// +----------back--------+ +----back----+ +--back-> app
//
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment