Posts by Jonas Vieira • 47 points
5 posts
-
1
votes0
answers50
viewsQ: How do I share data across multiple apps?
I have apps A, B, C and D and I need to share data from these apps, for a specific app (And) (Basically login data, to log in automatically. As Messenger does, retrieving access data from Facebook).…
-
-5
votes2
answers558
viewsQ: How to deserialize a json to int?
I have a test json to see if my implementation worked in my code: string json = @"{'ItemHome':[{'Texto':'111','Icone':'aaaa','Color':'aaaa'}, {'Texto':'111','Icone':'aaaa','Color':'aaaa'},…
-
1
votes1
answer227
viewsQ: How to call Finish() a separate class?
I have an application where when the user clicks "Back" on MainActivity he displays a AlertDialogin the method onBackPressed() asking if you really want to quit the app. But I created a new class…
-
2
votes3
answers2965
viewsQ: How to delete data from database in android studio?
I have an application where when the user logs in the first time, I save the Token and NIU, then the next time he accesses the application, he already enters directly into the Webview using that…
-
0
votes1
answer304
viewsQ: Which method to use Sharedpreferences best?
I have an application with a webview in which a token returns when the user logs in. I need to save the user information to perform the auto-login the next time he logs in, I intend to do so using…