摘要: 1 . 分享(前提是集成了sdk,配置好了Key),只要实现点击事件,调用shareSina(); ShareSDK.initSDK(this); private void shareSina() { //实现一键分享 /* * * final OnekeyShare oks = new OnekeyShare(... 阅读全文
posted @ 2015-12-06 19:05 Pace千雨 阅读(927) 评论(0) 推荐(0) 编辑
摘要: 1. xml文件中加入自定义 搜索view 2. 自定义的 view java文件 IconCenterEditText.java package com.etoury.etoury.ui.view; import android.content.Context; import android.graphics.Canvas; import android.graphics.dr... 阅读全文
posted @ 2015-12-06 18:58 Pace千雨 阅读(465) 评论(0) 推荐(0) 编辑
摘要: arr.size==0||arr==null 阅读全文
posted @ 2015-12-06 13:39 Pace千雨 阅读(339) 评论(0) 推荐(0) 编辑
摘要: 1 效果图2 知识点 PopupWindow(View contentView, int width, int height) //创建一个没有获取焦点、长为width、宽为height,内容为cntentView的popup window. PopupWindow(View contentV... 阅读全文
posted @ 2015-12-06 10:14 Pace千雨 阅读(482) 评论(0) 推荐(0) 编辑