Me and some friends are going to create a social networking app on Android.
We are at the beginning,and we wanted to start the project using a Backend Service offered by Amazon (AWS) or Google (Google App Engine),and maybe migrate to other solutions when our app will be in an advanced state.
This app includes all the features offered by a social network like uploading images,videos,status,etc.
What I wanted to ask is: how can I handle the data services related to the app?
What solutions are best for managing user info, user multimedial content,etc?
(We tought about some kind of datastore for the multimedial content,and a Relational Database for the other User Informations,but we're not sure about this).
Are AWS or Google App Engine possible ways to handle this type of content,and what service in particular would be the best?
相关问题
- How can I create this custom Bottom Navigation on
- Bottom Navigation View gets Shrink Down
- java.lang.NullPointerException at java.io.PrintWri
- How to make that the snackbar action button be sho
- Listening to outgoing sms not working android
相关文章
- android开发 怎么把图片放入drawable的文件夹下
- android上如何获取/storage/emulated/下的文件列表
- androidStudio有个箭头不认识
- SQLite不能创建表
- Windows - Android SDK manager not listing any plat
- Animate Recycler View grid when number of columns
- Why is the app closing suddenly without showing an
- Right way to deploy Rails + Puma + Postgres app to
Firebase is the simplest Backend as a service and free for up to 10 concurrent solutions. It will scale to unlimited concurrent for a reasonable amount. Firebase has good social sign on and security features. Best part is that clients will update 'live' without having to refresh the page to see changes. Parse.com is another free PAAS but does not have the real time features of Firebase.