Category: Tutorials

Android User session management 1

Android – User session management with SharedPreferences

Session management is a basic and frequently taken step when developing Android applications. There are two possible ways to manage login sessions of your users : storing them in global variables, or, storing them in SharedPreferences. The problem with storing … Read More

6

Installing Xcode on Windows 10

Building software for Mac is not so workable compared to building software for other plateforms.The reason is: creating Mac software requires the Xcode IDE, which is not available for any other operating systems except Mac OS X and iOS. But … Read More