Franky

Results 16 issues of Franky

When camera in landscape orientation, the box will get wrong position. i've tried many ways to calculate but didnt find the logic. can you help me to update your code?...

How to make just use 1 section like in example, but with multi layout child. example if position is even then use view_even.xml, and if position is odd then use...

is it possible to make header section become sticky when scrolling? hopefully in will be implement in next version. thank you

with old way it will use put/getSerializable, but with bundler I cant get it work, because it cause error `Property delegate must have a getValue...` example Activity A ``` intentOf...

I try your code to make animation for my recycler view, but I got random bug issues, so sometime the item (string) became disappear or became smaller. It will happen...

bug

how to provide `private val savedStateHandle: SavedStateHandle` in DetailViewModel for ViewModel with AssistedInject? because if I change into this ``` class DetailViewModel @AssistedInject constructor( detailRepository: DetailRepository, savedstateHandle: SavedstateHandle , @Assisted...

When i run the git-hook pre-commit on windows it will not do the formatting for my code, i think the problem is from `internalKtlintGitFilter`. Because when i delete it, it...

refer to : #3 with kotlin it didn't work example ``` override fun onActivityCreated(savedInstanceState: Bundle?) { super.onActivityCreated(savedInstanceState) }} override fun onDestroy() { super.onDestroy() Timber.e("aaaaa") } override fun onAttach(context: Context) {...

can this lib combine with text and pager indicator? Because in my requirement every page will have image on top (animated), text (desc), pager indicator with skip and next button....

how to achieve like usecase on FeatureB depends on usecase/repository in FeatureA? example i have feature point and feature event. then in event fragment i need to get point too...