Welcome, guest! Login / Register - Why register?
Psst.. new poll here.
Psst.. new forums here.
Microsoft is blocking us again (TY IP Reputation!) so just use oauth login instead. :)

Paste

Pasted as Java by Humza ( 8 years ago )
@Override
    public void onViewCreated(View view, @Nullable Bundle savedInstanceState) {
        super.onViewCreated(view, savedInstanceState);
        
        new Handler().postDelayed(new Runnable() {
            @Override
            public void run() {
                // Set Your SetSelection Logic Here
            }
        }, 300);
    }

 

Revise this Paste

Your Name: Code Language: