'How to display different data according to users in android using get method?

For my app, in user registration, when a user registers in the app, their data is sent to database and stored there and using GET method it is displayed in the app, Now how do I display the data in my app differently for different users because each users have their own unique data, and what I need is to display profile description of whoever fills the form. (I am using android studio and java to make android app)



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source