简体   繁体   中英

How do i create an online database and connect it to an android app?

The main idea is to get daily updates for a topic and notify the user. Please suggest what services and databases to use (most secure) and the procedure/links on how to connect to the database. Thanks in advance,

Directly connecting to a database is not recommended at all. Instead you need to create service layer in a app server and consume the services from android. There are too many different ways and technologies for doing such things. You can set up your services and database in a server from scratch or you could use other solutions like Google Cloud App Engine, or use a Baas like Parse. These things provides services, storage and push notifications, among others.

You will need to read and investigate to find the most suitable for your case.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM