Image files sync in Azure Mobile Apps for Android -
sorry if question not contain code. building android app using azure mobile apps. following sample the todolist . sample describes case data sync, if want add support images sync? have save image files blob inside database? treat files other record in db, or there better way? have use service other "mobile apps"?
i've read following instructions image sync, don't seem target android:
i've read following instructions image sync, don't seem target android:
the assemblies used file sync prerelease version. suggest implement file sync feature android device currently. implement sync feature, suggest create table store file log. table definition should this.
+-------------------+ | column name | +-------------------+ | file name | | operation type | | modified date | +-------------------+ after created or deleted file on device, need add log record file log table. sync files, need compare differences between local data , remote data on table sync files.
Comments
Post a Comment