
Hi, I have been trying to implement appwrite in my android project but I am facing problem getting started with docs as It has been using kotlin for initializing the SDK and I am not comfortable with It, please help how I can get started with java.

It would be the same to initialize using java. Your IDE should help you with the exact syntax.
We also have java examples for our various APIs: https://appwrite.io/docs/client/databases?sdk=android-java
Recommended threads
- Storage permission issues with Ionic/Ang...
Hello, I use Ionic/Angular with Appwrite to run a PWA. I use Appwrite Auth, Database, Function and Storage, and everything runs fine. If I build an Androi...
- Error uploading PDF: [AppwriteException:...
here is the my code export const uploadPDF = async (pdf) => { try { console.log("Uploading file:", pdf); const file = pdf.assets[0]; console....
- firebase Realtime Database to Appwrite D...
Hello, is there anyone who has successfully migrated from Firebase Realtime Database to Appwrite? I got stuck on how to migrate my data from Firebase Rtdb to Ap...
