Reputation: 133
I am planning to write a social networking application for Android. I want to learn the architecture for my app . few things i want to know are : 1. Where will i store my data, pictures and information for specific user, administrator data etc. 2. What should be architecture of the application in terms of security , backend, server, request response and what tools can i use. 3. can i store data on cloud for so many people, if yes then how to start with? 4. how can i show add on my application and earn some money?
Please also suggest some small architecture of existing app or book/article i can refer that not only tells me theoretical concepts but also tells me what tools i need to use except Android, eclipse, java etc
Thanks, Vaibhav
Upvotes: 2
Views: 6383
Reputation: 21
In my case,my requirements are as follows
Those requirements need backend server to store data.Maintenance costs need to be considered. For this reason,some of the companies providing cloud services I prefered:
Those site provide many APIs to help you solve your problem.You can focus on creating a great user experience and forget server maintenance and complex infrastructure.
Also,you can search projects on this site(binpress.com).I find some that meets my requirements.
For your information.
Upvotes: 1
Reputation: 11
I have some needs just like you. I used to Parse to solve https://parse.com. It's support cloud data storage, push notifications and integration social networking.
It's should be able to help you build your app quickly.
Upvotes: 1
Reputation: 2159
If you're asking broad questions like these, I would suggest starting with something simpler. Good luck to you!
Upvotes: 0