Hardik

Results 4 comments of Hardik

@illuzor, Kandroid under hood uses threads, anyway thanks for the reference.

@Muhannad508 this does sounds ok, as @SjoerdvGestel refered anko, I am planning something with coroutines, coroutines is performance wise lighter then creating thread and offloading task to background thread. Anyway...

@varunrramani I have got this working by changing the following code in InfiniteViewPager file @Override public boolean onInterceptTouchEvent(MotionEvent ev) { //to solve conflict with parent ViewGroup //getParent().requestDisallowInterceptTouchEvent(true); if (this.mAutoScroll ||...