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
- Cannot migrate from Supabase
Hi, I was trying to migrate from Supabase to the Appwrite database. My database had around 190K columns. I tried it twice. Both times, after 2 days, the proce...
- Production down - createExecution return...
Hey, Since 1.9.6 rollout in fra (~17:00 UTC, 14 Aug), POST /v1/functions/{functionId}/executions returns a 400 whenever the body includes an empty headers ob...
- CreateRow is doing ListRows on self-host...
### setup ``` appwrite 1.9.5 self-hosted bun 1.3 node-appwrite 27.1.0 ``` ### issue Im running a function on a self hosted 1.9.5 with "node-appwrite": "^27.1.0...