`
不过百里
  • 浏览: 3974 次
社区版块
存档分类
最新评论
文章列表
这里主要是实现了手机通信,其主要实现了打电话功能和发送短信功能。 拨号界面如下(由于模拟器屏幕兼容问题,不能正常显示界面,手机上可正常显示):   点击时每个数字时,imagebutton会更换图片,如下:   想要实现这一功能,主要是对imagebutton的监听,代码如下: imageButton1.setOnTouchListener(new View.OnTouchListener(){ public boolean onTouch(View v, MotionEvent event) { ...
先上listview效果图:   这次主要是通过编辑器this.listview.setAdapter对列表进行构建: 代码如下: private String data[]={"小工具1","小工具2","小工具3","小工具4","小工具5","小工具6","小工具7","小工具7","小工具9","画板功能","查看事务"}; priva ...
 安装安卓虚拟机时出现的问题: 问题一:  emulator: ERROR: x86 emulation currently requires hardware acceleration!Please ensure Intel HAXM is properly installed and usable.CPU acceleration status: HAXM is not installed on this machine  解决: 在网上下载haxm-windows_v6_1_2.zip压缩包安装驱动,解决即可。   问题二: 启动虚拟机时报错:resizing par ...
Global site tag (gtag.js) - Google Analytics