jishindev
02/21/2018, 12:03 PMd.medina
03/07/2018, 7:12 PMdavid.bilik
03/08/2018, 11:08 AMdavid.bilik
03/22/2018, 11:16 AMjoseph_ivie
03/26/2018, 9:54 PM::(),
joseph_ivie
03/26/2018, 10:09 PMjoseph_ivie
03/26/2018, 11:06 PMjosephivie
04/03/2018, 7:56 PMalbertgao
04/15/2018, 11:17 PMindeterminateProgressDialog
non cancellable? There is a isCancelable
property for alert
, but seems not the case for indeterminateProgressDialog
, how to solve it?josephivie
07/12/2018, 8:55 PMLeoColman
08/01/2018, 12:32 AMLeoColman
08/10/2018, 1:45 PMghosalmartin
08/13/2018, 1:43 PMtania
08/30/2018, 7:06 PMbryan
09/04/2018, 6:42 PMprivate var instructionsView: DialogInterface? = null
private fun showInstructionView() {
instructionsView?.dismiss()
instructionsView =
context.alert {
customView {
include<View>(R.layout.instruction_view)
}
onCancelled { App.unwindToMainMenu() }
}.show()
Is there any way to animate this so it fades into/out of view?Allan Wang
09/18/2018, 7:58 PMdoAsync
over general Android coroutines anymore? Especially if we only use doAsync
and uiThread
?tateisu
09/28/2018, 5:58 AMribesg
09/28/2018, 9:00 AMChristian Goldapp
10/08/2018, 12:35 PMandy.burdett
10/10/2018, 9:18 AMJean Mainguy
11/02/2018, 9:59 AMonClick{ }
, any idea what to use instead?hallvard
11/16/2018, 7:34 AMdelay()
in any coroutine, but not when using Anko's doAsync { }
. What am I missing? How should I handle it?nickk
12/19/2018, 6:03 PMUnsupportedOperationException
?
themedEditText
works fine, for instance.
// fine
textView("> Hello from code $count") {
}
// crashes
themedTextView("> Hello from code $count", theme = R.style.TextLarge2) {
}
AS 3.2, anko 0.10.8LeoColman
01/09/2019, 6:00 PMnickk
01/10/2019, 12:25 PMnickk
02/09/2019, 10:47 AMLeoColman
02/18/2019, 6:17 PMribesg
02/25/2019, 10:33 AMBenoît
04/23/2019, 6:22 PMhttps://www.youtube.com/watch?v=MmUCau26tLg▾
Tsvetozar Bonev
05/29/2019, 6:11 AMTsvetozar Bonev
05/29/2019, 6:11 AMPierfrancesco Gulinelli
05/29/2019, 7:16 AMmiha-x64
05/29/2019, 8:47 AM