Building Offline Xamarin Forms app

jrahma 111 Reputation points
2021-03-27T17:59:35.85+00:00

Hi,

How can I build an offline app which will have offline data but sync with online app when connected?

What are the available options for both online and offline?

Kindly advice..

Thanks,
Jassim

Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,291 questions
Azure SQL Database
Azure Database for MySQL
Azure Database for MySQL
An Azure managed MySQL database service for app development and deployment.
710 questions
C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
10,203 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Dimitris Christoforidis 296 Reputation points
    2021-03-27T18:11:01.107+00:00

    Offline option is propably a database. Like SqlLite.
    Online is probably a webService which it will save data into another database like MySql or SqlServer


  2. Navtej Singh Saini 4,216 Reputation points Microsoft Employee
    2021-03-30T01:21:55.85+00:00

    @jrahma
    Please check the document here for getting more info regarding the use of Cosmos DB for Xamarin Forms App.

    Please let us know if you need any further info.

    Regards
    Navtej S

    0 comments No comments