Merge pull request #529 from appwrite/feat-android-tutorial

Feat android tutorial
This commit is contained in:
Luke B. Silver
2024-01-18 14:31:56 +00:00
committed by loks0n
parent a627e0ab3b
commit c58bb8fc34
12 changed files with 792 additions and 15 deletions

View File

@@ -66,9 +66,9 @@ export const platformMap: Record<Language | string, string> = {
[Platform.ServerRest]: 'REST',
sh: 'Shell',
js: 'JavaScript',
jsx: 'React',
tsx: 'React',
ts: 'TypeScript',
jsx: 'React',
tsx: 'React',
typescript: 'TypeScript',
dart: 'Dart',
java: 'Java',
@@ -97,7 +97,8 @@ export const platformMap: Record<Language | string, string> = {
yaml: 'YAML',
text: 'Text',
vue: 'Vue',
svelte: 'Svelte'
svelte: 'Svelte',
groovy: 'Groovy'
};
export const serviceMap: Record<Service, string> = {