Hello everyone, i am doing my semester project at this time, and i want help in configuring the appwrite's database with my android application, can anybody help me with CRUD Operations?
Would some examples help?
To add what Jyoti mentioned, @Swapnil there's a lot of examples online with configuring your database by searching "Appwrite android app" or along these lines in keywords. Here's one of many https://dev.to/appwrite/appwrite-android-and-realtime-42jd
Are you using Appwrite Cloud or self hosting?
I'm using Appwrite cloud
I tried searching resources for android kotlin sdk, but none of them helped
Yes please
I'll see this, thank you 😊
Can anybody help me with setting up appwrite on android studio with the http request?
what do you mean?
Properly installing appwrite's dependencies on android studio?
And the json val, that is confusing
Maybe this will help: https://appwrite.io/docs/getting-started-for-android
If anyone would come to gmeet and help me install that?, It would be grateful of you
It didn't help, can you please help?
What's the problem you're facing now?
Recommended threads
- Weird permission failure
when creating an account I use following methods: ``` Future<void> register(String email, String password, String username) async { final user = await accoun...
- Flutter Android oAuth is no more working
I currently don't get the oAuth login to work in flutter android. it works on ios and on web. but when try to use it on Android, i get to the point where the ca...
- Relation Question
How do I create a relation from table y to an others x.$id. in my example I have a users table where I use Appwrites unique User IDs and I want other tables fo...