I have a Tab activity that has 3 tabs. Each tab is a ListView. I wanted to drag any list item from tab1 and drop it into tab2. I tried a lot but couldn’t find any such example. If anyone has an idea please let me know.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
u can solve it by using support v4 make the tab2 extends fragment-activity and wish item of list extends fragment and than u call those fragment and open them in the tab2 wish this can help u