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