Added database persistence ability

This commit is contained in:
denizk0461
2023-04-08 17:30:05 +02:00
parent 9accebc68c
commit 3c65ccddb1
15 changed files with 176 additions and 68 deletions
+2 -2
View File
@@ -7,9 +7,9 @@
<fragment
android:id="@+id/FirstFragment"
android:name="com.denizk0461.studip.fragment.FirstFragment"
android:name="com.denizk0461.studip.fragment.EventFragment"
android:label="@string/first_fragment_label"
tools:layout="@layout/fragment_first">
tools:layout="@layout/fragment_event">
<action
android:id="@+id/action_FirstFragment_to_SecondFragment"