-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Labels
Description
Hi, I'm using MathFactCards to create viewpager with asynctask.
But there is a problem I couldnt solve .
When we setText the position uri[0] to textview (tv) which is inflated in pageradapter, it shows positions correctly.
But when we use setText uri[0] for MainActivity's textview , it gives me wrong positions; especially when we swipe previous page.
in FetchFactTask:
outTxt.setText(uri[0]+""] => correct position order
MainActivity.TxtView.setText(uri[0]+""] => wrong positions