
Android学习
船长。
这个作者很懒,什么都没留下…
展开
-
Android图片放大缩小移动
Android 图片放大缩小移动(记录) 学习记录下 //UI界面 <ImageView android:id="@+id/iv" android:layout_width="wrap_content" android:layout_height="w原创 2019-01-18 18:14:40 · 894 阅读 · 0 评论 -
Android 图片实现单击放大缩小
Android 图片实现单击放大缩小 记录使用 <ImageView android:id="@+id/iv" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_gravity="center" ...原创 2019-01-24 19:50:38 · 2377 阅读 · 1 评论 -
记录Google 开源库 zxing生成 二维码 读取二维码的基本使用
记录Google 开源库 zxing 使用 xml文件代码 /** 这里放了一个imageview 和一个 TextView imageview 用来显示二维码的图片 TextView 显示二维码里面的内容 */ &lt;RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" and...原创 2019-02-01 18:25:56 · 445 阅读 · 1 评论