diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..d3f5d3e --- /dev/null +++ b/.gitignore @@ -0,0 +1,16 @@ +# built application files +*.apk +*.ap_ + +# files for the dex VM +*.dex + +# Java class files +*.class + +# generated files +bin/ +gen/ + +# Local configuration file (sdk path, etc) +local.properties diff --git a/README.md b/README.md new file mode 100644 index 0000000..8c30d04 --- /dev/null +++ b/README.md @@ -0,0 +1,4 @@ +Side-Navigation +=============== + +Implementation of "SIde Navigation" or "Fly-in app menu" pattern for Android (based on Google+ app) \ No newline at end of file