Dmytro Danylyk
Dmytro Danylyk
Click on field which represent custom user object should open activity with detailed view.
Note: - use `ViewPager` to display other columns - simultaneous scroll on all pages
Some of our users experience following crash: ``` java.lang.IndexOutOfBoundsException: Index: 0, Size: 0 at java.util.ArrayList.get(ArrayList.java:437) at androidx.lifecycle.LifecycleRegistry.calculateTargetState(LifecycleRegistry.java:162) at androidx.lifecycle.LifecycleRegistry.addObserver(LifecycleRegistry.java:183) at com.segment.analytics.Analytics.(Analytics.java:323) at com.segment.analytics.Analytics$Builder.build(Analytics.java:1395) at com.atlassian.mobilekit.module.analytics.atlassian.segment.SegmentHub.(SegmentHub.kt:21) at .... ``` This crash...
Hi, Great library, I had a brief look into the source code, here are some of my thoughts: **Dependencies** ``` implementation 'com.google.code.gson:gson:2.8.5' implementation 'com.squareup.moshi:moshi:1.6.0' implementation 'com.fasterxml.jackson.core:jackson-core:2.9.6' implementation 'com.fasterxml.jackson.core:jackson-databind:2.9.6' ``` Not...