Save multiples Sticker from StickerView in database android studio

Viewed 26

I have to save multiples stickers in database according to x and y position and also retrieve from database is there any way to get position of all stickers and store into room db?

<com.example.testmydiary.StickerView.StickerView
        android:id="@+id/sticker_view"
        android:layout_width="match_parent"
        android:layout_height="0dp"
        android:layout_marginTop="@dimen/_10sdp"
        app:layout_constraintBottom_toTopOf="@+id/hsv_bottom_pad"
        app:layout_constraintTop_toBottomOf="@+id/et_description"
        app:showIcons="true">
0 Answers
Related