I am an iphone app developer, and i want to start developing for android as well. It seems completely different, and I don't even know where to start.
Iphone sdk has the delegate which keeps all information required for the app to be stores in the delegate. And i can access all these information anytime from anywhere in the app. (username, gender, state, tcpsocket, etc)
Is there such a thing in android. For example i need to have a socket connected through my entore session that the app is running, and it should be running even when the user is navigating through different pages. Where should i create and run the socket.
Iphone sdk has the delegate which keeps all information required for the app to be stores in the delegate. And i can access all these information anytime from anywhere in the app. (username, gender, state, tcpsocket, etc)
Is there such a thing in android. For example i need to have a socket connected through my entore session that the app is running, and it should be running even when the user is navigating through different pages. Where should i create and run the socket.