- 博客(7)
- 收藏
- 关注
原创 引用API返回Json数据的问题
新浪新闻API:头条 http://api.sina.cn/sinago/list.json?channel=news_toutiao //推荐 http://api.sina.cn/sinago/list.json?channel=news_tuijian//无效 汽车 http://api.sina.cn/sinago/list.json?channel=news_auto
2016-09-14 21:01:13 2013
原创 ToolBar的使用
API17之前和之后的系统使用ActionBar的方法不一样,很容易弄混导致空指针异常,而且抽象,不好学。 ToolBar可以让其像其他控件一样,有自己的属性,可以动态修改,方便高效。 .xml文件如下:ToolBar: <android.support.v7.widget.Toolbar xmlns:android="http://schemas.android.com/apk/res
2016-09-13 08:51:05 251
原创 侧滑菜单DrawerLayout的用法
网上找了很多关于DrawerLayout的用法的文章,大神们的开发经验真不是吹出来的。可惜我的电脑配置不好,只能用eclipse来做出效果。<android.support.v4.widget.DrawerLayout />自定义的控件要加上完整的包名,我的只能自己手动敲上去,因为eclipse的自定义控件没有代码提醒的,所以打的时候要细心点。第二个**<FrameLayout />** 是抽屉
2016-09-12 21:18:29 313
原创 关于如何添加手机照片到ImageView上
1、加入读取内存卡的权限 <uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE"/>2、在菜单栏的点击事件中加入以下代码,由startActivityForResult(intent, LOCAL_IMAGE_CODE);发送意图public boolean onOptionsItemSelected(M
2016-09-12 20:35:44 1245
原创 关于eclipse的The source attachment does not contain the source for the file找不到类的说明
关于eclipse的The source attachment does not contain the source for the file找不到类的说明在attach source中添加Folder,指定E:\software\androidstudio\sdk文件夹
2016-09-12 09:46:30 15820 1
原创 AS引入百度地图API:
引入百度地图API: 1.建立项目 在右侧的gradle->app->android->signingReport中取得SHA1码,取得包名 A0:86:79:FF:6C:7F:46:8D:BF:20:FE:38:FF:6B:18:31:00:1D:60:XX;com.example.zhou.bdmap2.在百度开发者网站 用SH1码和包名取得KEY3.
2016-09-12 09:36:27 1098
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人