Posts by Paulo Roberto Torres • 89 points
4 posts
-
1
votes1
answer90
viewsA: Discontinued setDefaultPushCallback and trackAppOpened methods
The method ParseAnalytics.trackAppOpened(getIntent()), generally used in the OnCreate has been replaced by the ParseAnalytics.trackAppOpenedInBackground(getIntent()). Already the method…
-
3
votes1
answer90
viewsQ: Discontinued setDefaultPushCallback and trackAppOpened methods
While using Parse, I noticed that some methods used in PARSE’s own site examples are discontinued (deprecated), among them the PushService.setDefaultPushCallback and the…
-
-1
votes1
answer83
viewsA: Androidmanifest with multiple tags <application>
Well, after so much breaking my head with this question that seems simple (and is), I decided to post the solution to the problem. Recently I had to use the Parse and Volley libraries in an…
-
4
votes1
answer83
viewsQ: Androidmanifest with multiple tags <application>
I need to use the PARSE and VOLLEY libraries in an Android APP, however, both need to be declared in the TAG Application, on AndroidManifest, but I noticed that there may only be one TAG Application…