Open emmaunel opened 6 years ago
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.