https://kotlinlang.org logo
Title
u

user

06/25/2022, 12:51 PM
RoomDataBase Empty in device file explorer When I look at the databases file in device file explorer the folder is empty. I have tried to fix the problem myself but I haven't been able to since I'm quite new to android development. This is all the code that has been written so far: Any help would be greatly appreciated. Main Activity package com.example.todoit import androidx.appcompat.app.AppCompatActivity import android.os.Bundle import androidx.recyclerview.widget.LinearLayoutManager import com.example.todoit.data.Todo import...