0

How do I create a mobile app(android and ios) that communicates(sends and recieves data) with pc app(database)?

Android/iOS , PC app Database communication

5th Nov 2020, 6:09 AM
NK005
NK005 - avatar
7 Antworten
+ 7
You can use Sqlite or Json for databases. Pls read through the above resources carefully. I think everything related to Android app dev(including databases) has been discussed and contributed by mods and professionals. Hope that helps...
5th Nov 2020, 6:25 AM
Alphin K Sajan
Alphin K Sajan - avatar
+ 5
First of all this is straightly against the policy, no apps will let you take their Data(if not yours). Tbh you need to build all three apps by yourself(Android,iOS and PC). So first Learn all how to develop Android,iOS and PC application.
5th Nov 2020, 8:19 AM
0_O-[Mägár_Sám_Äkà_Nüllpøïntêr_Èxëcéptïön]~~
0_O-[Mägár_Sám_Äkà_Nüllpøïntêr_Èxëcéptïön]~~ - avatar
+ 1
So you already have programmed the mobile app? Your description is confusing. To get a good answer you have to provide more detail, but if you want to know how you can do the communication I recommend a rest service. Read the general basics here https://www.sololearn.com/learn/10391/?ref=app Implementation is specific to the toolset you want to use
5th Nov 2020, 8:18 AM
Benjamin Jürgens
Benjamin Jürgens - avatar
+ 1
For that you need to develop web service for that and need to store data on global server. so your data is globally access and you can access your database in pc and mobile both using web service
5th Nov 2020, 9:37 AM
sagar patel
sagar patel - avatar
0
Alphin K Sajan thanks but what I'm asking is how to can I make that mobile app that I've create retrieve data from a computer database system? Example let's say retrieve a code that stores customer information
5th Nov 2020, 6:16 AM
NK005
NK005 - avatar
0
You can use sockets
5th Nov 2020, 6:02 PM
🌀 Shail Murtaza شعیل مرتضیٰ
🌀 Shail Murtaza شعیل مرتضیٰ - avatar