I need to find a solution to a small problem in my Android application. The application basically has a screen, WebView is running on this screen. WebView basically opens a login page.
On this login page, I need to find out with which account the user is logged in. So that I can send this information along with the location to msql. For example "userid+location". I can pull and send location information, but it is not clear which user it is. Many locations go to Databse, but whose location is unknown.
How can I find out which user is logged in?