Skip to content

Commit

Permalink
Added README
Browse files Browse the repository at this point in the history
  • Loading branch information
dlew committed Nov 1, 2011
1 parent 283af7a commit 82bfda8
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
This is a small demo project that I setup in order to demonstrate how you can
setup Fragment-based Android apps with a simple model-view-controller design.

There are three classes here:

InstanceFragment - the model, it is retained between config changes

MyFragment - the view, it displays the UI

MainActivity - the controller, it sets up the model/view and regulates the
flow between the two.

0 comments on commit 82bfda8

Please sign in to comment.