Skip to content

Instantly share code, notes, and snippets.

@oilking143
Created April 22, 2016 03:02
Show Gist options
  • Save oilking143/2c3cdb83cf896c4e293e3e90e9ea8c0f to your computer and use it in GitHub Desktop.
Save oilking143/2c3cdb83cf896c4e293e3e90e9ea8c0f to your computer and use it in GitHub Desktop.
public class carFragment extends Fragment{
.....
.....
.....
....
uti.setcalloutListener(new contentToFragment() {
@Override
public void callOut(String[] data) {
if(data!=null) {
System.out.println("data~~~" + data[0]);
}
}
});
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment