Welcome, guest! Login / Register - Why register?
Psst.. new poll here.
[email protected] webmail now available. Want one? Go here.
Cannot use outlook/hotmail/live here to register as they blocking our mail servers. #microsoftdeez
Obey the Epel!

Paste

Pasted as Java by specification.java ( 12 years ago )
package ml.ml;







import android.app.Activity;
import android.os.Bundle;
import android.widget.TextView;

public class specification extends Activity {
    /** Called when the activity is first created. */
  TextView name;
  
    @Override
    public void onCreate(Bundle savedInstanceState) {
        super.onCreate(savedInstanceState);
        setContentView(R.layout.design);
        name=(TextView)findViewById(R.id.text1);
        name.setText(tabview.name);
       
    }
}

 

Revise this Paste

Your Name: Code Language: