Skip to content

Commit e2320dc

Browse files
Add approved content (#387)
* Add approved content * Update AndroidPoet-Dropdown.json * add content with current repo name * Author ids added * Update blog-code-coverage-for-android-development-using-kotlin-jacoco-github-actions-and-codecov.json Co-authored-by: Ankita Tripathi <[email protected]>
1 parent 64a326a commit e2320dc

23 files changed

+292
-2
lines changed

config/advocu.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"lastPullTime": 1652685241781
2+
"lastPullTime": 1653283114897
33
}
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"version": 1,
3+
"source": "other",
4+
"authorIds": ["kasem-sm"],
5+
"author": "Kasem SM",
6+
"title": "Animated Placeholder with Jetpack Compose.",
7+
"link": "https://proandroiddev.com/animated-placeholder-with-jetpack-compose-60c85547b47a",
8+
"tags": [
9+
"kotlin",
10+
"compose",
11+
"ui"
12+
]
13+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"version": 1,
3+
"source": "other",
4+
"authorIds": ["wise4rmgod"],
5+
"author": "wisdom nwokocha",
6+
"title": "Code Coverage for Android Development Using Kotlin, JaCoCo, GitHub Actions, and Codecov - Codecov",
7+
"link": "https://about.codecov.io/blog/code-coverage-for-android-development-using-kotlin-jacoco-github-actions-and-codecov/",
8+
"tags": [
9+
"kotlin",
10+
"modern-android-development",
11+
"build-tools"
12+
]
13+
}
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"version": 1,
3+
"source": "medium",
4+
"authorIds": [
5+
"saraswatdivyansh"
6+
],
7+
"author": "Divyansh Saraswat",
8+
"title": "Google news clone in Kotlin using Paging 3 and Hilt",
9+
"link": "https://medium.com/@saraswatdivyansh/google-news-clone-in-kotlin-using-paging-3-and-hilt-2127d19fe09d",
10+
"tags": [
11+
"modern-android-development",
12+
"kotlin",
13+
"architecture"
14+
]
15+
}
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"version": 1,
3+
"source": "medium",
4+
"authorIds": [
5+
"skydoves"
6+
],
7+
"author": "Jaewoong Eum",
8+
"title": "Modeling Retrofit Responses With Sealed Classes and Coroutines",
9+
"link": "https://skydoves.medium.com/modeling-retrofit-responses-with-sealed-classes-and-coroutines-9d6302077dfe",
10+
"tags": [
11+
"modern-android-development",
12+
"kotlin",
13+
"architecture"
14+
]
15+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"version": 1,
3+
"source": "medium",
4+
"authorIds": ["sriyank-siddhartha"],
5+
"author": "Sriyank Siddhartha",
6+
"title": "Shape your Image: Circle, Rounded Square, or Cuts at the corner in Android",
7+
"link": "https://medium.com/smartherd/shape-your-image-circle-rounded-square-or-cuts-at-the-corner-of-image-in-android-cf92f38c217f",
8+
"tags": [
9+
"modern-android-development",
10+
"ui"
11+
]
12+
}
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"version": 1,
3+
"source": "github",
4+
"authorIds": [
5+
"adammc331"
6+
],
7+
"owner": "AdamMc331",
8+
"repo": "TOA",
9+
"name": "Tasks Of Affirmation",
10+
"shortDescription": "A wholesome task scheduling app developed live on Twitch.",
11+
"longDescription": "A wholesome task scheduling app developed live on Twitch.",
12+
"content": "README.md",
13+
"pages": [],
14+
"tags": [
15+
"modern-android-development",
16+
"architecture",
17+
"compose"
18+
]
19+
}
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"version": 1,
3+
"source": "github",
4+
"authorIds": [
5+
"androidpoet"
6+
],
7+
"owner": "AndroidPoet",
8+
"repo": "Dropdown",
9+
"name": "Dropdown",
10+
"shortDescription": "A customizable jetpack compose dropdown menu with cascade and animations",
11+
"longDescription": "A customizable jetpack compose dropdown menu with cascade and animations",
12+
"content": "README.md",
13+
"pages": [],
14+
"tags": [
15+
"compose",
16+
"kotlin",
17+
"ui"
18+
]
19+
}
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"version": 1,
3+
"source": "github",
4+
"authorIds": [
5+
"rajashekarraju"
6+
],
7+
"owner": "RajashekarRaju",
8+
"repo": "hangman-compose",
9+
"name": "Hangman Game built with Compose for Android.",
10+
"shortDescription": "Hangman Game for Android 🤖 build with Compose 🚀 and jetpack components, Room for saving game history, preferences for loading game settings, ViewModels for persisting game state and Koin for DI.",
11+
"longDescription": "Hangman Game for Android 🤖 build with Compose 🚀 and jetpack components, Room for saving game history, preferences for loading game settings, ViewModels for persisting game state and Koin for DI.",
12+
"content": "README.md",
13+
"pages": [],
14+
"tags": [
15+
"compose",
16+
"modern-android-development",
17+
"kotlin"
18+
]
19+
}
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"version": 1,
3+
"source": "github",
4+
"authorIds": [
5+
"akshay2211"
6+
],
7+
"owner": "akshay2211",
8+
"repo": "rang-vikalp",
9+
"name": "rang-vikalp",
10+
"shortDescription": "RangVikalp is a minimal colour selection tool build completely upon jetpack compose",
11+
"longDescription": "RangVikalp is a minimal colour selection tool build completely upon jetpack compose",
12+
"content": "README.md",
13+
"pages": [],
14+
"tags": [
15+
"compose",
16+
"ui",
17+
"kotlin"
18+
]
19+
}

0 commit comments

Comments
 (0)