Your browser does not support the audio element.

12 2014 档案

摘要:一个小demo。用button+fragment实现导航栏切换界面,适合刚接触的新手看一下。效果图点击第二个后源码:主界面package com.example.fragment;import android.app.FragmentManager;import android.app.Fragme... 阅读全文
posted @ 2014-12-31 11:54 shoneworn 阅读(834) 评论(0) 推荐(0)
摘要:解决办法:Window--->Preferences----->Android--------> LInt Error Checking----->when saving files, check for errors 。去掉勾选如果此方法还行不通,可能是你系统是64位的,但是安装的却是32位的ec... 阅读全文
posted @ 2014-12-16 09:26 shoneworn 阅读(475) 评论(0) 推荐(0)
摘要:首先要配置好android的ADB环境变量!配置方法:http://jingyan.baidu.com/article/17bd8e52f514d985ab2bb800.html然后:按照上面的方法1.打开cmd2.输入:adb shell 3.输入:su4.真机上:点击允许。模拟器,这一步。5.输... 阅读全文
posted @ 2014-12-09 14:43 shoneworn 阅读(1631) 评论(0) 推荐(0)
摘要:方式一:网上大众方法将activity中的handle对象传给PopupWindow 。由子线程发送消息,在activity中接收。方式二:简单易用将activity中的EditText 对象传到PopupWindow中设定值。 阅读全文
posted @ 2014-12-03 11:19 shoneworn