Android SQLite MySQL Sync - 01 - Understand the Application

preview_player
Показать описание
Android Application Sync With The App Server.
This video demonstrate how to synchronize the local SQLite Database with the remote server MySQL database. On this first video we are going to understand the application before going to start the development.
Рекомендации по теме
Комментарии
Автор

i was so excited when i saw your application synchronises even without the app opened, i think is because im too young in this kind of programming

francisconogales
Автор

Your videos are the Best for learning...

GopalSinghR
Автор

Excellent!! I will use thisnfor my project

harfangful
Автор

best resource for start learning android

minhajnadeem
Автор

how to do this visa versa i mean if from web server one or two new items added recyclerview or some popup like new data as of (game level acievement or google plus posts, New Items ! ) like that, is it posible ? to notify the user or sysnc data automatically as soon as new items added, and if we have like 1000 posts, where to store that images and text data as of google post we can see cache size is very low, still it hold last all posts also for offline usage, it stores all data in 1 sqlite or 2 filesystem memory or 3 cache ?

cnwit
Автор

It's sync from device to server only or new data on the server will be shown on device two? I mean bidirectional.

jesselima_dev
Автор

This is from one side data manipulation only what if from the server we want to add data and what if we delete some data from the device and we want impl as on server when network available. yes there is the way we can store the status of every entry on both side but I am trying to find little smarter way but i could'n find any

gulabpatel
Автор

Great video! Can you make another one on How to work with fingerprint authentication on all mobiles models that support it? Greetings Prabeesh!

sebastiandudas
Автор

Have you any downloads for the code, or a way of checking for errors without going through all the videos.
Having spent many hours up to the end of Video 5 there is an error cant get it working as per your video.

stevenicholls
Автор

great video...how about to make changes on web server and sync that to sqlite

artwelljunior
Автор

And if you will add data in mysql db it will show you on the phone/emulator?

kryno
Автор

Hello Sir, I am a big fan of your youtube channel. Sir Please make tutorial on Android Retrofit library

ronysmile
Автор

I have a situation where I want to initialize my app with data from mysql only when the app is installed for the first time. So I made volley request in the onCreate() of SQLiteOpenHelper class. The problem I however run into is that, the app starts before the network request completes. This results in blank screen for the first time. What can I do to make sure the UI only runs after network request is complete?

ultrasamad
Автор

Can I sync remote server MySQL database with local SQLite Database?
Whatever a new data is inserted into remote server MySQL database, it should sync to local SQLite Database.

prafulnayak
Автор

How can i upload image stored in sqlite to database using volley ????

sgupta
Автор

how to syn sqlite to sever online mysql

bishangiri
Автор

I really need this kind of feature. I am actually building an attendance system with bluetooth beacons which can work offline. When there's no internet, the attendance datas are stacked in local database. As soon as the internet available, the app will do the request.

fauzytech
Автор

Sir plz share the code for getting better

krishnapatait
Автор

Sir, please give a tutorial on how to use new heat maps API utility library..

satvikgupta
Автор

Hello sir,
I need your help I am developing an Android application where data should be update whenever new data is added to the API, here I am using REST API.
In this video you are showing synchronisation of mobile data to server, but I want server data should sync with application.
Thanks
Like your videos so much
Please help urgently.

arhamcodes