Madi99

Results 2 issues of Madi99

is that possible play offline?

MyActivity onCreate ``` Bundle bundle=new Bundle(); bundle.putString("name", "From Activity"); bundle.putInt("id", 4); FragmentA fragobjA = new FragmentA(); fragobjA.setArguments(bundle); ``` and this FragmentA ``` @Override public View onCreateView(LayoutInflater inflater, ViewGroup container, Bundle...