diff --git a/Justice.csproj.user b/Justice.csproj.user index 8086bf7..23d4721 100644 --- a/Justice.csproj.user +++ b/Justice.csproj.user @@ -3,8 +3,8 @@ False net9.0-android - Samsung SM-M325F (Android 13.0 - API 33) - PhysicalDevice + Medium Phone API 35 (Android 15.0 - API 35) + Emulator Medium_Phone_API_35 diff --git a/Models/Contact.cs b/Models/Contact.cs new file mode 100644 index 0000000..84a137b --- /dev/null +++ b/Models/Contact.cs @@ -0,0 +1,16 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; +using System.Threading.Tasks; + +namespace Justice.Models +{ + public class Contact + { + public int Id { get; set; } + public string Name { get; set; } + public string MobileNumber { get; set; } + public string Group { get; set; } + } +} diff --git a/Services/DatabaseService.cs b/Services/DatabaseService.cs new file mode 100644 index 0000000..9f43ec1 --- /dev/null +++ b/Services/DatabaseService.cs @@ -0,0 +1,12 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; +using System.Threading.Tasks; + +namespace Justice.Services +{ + public class DatabaseService + { + } +} diff --git a/Views/DashboardPage.xaml b/Views/DashboardPage.xaml index 6f35974..da5f990 100644 --- a/Views/DashboardPage.xaml +++ b/Views/DashboardPage.xaml @@ -5,15 +5,18 @@ Title="DashboardPage" BackgroundColor="WhiteSmoke"> -