A mobile application built using Xamarin.Forms for managing and monitoring load distribution. This app is designed for users to keep track of their energy usage or other load-based metrics efficiently, with an intuitive interface and offline storage capability powered by SQLite-Net-PCL.
-
User Authentication:
- Register and log in securely using credentials.
- Option for offline access to local data.
-
Load Tracking:
- Add, edit, and delete load entries with custom attributes such as time, category, and consumption.
- Filter loads by categories or time periods for detailed insights.
-
Analytics and Reports:
- View summarized load data in charts or graphs.
- Generate detailed reports for specific time frames.
-
Offline Storage:
- Store all load-related data locally using SQLite for seamless offline access.
- Sync with a remote database when online for backup and consistency.
-
Multi-Device Compatibility:
- Works on Android and iOS with a responsive, user-friendly design.
- Framework: Xamarin.Forms
- Database: SQLite-Net-PCL
- Languages: C# for app logic and XAML for UI design.