I'm new to Android Studio.
I created an Android application where the user needs to login with the user's email and password that's already in the database.
I have never use an API, just a database.
I have uploaded it in Github and I assume that the user can log in based on the email address and password I have provided (which is already stored in the database)
I'm wondering if it's wrong to assume that? Do I need to make a registration fragment as it won't store the data in the database when the user download my source code from Github?
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…