ltm150895
04/17/2018, 12:24 AMKotlin Android Extensions
, but is there a way to replace also the annotation @OnClick
for example ?Dario Pellegrini
04/17/2018, 12:31 PMDarshan Mistry
04/17/2018, 1:19 PMwithoutclass
04/17/2018, 7:00 PMUnit
, or rather Data Bindings ability to deal with it.amanda.hinchman-dominguez
04/19/2018, 2:57 AMamanda.hinchman-dominguez
04/19/2018, 3:08 AMSmit Aen
04/19/2018, 8:34 AMsachin4203
04/19/2018, 10:24 AMelect
04/19/2018, 8:12 PMsachin4203
04/20/2018, 8:18 AMrCorbellini
04/20/2018, 1:06 PMjw
04/20/2018, 1:19 PMhenrikhorbovyi
04/21/2018, 3:18 AMmAdapter.notifyDataSetChanged()
my RecyclerView will change automatically?dangvh
04/22/2018, 11:40 AMRobert Menke
04/22/2018, 9:15 PMfelipe
04/22/2018, 9:56 PMRobert Menke
04/22/2018, 11:29 PMNirav Tukadiya
04/23/2018, 5:42 AMsmedegaard
04/23/2018, 8:34 AMsmedegaard
04/23/2018, 10:31 AM@Entity
as a data class
. How do I define my @Database class
?
@Database(entities = {MyDataClass::java.class}, version = 1)
is not allowedKevin Ménager
04/23/2018, 12:23 PMCaleb Allen
04/23/2018, 4:56 PMlocke
04/23/2018, 5:47 PMstrings-en
and strings-fr
file is there some way to get the system to return to me a [Locale.ENGLISH, Locale.FRENCH]
array? Or ["en","fr"]
or similarlocke
04/23/2018, 5:50 PMadam-mcneilly
04/23/2018, 5:52 PMsmedegaard
04/24/2018, 7:17 AMsmedegaard
04/24/2018, 7:43 AMRemon
04/24/2018, 11:54 AMjulioyg
04/24/2018, 3:08 PMlaunch(UI){ async(CommonPool, parent=myJob){mySuspendFunction()}.await()}
and when I cancel that job (myJob.cancel()
) either on my pixel2 running 8.1 or an emulator running the same version it works nicely, but when I run the same code in a nexus 5x running 7.1 it just ignores the cancelation requestdangvh
04/24/2018, 5:06 PM