twoway-view icon indicating copy to clipboard operation
twoway-view copied to clipboard

[DEPRECATED] RecyclerView made simple

Results 100 twoway-view issues
Sort by recently updated
recently updated
newest added

Can you have a demo app for this?

After upgrading support library to 23.2 this issue occured: java.lang.IncompatibleClassChangeError: org.lucasr.twowayview.ClickItemTouchListener$ItemClickGestureDetector at org.lucasr.twowayview.ClickItemTouchListener.(ClickItemTouchListener.java:19) at org.lucasr.twowayview.ItemClickSupport$TouchListener.(ItemClickSupport.java:115) at org.lucasr.twowayview.ItemClickSupport.(ItemClickSupport.java:54) at org.lucasr.twowayview.ItemClickSupport.addTo(ItemClickSupport.java:85)

I'm not able to scroll the TwoWayView and click in the list items. when I create layout with TwoWayView I have warnings ``` W/View: requestLayout() improperly called by org.lucasr.twowayview.TwoWayView{491072b VFED..C.....

Non-fatal Exception: java.lang.StackOverflowError at android.text.TextLine.handleText(TextLine.java:749) at android.text.TextLine.handleRun(TextLine.java:972) at android.text.TextLine.measureRun(TextLine.java:416) at android.text.TextLine.measure(TextLine.java:295) at android.text.TextLine.metrics(TextLine.java:269) at android.text.Layout.getLineExtent(Layout.java:942) at android.text.Layout.draw(Layout.java:405) at android.widget.TextView.onDraw(TextView.java:5114) at android.view.View.draw(View.java:10994) at android.view.View.getDisplayList(View.java:10435) at android.view.ViewGroup.drawChild(ViewGroup.java:2850) at android.view.ViewGroup.dispatchDraw(ViewGroup.java:2489) at android.view.View.draw(View.java:10997) at...

I used this gradle file in my android project and use orientation as setOrientation(TwoWayView.Orientation.HORIZONTAL) method. I want to change this to grid lay out. Any help? And shall I get...

is there sections support in Spannablegridlayoutmanager. If it is there how to use it

when i scroll, each item is not align properly and it always move. when i change: if (anchorItemPosition > 0 && (refreshingLanes || !restoringLanes)) { to: if (anchorItemPosition > 0...

用glide加载图片, 然后布局就会消失

I am using two way view and Its is working fine in Activity but its crashing in Fragment. I am calling from fragment like below code from onCreateView() ``` KBCalendar...

Hello, I m a interesting to use this library for my application but I have read that you warn users that your library is not yet ready for production. It...