-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtemplates.json
76 lines (76 loc) · 3.66 KB
/
templates.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"templates": [
{
"name": "Leak Canary",
"logo": "https://miro.medium.com/v2/resize:fit:1400/format:webp/1*-88W_-iqkTJ93iL7lCOHCg.png",
"description": "A memory leak detection library for Android.",
"template_url": "https://console.dashwave.io/template/6/launch",
"tech_stack": "GRADLE",
"repo_url": "https://github.com/square/leakcanary"
},
{
"name": "AmazeFileManager",
"logo": "https://raw.githubusercontent.com/TeamAmaze/AmazeFileManager/978fa998810d6805802488d4fbf79a6eda0bfc45/icon.png",
"description": "Simple and attractive Material Design file manager for Android",
"template_url": "https://console.dashwave.io/template/8/launch",
"tech_stack": "GRADLE",
"repo_url": "https://github.com/TeamAmaze/AmazeFileManager"
},
{
"name": "Glide",
"logo": "https://raw.githubusercontent.com/bumptech/glide/a7351b0ecf6656ad937fbc52fe9e90d3b289c265/static/glide_logo.png",
"description":"Glide is a fast and efficient open source media management and image loading framework for Android",
"template_url": "https://console.dashwave.io/template/9/launch",
"tech_stack": "GRADLE",
"repo_url": "https://github.com/bumptech/glide"
},
{
"name": "Chucker",
"logo": "https://raw.githubusercontent.com/ChuckerTeam/chucker/526131456b5aec68a1ff182403f73441fde335c7/assets/ic_launcher-web.png",
"description": "Chucker is a simple library to inspect OkHTTP traffic directly from your application",
"template_url": "https://console.dashwave.io/template/10/launch",
"tech_stack": "GRADLE",
"repo_url": "https://github.com/ChuckerTeam/chucker"
},
{
"name": "Tasks",
"logo": "https://avatars.githubusercontent.com/u/220908?v=4",
"description": "A simple task list app for Android, written in Kotlin",
"template_url": "https://console.dashwave.io/template/11/launch",
"tech_stack": "GRADLE",
"repo_url": "https://github.com/tasks/tasks"
},
{
"name": "Lottie",
"logo": "https://avatars.githubusercontent.com/u/698437?s=48&v=4",
"description": "Lottie is a mobile library for Android and iOS that parses Adobe After Effects animations exported as json with Bodymovin and renders them natively on mobile!",
"template_url": "https://console.dashwave.io/template/12/launch",
"tech_stack": "GRADLE",
"repo_url": "https://github.com/airbnb/lottie-android"
},
{
"name": "Telegram",
"logo": "https://cdn3.iconfinder.com/data/icons/social-media-chamfered-corner/154/telegram-1024.png",
"description": "Telegram is a messaging app with a focus on speed and security. It's superfast, simple and free.",
"template_url": "https://console.dashwave.io/template/13/launch",
"tech_stack": "GRADLE",
"repo_url": "https://github.com/DrKLO/Telegram"
},
{
"name": "Compose Backstack",
"logo": "https://avatars.githubusercontent.com/u/1884445",
"description": "Simple composable for rendering transitions between backstacks.",
"template_url": "https://console.dashwave.io/template/17/launch",
"tech_stack": "GRADLE",
"repo_url": "https://github.com/rjrjr/compose-backstack"
},
{
"name": "Landscapist",
"logo":"https://user-images.githubusercontent.com/24237865/127760344-bb042fe8-23e1-4014-b208-b7b549d32086.png",
"description":"Landscapist is a highly optimized, pluggable Jetpack Compose and Kotlin Multiplatform image loading solution",
"template_url": "https://console.dashwave.io/template/19/launch",
"tech_stack": "GRADLE",
"repo_url":"https://github.com/skydoves/landscapist"
}
]
}