相关文章
Android实战技巧之三十三:android.hardware.camera2使用指南
API 21中将原来的camera API弃用转而推荐使用新增的camera2 API,这是一个大的动作,因为新API换了架构,让开发者用起来更难了。 先来看看camera2包架构示意图: 这里引用了管道的概念将安卓设备和摄像头之间联通起来,…
建站知识
2025/3/16 6:27:38
Python爬虫基础讲解(二十四):第一个scrapy爬虫
Python爬虫、数据分析、网站开发等案例教程视频免费在线观看
https://space.bilibili.com/523606542 Python学习交流群:1039649593
项目需求
在专门供爬虫初学者训练爬虫技术的网站(http://quotes.toscrape.com)上爬取名言警句。
创建项目
在开始爬…
建站知识
2025/3/16 6:25:22
仿Meizu XBanner 轮播图
依赖
allprojects {repositories {maven { url https://jitpack.io }}}
implementation com.github.pinguo-zhouwei:MZBannerView:v2.0.0 Banner布局
<com.zhouwei.mzbanner.MZBannerViewandroid:id"id/MZBanner"android:layout_width"match_parent"a…
建站知识
2025/3/16 6:27:41
Android popupwidnow通用
compile com.github.pinguo-zhouwei:CustomPopwindow:2.1.1
url https://jitpack.io
https://github.com/pinguo-zhouwei/CustomPopwindow https://www.jianshu.com/p/799dbb86f908
一个大大 封装的 就俩类
public class CommonPopupWindow extends PopupWindow {final Po…
建站知识
2025/3/16 6:16:00
一些还不错的开源项目
1.仿魅族的banner轮播
项目地址https://github.com/pinguo-zhouwei/MZBannerView
2.加载动画
项目地址https://github.com/81813780/AVLoadingIndicatorView
3.表格
项目地址https://github.com/alamkanak/Android-Week-View
4滑动卡片标签
项目地址https://github.com/…
建站知识
2025/3/16 10:19:50
很全很强大的官方API集合
第一
笔记 为知笔记(http://www.wiz.cn/manual/plugin/) - 为知笔记Windows客户端开放了大量的API,其中绝大部分,都通过COM提供,可以在javascript, C#, C++, Delphi等语言中使用。接口通过IDL(Interface description language)语言描述。 印象笔记 (https://dev.yinxiang.c…
建站知识
2025/3/16 10:17:46
android json 官方 库,我常用的Android库
Android官方1 2 3 4 5implementation com.android.support:appcompat-v7:27.1.1 implementation com.android.support.constraint:constraint-layout:1.1.0 implementation com.android.support:design:27.1.1 implementation com.android.support:cardview-v7:27.1.1 implemen…
建站知识
2025/3/16 10:19:53
[-综合篇-] 相机、OpenGL、视频、Flutter和SurfaceView
认识一个类,相当于结交一位朋友;看一篇源码,相当于一次顶级的会话;读一个框架,相当于见证一段思想;做一个程序,相当于创造一个生命;一次Git提交,相当于记录一次成长;生活也许并非那么美好,但一切可以这么崇高。----张风…
建站知识
2025/3/16 10:17:30