资 源 简 介
android界面跳转菜单,完整代码,希望对你们有帮助,主要有三个java文件,对应生成布局页面,菜单页面,所有布局都是对应layout的,所以封装性还好。
public class MyActivity extends Activity {
private LinearLayout home_img_bn_Layout, style_img_bn_layout, cam_img_bn_layout, shopping_img_bn_layout, show_img_bn_layout;
@Override
protected void onCreate(Bundle savedInstanceState) {
// TODO Auto-generated method stub
super.onCreate(savedInstanceState);
requestWindowFeature(Window.FEATURE_NO_TITLE);