Added Customer CRUD

This commit is contained in:
Alex
2026-04-10 19:34:28 -06:00
parent d6c4be3acf
commit f26c795d46
15 changed files with 1118 additions and 52 deletions

View File

@@ -151,6 +151,18 @@
android:label="Staff Details"
tools:layout="@layout/fragment_staff_detail" />
<fragment
android:id="@+id/nav_customer"
android:name="com.example.petstoremobile.fragments.listfragments.CustomerFragment"
android:label="Customers"
tools:layout="@layout/fragment_customer" />
<fragment
android:id="@+id/nav_customer_detail"
android:name="com.example.petstoremobile.fragments.listfragments.detailfragments.CustomerDetailFragment"
android:label="Customer Details"
tools:layout="@layout/fragment_customer_detail" />
<fragment
android:id="@+id/nav_analytics"
android:name="com.example.petstoremobile.fragments.listfragments.AnalyticsFragment"