Or Dvir

Results 11 issues of Or Dvir

for all animations which support right/left (e.g. `SlideInLeft` and `SlideInRight`) there should be a variation for start/end (e.g. `SlideInEnd` and `SlideInStart`) to support right-to-left layouts.

Hi. i am using exo player and would like to use this library to cache the videos. However as soon as i wrap my url in the librarys' url it...

bug

Hello. I can't seem to figure out how to properly setup my android UI tests. no metter what configuration i use i get some sort of koin related exception. here...

is this library only for saving/restoring state or can i use it to transfer data between activities? please provide an example if possible

Hi. i am using this library in conjunction with spring (using the class SpringAndroidSpiceRequest). here is my load data from network: ``` @Override public T loadDataFromNetwork() throws Exception { HttpHeaders...

hi. i get an error when i try to open my settings activity. here is the exception: ``` FATAL EXCEPTION: main Process: com.ictseurope.genericsettings_test, PID: 4898 java.lang.NoClassDefFoundError: Failed resolution of: Lkotlin/jvm/internal/Intrinsics;...

Hi i am interested in starting to use this library but i immediately noticed a few things that are missing and i think they would make this library better. ***disclaimer:...

the title may be a bit misleading... the bug is actually in the class `FragmentPagerAdapter` which you extend. this class has a bug where sometimes the ViewPager will display old...

hi i found a bug when setting current page of viewpager programatically. i have this piece of code: ``` `EasyTabsBuilder.with(mTabs) .addTabs(tabsArray) .setTabLayoutScrollable(true) .Build(); mTabs.getViewPager().setCurrentItem(tabToSelect);` ``` the content is fine, it...