package android.m9;import android.app.Activity;import android.os.Bundle;import android.view.Menu;import android.view.MenuItem;import android.view.View...
分类:
移动开发 时间:
2014-06-28 10:22:47
阅读次数:
247
最终效果:页面布局: 1 2 7 8 12 21 22 23 24 Popupmenu布局(文件在menu目录下): 1 2 3 4 9 10 15 16 17 后台代码: 1 package com.wa...
分类:
移动开发 时间:
2014-06-27 22:12:30
阅读次数:
350
石家庄渣浆泵 CSS3 Menu Home About Blog Contact
分类:
Web程序 时间:
2014-06-27 00:38:16
阅读次数:
295
4种控件:EditText, TextView, Button, MenuButton的点击事件,需要集成一个OnClickListener,然后overwrite一个方法来监听点击事件Menu无需做上述的操作,只需在现有一个方法中即可为菜单添加项以及进行点击事件的绑定---------------...
分类:
移动开发 时间:
2014-06-25 11:53:36
阅读次数:
222
屏蔽Back键,屏蔽Menu键,屏蔽4.0后的Home键...
分类:
其他好文 时间:
2014-06-24 21:12:09
阅读次数:
287
滑动菜单是一个非常流行的IOS控件
这里使用github的JTReveal框架来开发,链接是https://github.com/agassiyzh/JTRevealSidebarDemo/commit/ac03d9d7be4f1392020627e5fe8c22b972de4704
我们的ViewController要实现protocol JT...
分类:
移动开发 时间:
2014-06-24 19:45:23
阅读次数:
271
自定义窗口中使用右键菜单: // This example shows how to create a context menu inside a custom EditorWindow.class MyGenericMenu extends EditorWindow { @MenuItem("Ga...
分类:
其他好文 时间:
2014-06-24 08:55:25
阅读次数:
179
设置按钮
点一下ON切换到OFF,点一下OFF切换到ON,实现:
创建菜单按钮
setimage = CCMenuItemImage::create("sound-on-A.png", "sound-off-A.png", this, menu_selector(Game::SetMusic));
setimage->setScale(0.5f);
setimage->setP...
分类:
其他好文 时间:
2014-06-22 19:38:59
阅读次数:
234
Menu.h#ifndef__MENU_h__#define__MENU_h__#include"Functions.h"/*目录结构体定义* /structMenuItem{shortMenuCount;char*DisplayString;void(*Subs)();structMenuItem...
分类:
其他好文 时间:
2014-06-22 12:08:36
阅读次数:
282
点击监听器接口:onClickListener抽象函数onClick(Viewv)有2个方法实现监听:1:当前类继承点击监听器接口packagecom.example.button;importandroid.app.Activity;importandroid.os.Bundle;importandroid.view.Menu;importandroid.view.View;importandroid.view.View.OnClickLi..
分类:
移动开发 时间:
2014-06-21 19:24:32
阅读次数:
267