I am new to Android Development and have a background in Web development. I want to create an application on Android where i can interact with Web that will serve content.
What i want to learn
- Authenticating users via Facebook/Twitter and create an Profile on my web app
- How to serve content from the web to the mobile app. Should i have a single point of contact to the web app or for each activity i need to have different contact points.
- on uploading an image to the web app i would like to create different size versions. how do i do it ?
- is there any start to end tutorial for a sample web - mobile app like this kind ?