-
Notifications
You must be signed in to change notification settings - Fork 74
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Local database made with RoomDatabase #150
Comments
Yeah, I did it too. Let's use it. Awesome. |
@emmaunel How are you doing? I know everyone has been busy. |
@Madonahs I am doing good. I took a break from java and worked with python for a while. I believe it is time for me to come back to android. 😁 |
@Madonahs Quick question, has there being major changes with the app I need to know? For example, database location? |
@emmanuel no big changes. Just worked on my app https://play.google.com/store/apps/details?id=com.madonasyombua.budgetbuddy |
oh ok. I will try to do something tonight |
Hi, I'm Sherif I just got intro android some months ago and I've learnt this new stuffs in android. I came across this project while browsing around GitHub for projects I could possibly contribute to when I found this. I will like to work on this since it's been over a year it has been open |
That sounds like a great idea. Please feel free to work on it and put up a Pull Request. |
I have learned from Udacity Nanodegree course that rather using SQLite database for local storage, we use the new and improved database, RoomDatabase.
So we get to the point we need to store some data locally on the user's device, Room database is the way to go and I can help with that.
The text was updated successfully, but these errors were encountered: