xamarin-task-app-demo.mp4
- Develop a simple mobile application using Xamarin.Forms that allows users to view and manage a list of tasks.
- Spend a maximum of three hours on this task. Submission:
- Please share the completed code via a GitHub repo or a compressed file.
- Create a new Xamarin.Forms application (Android & iOS).
- Use MVVM architecture.
- Display a list of tasks. Each task should have:
- Title
- Description
- Due Date
- Completed status (Checkbox)
- Add/Edit Task Page. A form to add or edit a task with:
- Title (Required)
- Description (Optional)
- Due Date (DatePicker)
- Completed status (Switch)
- Data Storage
- Store tasks locally using SQLite or Preferences.
- Bonus (Optional)
- Implement search/filter for tasks.
- Use Dependency Injection.
- Implement basic unit tests.