Android Notes App
Learning more java but for mobile
I was taking an android development class to improve my java programming and this notes app was one of the projects we had to work on. Each project lasted two weeks.
This notes app would allow the user to make new note pages and save them to the phone. It would also be persistent, meaning if the user got off the app and returned to it, the notes saved would still be there.
The persistence in the app was the biggest challenge because I had trouble visualizing how the java code worked with the JSON code (since the notes data gets saved as JSON when persistent).
The rest of the files for this project can be seen here on my github. Overall I'm still proud of the work. I learned a lot from this class.