EasyDemo*android常见小功能案例demo合集(on Github)

版权声明:本文为博主原创文章,未经博主允许不得转载。 https://blog.csdn.net/qq_36287601/article/details/82377285

1.二维码生成及扫一扫功能demo

   ec版本(包含二维码生成和扫一扫功能):https://github.com/Way123Ne/android/tree/master/ZXingProj

   as版本(仅扫一扫功能):https://github.com/Way123Ne/android/blob/master/QrCodeDemo.zip

2.九宫格功能模块demo

   https://github.com/Way123Ne/android/tree/master/NineLayout

3.SplashActivity欢迎界面demo

  https://github.com/Way123Ne/android/tree/master/SplashActivityDemo

4.app从下载到静默安装demo

  https://github.com/Way123Ne/android/tree/master/DownloadManagerDemo

5.分页滑动demo

  https://github.com/Way123Ne/android/tree/master/PageView

6.调用系统相机拍照设置头像照片demo

  https://github.com/Way123Ne/android/tree/master/CallCameraDemo

7.底部导航栏demo

 https://github.com/Way123Ne/android/tree/master/BottomNavigationBarDemo2

8.手势翻页demo

 https://github.com/Way123Ne/android/tree/master/FlipPageDemo

9.倒计时按钮两种实现方式demo

 方式一:https://github.com/Way123Ne/android/tree/master/CountDownTimeBtn

方式二:https://github.com/Way123Ne/android/tree/master/CountDownTimeBtn2

10.GestureDetector类之图片缩放demo

 https://github.com/Way123Ne/android/tree/master/GestureScalePicDemo

11.圆形图片demo(需导入最新v4包)

 https://github.com/Way123Ne/android/tree/master/CirclePictureDemo

12.登陆界面demo

 https://github.com/Way123Ne/android/tree/master/LogInDemo

猜你喜欢

转载自blog.csdn.net/qq_36287601/article/details/82377285