Music player app.
- Install Android Studio.
- Import project & let gradle do its magic!!
- Install node.js.
- Install json-server.
npm install -g json-server
or head to their github page for more detailes. https://github.com/typicode/json-server - Change the local ip address of you machine to
192.168.1.3
. Or you can alternatively openConstants
class and change a constat calledYAMANI_MOCK_BASE_URL
to match your local ip. Make sure to also change the port number in this constant if you changed the default one when running the server. - Open
json-server
folder (exits indevelop
branch) in the terminal & copy paste the command found interminal_command.txt
file (exits injson-server
folder) in your terminal window to run the server.
- make sure that private networks is allowed. (This depends on your os)
- Simply change a constant named
MOCK
(insideConstants
class) tofalse
.
In Android Studio Tools -> Generate JavaDoc...