Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/subhav13/Appwrite-Playground-for-Android-with-Retrofit
This is a playground demo app for Android with Retrofit. We are using direct HTTP request for using Appwrite functionalities.
https://github.com/subhav13/Appwrite-Playground-for-Android-with-Retrofit
Last synced: about 1 month ago
JSON representation
This is a playground demo app for Android with Retrofit. We are using direct HTTP request for using Appwrite functionalities.
- Host: GitHub
- URL: https://github.com/subhav13/Appwrite-Playground-for-Android-with-Retrofit
- Owner: subhav13
- Created: 2020-10-03T10:34:55.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2020-10-03T17:46:11.000Z (about 4 years ago)
- Last Synced: 2024-08-02T07:24:40.711Z (4 months ago)
- Language: Java
- Homepage:
- Size: 1.32 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-appwrite - Playground for Android with Retrofit
README
# Appwrite Playground for Android with Retrofit
This is a playground demo app for Android with Retrofit. We are using direct HTTP request for using Appwrite functionalities within android framework.
---
## Features!- Login
- Register an account with Appwrite
- Logout a user from current device
- Logout a user from all devices
- Persistent Cookie
- **More features coming soon**
---
## System Requirements
* JDK 9+
* Latest version of Android Studio.
* Make sure android studio is installed and that your android environment is set for running android projects.
* You have a project created in AppWrite using console and note down the project ID.### Installation
1. clone this repository.
2. Open project in android studio.
3. Open app/src/main/java/com/mainsm/appwritePlusAndroid/utils/Constant.java file.
4. Update PROJECT_ID with the one you have noted above.
5. Click Run 'app' from Run Menu to execute the project.---
## ContributingAll code contributions - including those of people having commit access - must go through a pull request and approved by a core developer before being merged. This is to ensure proper review of all the code.
We truly ❤️ pull requests! If you wish to help, you can learn more about how you can contribute to this project in the [contribution guide](https://github.com/appwrite/appwrite/blob/master/CONTRIBUTING.md "Appwrite Contribution Guide").
## Security
For security issues, kindly email us [[email protected]](mailto:[email protected]) instead of posting a public issue in GitHub.
## Follow Us
Join our growing community around the world! Follow us on [Twitter](https://twitter.com/appwrite_io), [Facebook Page](https://www.facebook.com/appwrite.io), [Facebook Group](https://www.facebook.com/groups/appwrite.developers/) or join our Discord Server [Discord community](https://discord.gg/GSeTUeA) for more help, ideas and discussions.***
# This Repository Created By :
**Subhav Mathur**
[Visit Linkedin](https://www.linkedin.com/in/subhav-mathur-9790a536/ "Subhav Mathur's Profile")
***## Todos
- Add almost all the API functionalities provided by Appwrite.io