Permit see professional"s availability, make an appointment, change or cancel it.
Scheduling is an app made as part of Udacity Android Nanodegree. For now, it shows a list of beauty salons where you can choose one forsee the available professionals and their schedule. To make an appointment the user needs to log in to Google accounts.
It use standard Android architecture and following libs
- butterknife for bind Android views
- Firebase Realtime Data base for handle data
- Firebase Auth for handle authenticantion
- Firebase UI for hande the UI authentication
I recommend you use Android Studio because the development is easier thant command line. It necessary create a directory named keys in the root and put your debug and production keystore.
I"m using Firebase Realtime Data Base and Firebase Auth and you need configure it.
For generate the apk using command line use this command: ./gradlew assembleDebug
Alexandre Navarro – @navarro_alex – [email protected]
Distributed under the MIT license. See LICENSE for more information.
https://github.com/alexnavarro
- Fork it (https://github.com/alexnavarro/Scheduling#fork-destination-box)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am "Add some fooBar"
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request
Some other ways you can contribute:
- by suggesting new features
- by writing specifications
- by writing code ( no patch is too small : fix typos, add comments, clean up inconsistent whitespace)
- by refactoring code