摘要: import android.content.Context; import android.support.v4.view.ViewPager; import android.util.AttributeSet; import android.view.MotionEvent; public class NoScrollViewPager extends ViewPager { p... 阅读全文
posted @ 2017-11-30 17:00 红领巾传递人 阅读(190) 评论(0) 推荐(0) 编辑
摘要: 依赖: compile 'com.journeyapps:zxing-android-embedded:3.5.0' 权限: 在AndroidManifest中添加两行代码: ... 阅读全文
posted @ 2017-11-30 16:19 红领巾传递人 阅读(2035) 评论(1) 推荐(0) 编辑
摘要: 点击:// try {// //利用Intent打开微信// Uri uri = Uri.parse("weixin://");// Intent intent = new Intent(Intent.ACTION_VIEW, uri);// startActivity(intent);// } c 阅读全文
posted @ 2017-11-30 14:49 红领巾传递人 阅读(556) 评论(0) 推荐(0) 编辑