Skip to content

susairajs/XamarinForms-Realm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Working with Realm Database in Xamarin.Forms

More Details

https://www.c-sharpcorner.com/article/xamarin-forms-working-with-realm-database/

Realm

alt text

Realm is a database built from the ground up to cop up the unique challenges of mobile app development, that runs directly inside phones, tablets, or wearables. Realm.Xamarin is built specifically with Xamarin developers in mind and is designed from the ground up for reactive app development. Data binding allows you to connect your UI to your persisted data in a very smooth and seamless way. It’s not only easy to use, but also heavily optimized for performance, which allows you to make apps that are more responsive and consume less power and memory.

Why use Realm

  • It is fast
  • It is cross-platform
  • It is strongly supported by the community
  • It is easy to use

Sample Output

alt text