الحوارات الشائعة في مجتمع SQLite

تابعنا

اسأل مجتمع المهنيين


اطرح أسئلة مهنية واحصل على أجوبة متميزة من المتخصصين الآخرين.

تدفق اللغة
Aya Taleb's image
تم إضافة السؤال من قبل Aya Taleb Senior Web Developer / Team Leader Bayt.com / Talentera
قبل 10 سنوات

how can i connect my android app with mysql to use centralized storage? i want to do this in web android app not native one. ‎

I have an android app that uses the offline storage SQLite and HTML5 storage, and want to connect it also with my centralized storage on Mysql when the internet connectio‎ ... الإطلاع على المزيد

الإجابات:
9
تابع:
المشاهدات:
7374
عدد الأصوات:
2
يجب أن تتألف الإجابة من 25 حرفاً على الأقل.
Akram Wahid's image  
تم إضافة الجواب من قبل  Akram Wahid, Senior Web Developer, Jaber Bin Ali Group
قبل 10 سنوات

 you can build a web services that communicates with the remote database from your android application. normally process go like this ANDROID APPLICATION -----> PHP FI ... الإطلاع على المزيد

Default profile image  
تم إضافة الجواب من قبل  مستخدم محذوف‎
قبل 10 سنوات

As Asif said, you can build a web services that communicates with the database and pass data to your application using json. This tutorial might give you some ideas: How ... الإطلاع على المزيد

Asif Javed's image  
تم إضافة الجواب من قبل  Asif Javed, Software Engineer – [Mobile (Android, iPhone, Blackberry & WP 8), Web Developer] & SEO Expert, MetiCode [Pvt].LTD
قبل 10 سنوات

Aoa,   Thanks for your patience,   Use web services for this problem by json technology.   If you further requires help in this regards please feel free to ask.   Thanks, ... الإطلاع على المزيد

Eslam Gamal's image  
تم إضافة الجواب من قبل  Eslam Gamal, MIS Executive - Credit Risk, QIB
قبل 10 سنوات

i use basic4android it can connect direcly to remote MySql databases , sql server etc ... Check it out  http://www.basic4ppc.com/android/forum/threads/remote-database-con ... الإطلاع على المزيد

Robert Bautista's image  
تم إضافة الجواب من قبل  Robert Bautista, Interactive Development Manager, O Communications Group
قبل 10 سنوات

A simple web service (php or .net) will do the trick. Just manage the security settings when passing data from mobile to central database servers. Cheers!

Mo'ath Al Mallahi's image  
تم إضافة الجواب من قبل  Mo'ath Al Mallahi, Senior PHP Developer, iHorizons
قبل 10 سنوات

You can make a simple WEB SERVICE, which will recieve the request and compare with the online DB and sends the result. you can read more here

Amr Ahmed Elghadban's image  
تم إضافة الجواب من قبل  Amr Ahmed Elghadban, Projects Lead, Seddiqi Holding
قبل 10 سنوات

 the easy way is to provide rest API  using php/ servlet or any web language  to access ur data  and mobile can hit   them via http request  

Ron Fredrick Del Rosario's image  
تم إضافة الجواب من قبل  Ron Fredrick Del Rosario, Chief Technical Officer, Netaq Soft for Electronic Solutions
قبل 10 سنوات

JSON is the way to go. All of the major social networks use the same patterns for creating and consuming data.