Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
shockch4rge authored Aug 12, 2021
1 parent 04ee7f1 commit 0c409e8
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# BitJam
A music player incorporating basic/intermediate Java functionalities with a highly object-oriented structure for Android devices. Utilises Firestore as a database for the songs.
A music player incorporating basic/intermediate Java functionalities with a highly object-oriented structure for Android devices. Utilises Firestore as a database for songs.

# What it does
1. Google sign-in system (no email logged)
Expand All @@ -9,8 +9,9 @@ A music player incorporating basic/intermediate Java functionalities with a high
5. Create playlists/add songs to existing ones
6. Songs are dynamically loaded in from Firestore

I recommend beginner Android developers to look through this app's code. A lot of it is 're-compiled' Stack Overflow questions and answers that newbies would search for, so this project may help you fix certain things!
I recommend beginner Android developers to look through this app's code. A lot of it is 're-compiled' Stack Overflow questions and answers that a newbie would search for, so there's a good chance that I've faced the same problems that you have! I should also note that this app is a submission for a school project.

A few Java fundamentals and basic Firestore knowledge are required. If you don't know Firestore: https://firebase.google.com
A few Java fundamentals and basic Firestore knowledge are required.
If you don't know Firestore: https://firebase.google.com/docs

Note: This Android app does not 100% follow the MVVM architecture. It looks like a mess right now but this might/will be fixed in the future.

0 comments on commit 0c409e8

Please sign in to comment.