Pinned Repositories
blog
个人技术博客,记录成长足迹
blog-Source
CodeInterview
gdut_activity
团队开发的校园社团活动发布、参与、审核的小项目。支持登录教务系统查询成绩、查询课表
iVideoPlayer
基于 ijkplayer 实现的视频播放器
LibrarySystem
图书管理 app。数据库主要使用 LitePal ORM 框架实现,搜索记录使用 Android 提供的 SQLiteOpenHelper 实现,修改模块与统计分析模块使用 MVP 模式实现。
SecurityGuard
独立开发的安全卫士小项目
TimLin1024's Repositories
TimLin1024/AccessibilityUtil
AccessibilityService Utils
TimLin1024/AlgorithmsSedgewick
Code from the book "Algorithms" (4th ed.) by Robert Sedgewick and Kevin Wayne (original, and my solutions to exercises).
TimLin1024/Android-CleanArchitecture
This is a sample app that is part of a series of blog posts I have written about how to architect an android application using Uncle Bob's clean architecture approach.
TimLin1024/Android-Learning-Resources
Android学习资源网站索引大全
TimLin1024/android-training-course-in-chinese
Android官方培训课程中文版
TimLin1024/android_design_patterns_analysis
Android源码设计模式分析项目
TimLin1024/AndroidCriminalIntent
TimLin1024/awesome-android-tips
some code tips in android 💯
TimLin1024/awesome-programming-books
经典编程书籍大全,涵盖:计算机系统与网络、系统架构、算法与数据结构、前端开发、后端开发、移动开发、数据库、测试、项目与团队、程序员职业修炼、求职面试等
TimLin1024/DesignPattern
TimLin1024/Material-Animations
Android Transition animations explanation with examples.
TimLin1024/MobileSafe
下载过三万并且非常适合初学者学习的一个项目(没错就是黑马手机卫士)
TimLin1024/Note
画板项目
TimLin1024/Reconstruction
重构,改善既有代码的设计
TimLin1024/RxWeather
Architecting Android with RxJava
TimLin1024/Thinking-in-Java