From c8964693ff0340a13c8cd57285b3aee9e87d2302 Mon Sep 17 00:00:00 2001 From: ketan patel Date: Fri, 29 Jun 2012 01:53:10 -0700 Subject: [PATCH] Initial commit --- .gitignore | 16 ++++++++++++++++ README.md | 4 ++++ 2 files changed, 20 insertions(+) create mode 100644 .gitignore create mode 100644 README.md 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..1441f8d --- /dev/null +++ b/README.md @@ -0,0 +1,4 @@ +GCM-Demo +======== + +Google Cloud Messaging for Android (GCM) is a service that helps developers send data from servers to their Android applications on Android devices. \ No newline at end of file