Explorar el Código

application class comment

abhilash2in hace 9 años
padre
commit
289a1b6315
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      README.md

+ 2 - 0
README.md

@@ -106,6 +106,8 @@ obj.save().then(function(obj) {
 
 Example using it on Android:
 ```
+//in your application class
+
 Parse.initialize(new Parse.Configuration.Builder(getApplicationContext())
         .applicationId("myAppId")
         .clientKey("myClientKey")