
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
- Google signin with appwrite
I want to use Google sign in in android and create session from idToken using appwrite. But, i don't know if it's achievable or not. because i don't want to use...
- Realtime didn't work in react native exp...
``` useEffect(() => { const { client } = createClient(); const unsubscribe = client.subscribe(`databases.${process.env.EXPO_PUBLIC_APPWRITE_DATABASE}.t...
- Realtime didn't work in react native exp...
``` useEffect(() => { const { client } = createClient(); const unsubscribe = client.subscribe(`databases.${process.env.EXPO_PUBLIC_APPWRITE_DATABASE}.t...
