Tim
11/11/2019, 2:56 PMnitrog42
11/12/2019, 9:41 AMNir Golan
11/12/2019, 3:47 PMdave08
11/13/2019, 2:07 PMError: Attribute Signature requires InnerClasses attribute. Check -keepattributes directive.
What could cause this?Aiden
11/14/2019, 8:52 AMAslam Hossin
11/14/2019, 1:36 PMandroid
opensource library
for getting external storage image resources?Tim
11/14/2019, 4:23 PMAiden
11/15/2019, 6:58 AMCyberpunk Keanu
11/15/2019, 10:41 AMCyberpunk Keanu
11/15/2019, 12:46 PMview.setOnClickListener { v->
v.context.startActivity(Intent(v.context, NextClass::class.java))
}
but if I try to write it outside the lambda, I get an error saying that Intent needs a FLAG_CLEAR_NEW_TASK. But Idk where to put it? Any suggestions?Abhishek Bansal
11/15/2019, 4:35 PMcom.android.test
) is broken after `AndroidX `as demonstrated in official testing blueprints.
https://issuetracker.google.com/issues/129421689mending3
11/16/2019, 3:01 PMcodebijan
11/16/2019, 5:25 PMSebi Sheldin Sebastian
11/17/2019, 5:17 AMCyberpunk Keanu
11/17/2019, 3:54 PMrecyclerview.layoutManager = GridLayoutManager(context, 2)
But this code by default makes the Grid layout scroll vertically. And if I add (context, 2, GridLayoutManager.HORIZONTAL, false)
it adds 2 rows instead of 2 items in a row, but it does scroll Horizontal. Help? (P.S. It is important that the solution given scrolls the recyclerview Horizontally 🙏)
Edit: A good example of what I'm trying to achieve would be this playstore's implementation of horizontal recyclerview. My items take the whole screen width unlike shrinking & thus effectively showing 2 items at onceJ6ey
11/18/2019, 12:06 AMJ6ey
11/18/2019, 12:08 AMNikola Milovic
11/18/2019, 9:05 AM@Module(includes = [TestApplicationModuleBinds::class])
object TestApplicationModule {
@set:Inject
lateinit var mockQuoteDataSource : MockQuoteDataSource
class MockQuoteDataSource @Inject constructor(jsonNetworkService: JsonNetworkService) : TestQuoteRemoteDataSource(jsonNetworkService.apiService) {
I get the error
kotlin.UninitializedPropertyAccessException: lateinit property mockQuoteDataSource has not been initialized
quver
11/18/2019, 3:21 PMAndroid Paging Library
?
Personally I think that mostly people wish to get rid of boilerplate code and get simpler solution.
And now it looks kinda overhead because you need to write more that just DiffUtil
+`LoadMorelistener`.
Any thoughts about it, does it really worth it?Paul Woitaschek
11/18/2019, 9:43 PMJD
11/19/2019, 5:02 AMTim
11/19/2019, 2:35 PMdakinne
11/19/2019, 3:39 PMfun newInstance(
onSizeSelected: () -> Unit = {}
) = SizesFragment().apply {
arguments = Bundle().apply {
putSerializable(ON_SIZE_SELECTED, onSizeSelected )
}
}
Adam Powell
11/19/2019, 5:06 PMAbdul Samad
11/20/2019, 11:55 AMMohammed Alaa
11/20/2019, 7:01 PMCyberpunk Keanu
11/21/2019, 4:26 AMdave08
11/21/2019, 1:09 PMrkeazor
11/21/2019, 1:40 PMhikkidev
11/21/2019, 4:03 PMhikkidev
11/21/2019, 4:03 PMLuca Nicoletti
11/21/2019, 4:03 PMkotlinx.synthetic
can point to the wrong file if the same id is used in several xml
fileshikkidev
11/21/2019, 4:07 PMSebi Sheldin Sebastian
11/21/2019, 4:29 PMhikkidev
11/21/2019, 5:04 PMZach Klippenstein (he/him) [MOD]
11/21/2019, 7:26 PMitnoles
11/21/2019, 11:46 PMhikkidev
11/22/2019, 6:04 AM