Bartek Lipinski
Bartek Lipinski
@JakeWharton I'm starting to work on this feature (generating extension functions). I would like make sure we're on the same page in terms of the way you would like to...
> They don't need to be in new modules. The Kotlin dependency can be marked as optional and we can hide the enclosing class from Java callers. Alright, would you...
> I mentioned to someone about serializing the models to proto which would produce smaller files to retain. But that it was very, very low priority. Noted. > That being...
Hi Marcin, I'd rather keep `AutoService` as an annotation as this feels much more straightforward to me. Having guava for a dependency in compiler doesn't matter that much since the...
> Of course it won't be packaged, but there's a chance of version collision. It may affect users if they use legacy guava even as a transitive dependency. Can you...
If I understand the problem correctly, you need to implement a looping ViewPager adapter. Search the StackOverflow, there are plenty of examples there.
You're trying to use the sample app for your project? If yes, you will need to modify the `fragment_dummy` to consist of `ImageView` and you will need to create your...
Hi Joel! First of all thanks for the kind words, they are much appreciated. I originally wanted to include anchoring to both sides of the stack view (top and bottom...
Hi @sleith I have heard of an issue like that once, but couldn't really recreate it.
Hi Varnesh! Could you provide with some sort of illustration of the ui you want to achieve? Best, Bartosz