240 发简信
IP属地:浙江
  • Intent和Intent过滤器

    概述 Intent是用于和其他应用组件通信的消息对象,通常有三种用途:启动Activity、启动Service、发送Broadcast Inte...

  • 开源MVVM项目-JetpackExample

    https://github.com/taoqx/JetpackExample技术点: MVVM DataBinding LiveData 协程...

  • Resize,w 360,h 240
    导航组件

    https://developer.android.com/guide/navigation

  • Resize,w 360,h 240
    架构组件

    https://developer.android.com/topic/libraries/architecture

  • 图片与图形

    https://developer.android.com/guide/topics/graphics Drawables 从资源文件中获取Dr...

  • 后台任务

    https://developer.android.com/training/best-background 后台处理指南 面临的挑战后台任务消...

  • ViewPager2中Fragemnt之间的滑动动画

    参考:https://developer.android.com/training/animation/screen-slide-2

  • ViewPager实现卡片式效果

    参考:https://github.com/rubensousa/ViewPagerCards原理: 实现ViewPager.PageTrans...

  • Mac下OpenCV安装与使用

    安装 在终端执行:brew install opencv 使用 CMakeLists.txt main.cpp