Skip to content

abhishabd1/XamarinForm-Notebook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

XamarinForm-Notebook

With C# UI and Sqlite db

Create model class with the name ofNotesDB public class NotesDB { [PrimaryKey, AutoIncrement] public int id { get; set; }

    [MaxLength (500)]
    public string Note { get; set; }

    public string Date { get; set; }

    public NotesDB()
    {

    }


       
    }

About

With C# UI and Sqlite db

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published