You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: android/common-ui/feed/src/main/java/io/github/reactivecircus/kstreamlined/android/common/ui/feed/TalkingKotlinCard.kt
-12Lines changed: 0 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -101,12 +101,6 @@ private fun PreviewTalkingKotlinCard_unsaved() {
101
101
contentUrl ="contentUrl",
102
102
savedForLater =false,
103
103
podcastLogoUrl ="",
104
-
tags =listOf(
105
-
"Kotlin",
106
-
"KMP",
107
-
"Kotlin Multiplatform",
108
-
"Coroutines",
109
-
),
110
104
).toDisplayable("Moments ago"),
111
105
onItemClick = {},
112
106
onSaveButtonClick = {},
@@ -129,12 +123,6 @@ private fun PreviewTalkingKotlinCard_saved() {
Copy file name to clipboardExpand all lines: android/feature/home/src/main/java/io/github/reactivecircus/kstreamlined/android/feature/home/HomeScreen.kt
+30-15Lines changed: 30 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -95,6 +95,33 @@ public fun HomeScreen(
95
95
)
96
96
}
97
97
98
+
item {
99
+
var item by remember {
100
+
mutableStateOf(
101
+
FeedItem.KotlinYouTube(
102
+
id ="yt:video:apiVJfLvUBE",
103
+
title ="Coil Goes Multiplatform with Colin White | Talking Kotlin #127",
description = "Welcome to another engaging episode of Talking Kotlin! In this edition, we dive into the dynamic world of Android development with Colin White, the creator of the widely acclaimed Coil library. Join us as we discuss the latest developments, insights, and the exciting roadmap for Coil. \uD83D\uDE80 Highlights from this Episode: Learn about Colin's journey in developing the Coil library. Discover the pivotal role Coil plays in simplifying image loading for Android developers. Get an exclusive sneak peek into the upcoming Coil 3.0, featuring multi-platform support and seamless integration with Jetpack Compose. \uD83D\uDD17 Helpful Links: Coil Library GitHub: https://coil-kt.github.io/coil/ Follow Colin White on Twitter: https://twitter.com/colinwhi \uD83C\uDF10 Connect with the Kotlin Community: https://kotlinlang.org/community/ Kotlin Foundation: https://kotlinfoundation.org/ \uD83D\uDC49 Don't miss out on the latest insights and updates from the Kotlin world! Subscribe, hit the bell icon, and join the conversation in the comments below. \uD83D\uDCC8 Help us reach 20,000 views by liking, sharing, and subscribing! Your support keeps the Kotlin conversation alive.",
description ="During this webinar, we will get you up to speed with the basics of Kotlin Multiplatform. The webinar will cover what's involved in configuring your development environment, creating a Multiplatform Mobile project, and progressing to a more elaborate project that shares the data and networking layers.",
description ="JetBrains Kotlin Multiplatform (KMP) is an open-source technology designed for flexible cross-platform development. It allows you to develop apps for Android, iOS, desktop, web, and server-side and efficiently reuse code across them, all while retaining the benefits of native programming. After 8 years of development, KMP has been refined into a production-ready technology and is going Stable, which means now is a great time to start using it in your project.",
0 commit comments