Create README.md Signed-off-by: OmPrakash Muppirala <[email protected]>
Project: http://git-wip-us.apache.org/repos/asf/flex-examples/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-examples/commit/8ef8de13 Tree: http://git-wip-us.apache.org/repos/asf/flex-examples/tree/8ef8de13 Diff: http://git-wip-us.apache.org/repos/asf/flex-examples/diff/8ef8de13 Branch: refs/heads/develop Commit: 8ef8de13847ca89e035fa4b6781cfaccf3239db9 Parents: b0befe9 Author: Aaron Nash <[email protected]> Authored: Tue Jan 7 16:50:43 2014 -0500 Committer: OmPrakash Muppirala <[email protected]> Committed: Tue Nov 4 11:07:27 2014 -0800 ---------------------------------------------------------------------- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-examples/blob/8ef8de13/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md new file mode 100644 index 0000000..843d52e --- /dev/null +++ b/README.md @@ -0,0 +1,11 @@ +flex-examples +============= + +Mirror of Apache Flex Examples + +This is a modified version of the new TourDeFlexMobile application that was uploaded to the ApacheFlexExample. + +Some Additional code was added to mirror the behavior of the Android Facebook application. Click to slide the main navigator off exposing a list and use mouse events to slide the navigator closed. + +The code used to slide off the navigator and slide it back was used from the Madcomponents source code. I modified it to work in a flex environment. It is not as smooth as a pure Madcomonent app, because it does not use Stage3D. +
