วันเสาร์ที่ 28 มกราคม พ.ศ. 2555

One,Two,Three


package com.Project;

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

public class One extends Activity{
 public void onCreate(Bundle SavedIntanceState){
  super.onCreate(SavedIntanceState);
  setContentView(R.layout.one);
 }

}
/////
package com.Project;

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

public class Two extends Activity{
 public void onCreate(Bundle SavedIntanceState){
  super.onCreate(SavedIntanceState);
  setContentView(R.layout.two);
 }

}
/////
package com.Project;

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

public class Three extends Activity{
 public void onCreat(Bundle SavedIntanceState){
  super.onCreate(SavedIntanceState);
  setContentView(R.layout.three);
 }

}

ไม่มีความคิดเห็น:

แสดงความคิดเห็น