Skip to content
#

coroutines

Here are 2,241 public repositories matching this topic...

Foodium

🍲Foodium is a sample food blog Android application 📱 built to demonstrate the use of Modern Android development tools - (Kotlin, Coroutines, Flow, Dagger 2/Hilt, Architecture Components, MVVM, Room, Retrofit, Moshi, Material Components).

  • Updated Sep 25, 2021
  • Kotlin
androiddevnotes
androiddevnotes commented Jul 22, 2020

If you want to contribute android projects to awesome-android-kotlin-apps, Pull Requests are welcomed!

If you are a beginner looking for your first contribution to Open Source, I will help you with Pull Request and contributing guide. 🐣 contact: [email protected] / twitter: https://twitter.com/androiddevnotes

Feel free to send Pull Requests, fix typos, grammatical mistakes ...

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,

Improve this page

Add a description, image, and links to the 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 coroutines topic, visit your repo's landing page and select "manage topics."

Learn more