I am using Async tasks to get string from the menu activity and load up some stuff..but i am not able to do so..Am i using it in the right way and am i passing the parameters co
A simple way is to add a constructor:
public Setup(String a, Int b) { this.a = a; this.b = b; }