0

I have an app with a log in form and after log in, user can view his data on multiple activities. Data is on online SQL Server.

I made log in work, and now want to show data on my all activities using JSON parsing.

OneCricketeer
  • 179,855
  • 19
  • 132
  • 245

1 Answers1

0

First checkout how sending request in android. This library is the google created and easy to implement.
https://developer.android.com/training/volley/simple.html
Secondly you should figure out how to store your data. In database or in memory. You should checkout java singleton pattern or sqlite database in android.
And please you should check how to ask questions before asking it. https://stackoverflow.com/help/how-to-ask

Community
  • 1
  • 1
Abdullah Tellioglu
  • 1,434
  • 1
  • 10
  • 26