adds rest communication

- test cases for push and pop
- rest singleton instantiated in MainApplication
  access through context
- pop and peek work, push needs encryption process
  still
This commit is contained in:
2021-12-16 12:21:17 +01:00
parent 3d42f0ca2e
commit 10ba4cf31b
8 changed files with 283 additions and 57 deletions

View File

@ -6,9 +6,9 @@
android:layout_height="match_parent"
tools:context=".SecondFragment">
<androidx.camera.view.PreviewView
<!--androidx.camera.view.PreviewView
android:id="@+id/viewFinder"
android:layout_width="match_parent"
android:layout_height="match_parent" />
android:layout_height="match_parent" /-->
</androidx.constraintlayout.widget.ConstraintLayout>