Mobile Development
Posted: Mon Aug 05, 2013 9:10 pm
Right now I am developing a mobile app for a website that I am working on. Because it is written in Java, it can be decompiled and therefore API url's would be able to be extracted.
For this mobile app, a user would login and then do actions that involve the specified user account. My problem is writing an API where I can have user-specific actions. I created a mobile app for iPhone a while back but I really forget everything that I did in that.
Would session variables still work on an android app? If they don't what can I use as a substitute?
For this mobile app, a user would login and then do actions that involve the specified user account. My problem is writing an API where I can have user-specific actions. I created a mobile app for iPhone a while back but I really forget everything that I did in that.
Would session variables still work on an android app? If they don't what can I use as a substitute?