| ImageSwitcher() | ใช้สร้าง Object ImageSwitcher |
|---|
method:ImageSwitcher ( Context context )
return type:ImageSwitcher
content:ใช้สร้าง Object ImageSwitcher
example:public class AndroidBamboo extends Activity { public void onCreate( Bundle savedInstanceState ) { super.onCreate ( savedInstanceState ); ImageSwitcher imageSwitcher = new ImageSwitcher ( this ); setContentView( imageSwitcher ); } }