How to Use
AppsHub is a simple application to use and navigate. The user will create all the panels, so the only built-in views are for settings and the home page. The home page will display your 3 most recently used applications to ensure a quick start for the applications you last used through AppsHub.
The documentation below covers everything a general user and a developer needs to know. For you general users out there, we will cover
- Managing Apps and Panels
- Add/Delete
- Edit Data
- General Settings
Classes
Both Panels and Apps are comprised of pieces of data entered by the user. The Panels class is comprised of two pieces of data, while the Apps class is comprised of 6.
Panels
// Panel
private int panelID;
private string panelName;
static private int panelCount;
Apps
// Panel
private int panelID;