I'm currently developing an app for android in eclipse And for this app, im going to connect it to the web services to an existing database I'm currently building the login page and i managed to connect it to the database and got a session id, however, im wondering how im going to connect the rest of the app to that session ID and save all the things that the user will do in the actual app to the same user who logged in, so basically, how to connect the app all together to the same person who logged in?
Its my first app so I'm not really experienced