A relational database shared by an android app and a website - the easy way

后端 未结 3 436
再見小時候
再見小時候 2021-01-24 18:53

I have a project where I will develop an android application and a website. They both should share the same database. I am trying to explore all the options and I am really conf

3条回答
  •  独厮守ぢ
    2021-01-24 19:49

    Well, after you make your database you can make api or web service that will allow your android app to interact with database, and regarding websites it depends on technology you are using (for example Entity Framefork in .NET).

    Assuming you know how to create database.

提交回复
热议问题