{"id":20009146,"url":"https://github.com/samlss/summary","last_synced_at":"2025-05-04T19:35:46.995Z","repository":{"id":201738199,"uuid":"139124410","full_name":"samlss/Summary","owner":"samlss","description":"✍Personal summary.","archived":false,"fork":false,"pushed_at":"2020-05-08T08:15:37.000Z","size":3028,"stargazers_count":17,"open_issues_count":1,"forks_count":4,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-04-08T11:37:58.704Z","etag":null,"topics":["android","blog","flutter","libraries"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/samlss.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2018-06-29T08:41:20.000Z","updated_at":"2025-01-17T18:48:13.000Z","dependencies_parsed_at":null,"dependency_job_id":"0c1c707d-1dce-44c8-87ba-398522575251","html_url":"https://github.com/samlss/Summary","commit_stats":null,"previous_names":["samlss/summary"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samlss%2FSummary","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samlss%2FSummary/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samlss%2FSummary/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samlss%2FSummary/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/samlss","download_url":"https://codeload.github.com/samlss/Summary/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252390608,"owners_count":21740352,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["android","blog","flutter","libraries"],"created_at":"2024-11-13T07:14:27.594Z","updated_at":"2025-05-04T19:35:46.573Z","avatar_url":"https://github.com/samlss.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"![motto](https://github.com/samlss/Summary/blob/master/motto0.gif)\n\n# 个人开发总结\n\n- csdn：https://blog.csdn.net/Samlss\n- 简书: https://www.jianshu.com/u/c13c37d30ac8\n- 掘金: https://juejin.im/user/5b67fb7d6fb9a04fb6150b56\n\n\n# UI篇\n* [Android Paint系列之基础+着色器渲染器(实现霓虹灯文字+实现圆形头像+放大镜+倒影+雷达扫描效果)](https://blog.csdn.net/samlss/article/details/80807110)\n* [Android Paint系列之滤镜效果](https://blog.csdn.net/samlss/article/details/80781575)\n* [Android Paint系列之Xfermode + 刮刮卡效果实现](https://blog.csdn.net/samlss/article/details/80798023)\n* [Android 自定义View系列之PathMeasure+Loading效果+小车跑道移动效果](https://blog.csdn.net/samlss/article/details/80860580)\n* [Android 自定义View系列之贝塞尔曲线+QQ未读消息拖拽效果实现+水波浪充电效果](https://blog.csdn.net/samlss/article/details/80840199)\n* [许多有趣的loading view, 将持续更新](https://blog.csdn.net/samlss/article/details/81189576)\n\n* [Android 关于XmlResourceParser](https://blog.csdn.net/samlss/article/details/81332395)\n* [Android 手写动画框架](https://blog.csdn.net/Samlss/article/details/81393541)\n\n# 加密篇\n* [Android 加密算法归纳](https://blog.csdn.net/samlss/article/details/80781678)\n* [Android密钥库系统KeyStore](https://blog.csdn.net/samlss/article/details/80781640)\n\n# NDK篇\n* [Linux Nginx + RTMP 服务器环境搭建](https://blog.csdn.net/Samlss/article/details/82842120)\n\n# 源码分析篇\n* [JDK 1.8 HashMap 源码分析(一)](https://www.jianshu.com/p/8b72bd903178)\n* [JDK 1.8 HashMap 源码分析(二)](https://www.jianshu.com/p/c34e77162894)\n* [JDK 1.8 LinkedHashMap 源码分析](https://www.jianshu.com/p/aa485a0363e9)\n* [Android SparseArray源码分析](https://www.jianshu.com/p/344c0b3567c4)\n* [Android事件分发机制源码分析](https://github.com/samlss/Summary/blob/master/android-events-dispatch.md)\n* [LocalBroadcastMananger源码分析](https://github.com/samlss/Summary/blob/master/LocalBroadcastMananger.md)\n\n# Flutter篇\n* [Flutter学习之Dart语言注释](https://www.jianshu.com/p/d1dae0d5c472)\n* [Flutter学习之Dart语言基础(关键字)](https://www.jianshu.com/p/524e481ef3f6)\n* [Flutter学习之Dart语言基础(构造函数)](https://www.jianshu.com/p/13c2caf00b1b)\n* [Flutter学习之Dart语言基础(内置类型)](https://www.jianshu.com/p/b752db85f072)\n\n# 杂七杂八\n* [单例模式+valatile关键字](https://github.com/samlss/Summary/blob/master/singleton_volatile.md)\n* [屏幕适配的几种方案以及优缺点总结](https://github.com/samlss/Summary/blob/master/screen_adapter/screen_adapter.md)\n* [关于刘海屏适配](https://github.com/samlss/Summary/blob/master/notch/关于刘海屏适配.md)\n* [关于protobuf和记录在Android中使用Protobuf过程](https://github.com/samlss/Summary/blob/master/protobuf/protobuf.md)\n* [Android混淆说明](https://github.com/samlss/Summary/blob/master/proguard-rules-description.pro)\n* [线程相关理解](https://github.com/samlss/Summary/blob/master/thread/%E7%BA%BF%E7%A8%8B%E7%9B%B8%E5%85%B3.md)\n\n# Parse篇\n* [Parse后台搭建与使用](https://github.com/samlss/Summary/blob/master/parse/Parse%E5%90%8E%E5%8F%B0%E6%90%AD%E5%BB%BA%E4%B8%8E%E4%BD%BF%E7%94%A8.md)\n\n# 开源库\n* [XAnimator](https://github.com/samlss/XAnimator)\n* [LovelyView](https://github.com/samlss/LovelyView)\n* [FunnyViews](https://github.com/samlss/FunnyViews)\n* [TimoMenu](https://github.com/samlss/TimoMenu)\n* [Lighter](https://github.com/samlss/Lighter)\n* [Broccoli](https://github.com/samlss/Broccoli)\n* [Bloom](https://github.com/samlss/Bloom)\n* [Oops](https://github.com/samlss/Oops)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsamlss%2Fsummary","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsamlss%2Fsummary","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsamlss%2Fsummary/lists"}