Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,15 @@
2. Edit the config file
Rename `res/values/app_config_sample.xml` to `res/values/app_config.xml` and add in the Parse Application & Client ID for the project.

## Third-party Libraries

Below we have the list of third-party libraries used on the app:

- [Parse SDK](https://parse.com/docs/android_guide): responsible for doing the data synchronization between the app and remote server
- [ParseLoginUI](https://github.com/ParsePlatform/ParseUI-Android): UI wrapper for log in/sign up services
- [Facebook SDK](https://developers.facebook.com/docs/android/): dependency for ParseLoginUI project


## License

All code is distributed under MIT license. See LICENSE file for more information.