Skip to content

Instantly share code, notes, and snippets.

View Jonsnow21's full-sized avatar

Neeraj Jha Jonsnow21

View GitHub Profile
public class MainActivity extends Activity {
private SomeFragement sf;
void onCreate(){
sf = new SomeFragment();
int newId = sf.getId();
}
}
public class SomeFragment extends Fragment {
int id;