Madonahs / Developers-Portfolio

💼 This is a Social App for Developers to interact with other users through messages and sharing projects.
https://www.madonahsyombua.com/
Apache License 2.0
120 stars 74 forks source link

Local database made with RoomDatabase #150

Open emmaunel opened 6 years ago

emmaunel commented 6 years ago

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.

Madonahs commented 6 years ago

Yeah, I did it too. Let's use it. Awesome.

Madonahs commented 5 years ago

@emmaunel How are you doing? I know everyone has been busy.

emmaunel commented 5 years ago

@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.  😁

emmaunel commented 5 years ago

@Madonahs Quick question, has there being major changes with the app I need to know? For example, database location?

Madonahs commented 5 years ago

@Emmanuel no big changes. Just worked on my app https://play.google.com/store/apps/details?id=com.madonasyombua.budgetbuddy

emmaunel commented 5 years ago

oh ok. I will try to do something tonight

Lawhacknifemi commented 3 years ago

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

Madonahs commented 3 years ago

That sounds like a great idea. Please feel free to work on it and put up a Pull Request.