The Wayback Machine - https://web.archive.org/web/20220531001959/https://github.com/topics/kotlin-coroutines
Skip to content
#

kotlin-coroutines

Here are 1,276 public repositories matching this topic...

ktx
v79
v79 commented May 27, 2020

I wanted to change the style of a label on mouse hover. onEnter worked fine:

label("Load Game").cell(row = true).apply {
	onEnter {
		style = skin["mainMenuHover",Label.LabelStyle::class.java]
	}
}

But there's no corresponding onExit function. I've written one now, but wondered if there was documentation around which scene2d stage elements have actions, and which do not,

actors good first issue
Einsen

🎯 Einsen is a prioritization app that uses Eisenhower matrix technique as workflow to prioritize a list of tasks & built to Demonstrate use of Jetpack Compose with Modern Android Architecture Components & MVVM Architecture.
  • Updated Jan 3, 2022
  • Kotlin
Expenso
Notzz-App

📝 A Simple Note-Taking App built to demonstrate the use of Modern Android development tools - (Kotlin, Coroutines, State Flow, Hilt-Dependency Injection, Jetpack DataStore, Architecture Components, MVVM, Room, Material Design Components).
  • Updated May 20, 2022
  • Kotlin
contactstore
alexstyl
alexstyl commented Jan 6, 2022

There are more people contributing to the project lately, and it would be nice to have less moderation required on each PR.
This issue is about creating a gradle task to run static analysis in the project.

Requirements:

  • Introduce detekt in the project (link to Detekt)
  • Create a gradle task called runStaticAnalysis which would run Android lint and detekt.
  • Document is a way (i.e. on yo
good first issue

Improve this page

Add a description, image, and links to the kotlin-coroutines topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the kotlin-coroutines topic, visit your repo's landing page and select "manage topics."

Learn more