I have one inner class in fragment from main activity how to call inner class method in android. In inner class some Async task is there so I want to call I don't want to make again copy that code in my main activity.
Asked
Active
Viewed 360 times
1
-
http://stackoverflow.com/questions/16339841/android-implement-inner-class-in-outer-class-callback-from-inner-class-and-out Haven't you tried this? – Shyamali Feb 16 '17 at 11:56
-
You will need to improve your question, including posting your existing code if you expect people to help you. – Martin Spamer Feb 16 '17 at 21:12