├── AudioVideo ├── README.md ├── SDL.md ├── image │ ├── SDL数据结构.jpg │ ├── SDL流程.jpg │ ├── SDL结构.png │ ├── 视频解码播放流程.gliffy │ └── 视频解码播放流程.jpg ├── 常见封装格式.md ├── 常见封装格式概览.md ├── 常见流媒体协议.md ├── 常见音视频编码.md └── 通用视频解码播放流程.md ├── ChaosCrystal ├── ADB常用命令.md ├── AndroidStudio常用快捷键(Mac).md ├── Android中dip、dp、sp、pt和px.md ├── HowToViewAPISourceOnline.md ├── README.md └── 录屏与GIF制作.md ├── Course ├── HowToUsePlantUMLInAS.md ├── HowToUsePlantUMLInAS[Mac].md ├── Markdown │ ├── README.md │ ├── markdown-editor.md │ ├── markdown-grammar.md │ ├── markdown-html.md │ ├── markdown-link.md │ └── markdown-start.md ├── README.md ├── ReleaseLibraryByJitPack.md └── jitpack-javadoc.md ├── CustomView ├── Advance │ ├── Code │ │ ├── CheckView.java │ │ ├── CheckView.md │ │ ├── SearchView.java │ │ ├── SearchView.md │ │ ├── SetPolyToPoly.java │ │ └── SetPolyToPoly.md │ ├── Res │ │ ├── Checkmark.png │ │ └── poly_test.jpg │ ├── [01]CustomViewProcess.md │ ├── [02]Canvas_BasicGraphics.md │ ├── [03]Canvas_Convert.md │ ├── [04]Canvas_PictureText.md │ ├── [05]Path_Basic.md │ ├── [06]Path_Bezier.md │ ├── [07]Path_Over.md │ ├── [08]Path_Play.md │ ├── [09]Matrix_Basic.md │ ├── [10]Matrix_Method.md │ ├── [11]Matrix_3D_Camera.md │ ├── [12]Dispatch-TouchEvent-Theory.md │ ├── [15]Dispatch-TouchEvent-Source.md │ ├── [16]MotionEvent.md │ ├── [17]touch-matrix-region.md │ ├── [18]multi-touch.md │ ├── [19]gesture-detector.md │ └── [99]DrawText.md ├── Base │ ├── [01]CoordinateSystem.md │ ├── [02]AngleAndRadian.md │ └── [03]Color.md ├── CustomViewRule.md ├── Demo │ ├── FailingBall.zip │ ├── PieView.zip │ └── dispatchTouchEventDemo.zip └── README.md ├── Lecture ├── README.md └── gdg-developer-growth-guide.md ├── OpenGL └── README.md ├── QuickChart ├── Bezier.md ├── Canvas.md ├── Matrix.md ├── Path.md └── README.md ├── README.md └── SourceAnalysis ├── AtomicFile.md ├── CircularArray.md └── README.md /AudioVideo/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rifkyprayoga/AndroidNote/HEAD/AudioVideo/README.md -------------------------------------------------------------------------------- /AudioVideo/SDL.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rifkyprayoga/AndroidNote/HEAD/AudioVideo/SDL.md -------------------------------------------------------------------------------- /AudioVideo/image/SDL数据结构.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rifkyprayoga/AndroidNote/HEAD/AudioVideo/image/SDL数据结构.jpg -------------------------------------------------------------------------------- /AudioVideo/image/SDL流程.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rifkyprayoga/AndroidNote/HEAD/AudioVideo/image/SDL流程.jpg -------------------------------------------------------------------------------- /AudioVideo/image/SDL结构.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rifkyprayoga/AndroidNote/HEAD/AudioVideo/image/SDL结构.png -------------------------------------------------------------------------------- /AudioVideo/image/视频解码播放流程.gliffy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rifkyprayoga/AndroidNote/HEAD/AudioVideo/image/视频解码播放流程.gliffy -------------------------------------------------------------------------------- /AudioVideo/image/视频解码播放流程.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rifkyprayoga/AndroidNote/HEAD/AudioVideo/image/视频解码播放流程.jpg -------------------------------------------------------------------------------- /AudioVideo/常见封装格式.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rifkyprayoga/AndroidNote/HEAD/AudioVideo/常见封装格式.md -------------------------------------------------------------------------------- /AudioVideo/常见封装格式概览.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rifkyprayoga/AndroidNote/HEAD/AudioVideo/常见封装格式概览.md -------------------------------------------------------------------------------- /AudioVideo/常见流媒体协议.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rifkyprayoga/AndroidNote/HEAD/AudioVideo/常见流媒体协议.md -------------------------------------------------------------------------------- /AudioVideo/常见音视频编码.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rifkyprayoga/AndroidNote/HEAD/AudioVideo/常见音视频编码.md -------------------------------------------------------------------------------- /AudioVideo/通用视频解码播放流程.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rifkyprayoga/AndroidNote/HEAD/AudioVideo/通用视频解码播放流程.md -------------------------------------------------------------------------------- /ChaosCrystal/ADB常用命令.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rifkyprayoga/AndroidNote/HEAD/ChaosCrystal/ADB常用命令.md -------------------------------------------------------------------------------- /ChaosCrystal/AndroidStudio常用快捷键(Mac).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rifkyprayoga/AndroidNote/HEAD/ChaosCrystal/AndroidStudio常用快捷键(Mac).md -------------------------------------------------------------------------------- /ChaosCrystal/Android中dip、dp、sp、pt和px.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rifkyprayoga/AndroidNote/HEAD/ChaosCrystal/Android中dip、dp、sp、pt和px.md -------------------------------------------------------------------------------- /ChaosCrystal/HowToViewAPISourceOnline.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rifkyprayoga/AndroidNote/HEAD/ChaosCrystal/HowToViewAPISourceOnline.md -------------------------------------------------------------------------------- /ChaosCrystal/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rifkyprayoga/AndroidNote/HEAD/ChaosCrystal/README.md -------------------------------------------------------------------------------- /ChaosCrystal/录屏与GIF制作.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rifkyprayoga/AndroidNote/HEAD/ChaosCrystal/录屏与GIF制作.md -------------------------------------------------------------------------------- /Course/HowToUsePlantUMLInAS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rifkyprayoga/AndroidNote/HEAD/Course/HowToUsePlantUMLInAS.md -------------------------------------------------------------------------------- /Course/HowToUsePlantUMLInAS[Mac].md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rifkyprayoga/AndroidNote/HEAD/Course/HowToUsePlantUMLInAS[Mac].md -------------------------------------------------------------------------------- /Course/Markdown/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rifkyprayoga/AndroidNote/HEAD/Course/Markdown/README.md -------------------------------------------------------------------------------- /Course/Markdown/markdown-editor.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rifkyprayoga/AndroidNote/HEAD/Course/Markdown/markdown-editor.md -------------------------------------------------------------------------------- /Course/Markdown/markdown-grammar.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rifkyprayoga/AndroidNote/HEAD/Course/Markdown/markdown-grammar.md -------------------------------------------------------------------------------- /Course/Markdown/markdown-html.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rifkyprayoga/AndroidNote/HEAD/Course/Markdown/markdown-html.md -------------------------------------------------------------------------------- /Course/Markdown/markdown-link.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rifkyprayoga/AndroidNote/HEAD/Course/Markdown/markdown-link.md -------------------------------------------------------------------------------- /Course/Markdown/markdown-start.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rifkyprayoga/AndroidNote/HEAD/Course/Markdown/markdown-start.md -------------------------------------------------------------------------------- /Course/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rifkyprayoga/AndroidNote/HEAD/Course/README.md -------------------------------------------------------------------------------- /Course/ReleaseLibraryByJitPack.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rifkyprayoga/AndroidNote/HEAD/Course/ReleaseLibraryByJitPack.md -------------------------------------------------------------------------------- /Course/jitpack-javadoc.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rifkyprayoga/AndroidNote/HEAD/Course/jitpack-javadoc.md -------------------------------------------------------------------------------- /CustomView/Advance/Code/CheckView.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rifkyprayoga/AndroidNote/HEAD/CustomView/Advance/Code/CheckView.java -------------------------------------------------------------------------------- /CustomView/Advance/Code/CheckView.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rifkyprayoga/AndroidNote/HEAD/CustomView/Advance/Code/CheckView.md -------------------------------------------------------------------------------- /CustomView/Advance/Code/SearchView.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rifkyprayoga/AndroidNote/HEAD/CustomView/Advance/Code/SearchView.java -------------------------------------------------------------------------------- /CustomView/Advance/Code/SearchView.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rifkyprayoga/AndroidNote/HEAD/CustomView/Advance/Code/SearchView.md -------------------------------------------------------------------------------- /CustomView/Advance/Code/SetPolyToPoly.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rifkyprayoga/AndroidNote/HEAD/CustomView/Advance/Code/SetPolyToPoly.java -------------------------------------------------------------------------------- /CustomView/Advance/Code/SetPolyToPoly.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rifkyprayoga/AndroidNote/HEAD/CustomView/Advance/Code/SetPolyToPoly.md -------------------------------------------------------------------------------- /CustomView/Advance/Res/Checkmark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rifkyprayoga/AndroidNote/HEAD/CustomView/Advance/Res/Checkmark.png -------------------------------------------------------------------------------- /CustomView/Advance/Res/poly_test.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rifkyprayoga/AndroidNote/HEAD/CustomView/Advance/Res/poly_test.jpg -------------------------------------------------------------------------------- /CustomView/Advance/[01]CustomViewProcess.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rifkyprayoga/AndroidNote/HEAD/CustomView/Advance/[01]CustomViewProcess.md -------------------------------------------------------------------------------- /CustomView/Advance/[02]Canvas_BasicGraphics.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rifkyprayoga/AndroidNote/HEAD/CustomView/Advance/[02]Canvas_BasicGraphics.md -------------------------------------------------------------------------------- /CustomView/Advance/[03]Canvas_Convert.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rifkyprayoga/AndroidNote/HEAD/CustomView/Advance/[03]Canvas_Convert.md -------------------------------------------------------------------------------- /CustomView/Advance/[04]Canvas_PictureText.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rifkyprayoga/AndroidNote/HEAD/CustomView/Advance/[04]Canvas_PictureText.md -------------------------------------------------------------------------------- /CustomView/Advance/[05]Path_Basic.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rifkyprayoga/AndroidNote/HEAD/CustomView/Advance/[05]Path_Basic.md -------------------------------------------------------------------------------- /CustomView/Advance/[06]Path_Bezier.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rifkyprayoga/AndroidNote/HEAD/CustomView/Advance/[06]Path_Bezier.md -------------------------------------------------------------------------------- /CustomView/Advance/[07]Path_Over.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rifkyprayoga/AndroidNote/HEAD/CustomView/Advance/[07]Path_Over.md -------------------------------------------------------------------------------- /CustomView/Advance/[08]Path_Play.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rifkyprayoga/AndroidNote/HEAD/CustomView/Advance/[08]Path_Play.md -------------------------------------------------------------------------------- /CustomView/Advance/[09]Matrix_Basic.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rifkyprayoga/AndroidNote/HEAD/CustomView/Advance/[09]Matrix_Basic.md -------------------------------------------------------------------------------- /CustomView/Advance/[10]Matrix_Method.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rifkyprayoga/AndroidNote/HEAD/CustomView/Advance/[10]Matrix_Method.md -------------------------------------------------------------------------------- /CustomView/Advance/[11]Matrix_3D_Camera.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rifkyprayoga/AndroidNote/HEAD/CustomView/Advance/[11]Matrix_3D_Camera.md -------------------------------------------------------------------------------- /CustomView/Advance/[12]Dispatch-TouchEvent-Theory.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rifkyprayoga/AndroidNote/HEAD/CustomView/Advance/[12]Dispatch-TouchEvent-Theory.md -------------------------------------------------------------------------------- /CustomView/Advance/[15]Dispatch-TouchEvent-Source.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rifkyprayoga/AndroidNote/HEAD/CustomView/Advance/[15]Dispatch-TouchEvent-Source.md -------------------------------------------------------------------------------- /CustomView/Advance/[16]MotionEvent.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rifkyprayoga/AndroidNote/HEAD/CustomView/Advance/[16]MotionEvent.md -------------------------------------------------------------------------------- /CustomView/Advance/[17]touch-matrix-region.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rifkyprayoga/AndroidNote/HEAD/CustomView/Advance/[17]touch-matrix-region.md -------------------------------------------------------------------------------- /CustomView/Advance/[18]multi-touch.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rifkyprayoga/AndroidNote/HEAD/CustomView/Advance/[18]multi-touch.md -------------------------------------------------------------------------------- /CustomView/Advance/[19]gesture-detector.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rifkyprayoga/AndroidNote/HEAD/CustomView/Advance/[19]gesture-detector.md -------------------------------------------------------------------------------- /CustomView/Advance/[99]DrawText.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rifkyprayoga/AndroidNote/HEAD/CustomView/Advance/[99]DrawText.md -------------------------------------------------------------------------------- /CustomView/Base/[01]CoordinateSystem.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rifkyprayoga/AndroidNote/HEAD/CustomView/Base/[01]CoordinateSystem.md -------------------------------------------------------------------------------- /CustomView/Base/[02]AngleAndRadian.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rifkyprayoga/AndroidNote/HEAD/CustomView/Base/[02]AngleAndRadian.md -------------------------------------------------------------------------------- /CustomView/Base/[03]Color.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rifkyprayoga/AndroidNote/HEAD/CustomView/Base/[03]Color.md -------------------------------------------------------------------------------- /CustomView/CustomViewRule.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rifkyprayoga/AndroidNote/HEAD/CustomView/CustomViewRule.md -------------------------------------------------------------------------------- /CustomView/Demo/FailingBall.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rifkyprayoga/AndroidNote/HEAD/CustomView/Demo/FailingBall.zip -------------------------------------------------------------------------------- /CustomView/Demo/PieView.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rifkyprayoga/AndroidNote/HEAD/CustomView/Demo/PieView.zip -------------------------------------------------------------------------------- /CustomView/Demo/dispatchTouchEventDemo.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rifkyprayoga/AndroidNote/HEAD/CustomView/Demo/dispatchTouchEventDemo.zip -------------------------------------------------------------------------------- /CustomView/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rifkyprayoga/AndroidNote/HEAD/CustomView/README.md -------------------------------------------------------------------------------- /Lecture/README.md: -------------------------------------------------------------------------------- 1 | # 演讲稿 2 | 3 | * [程序员练级指北(郑州GDG-2016DevFest)](https://github.com/GcsSloop/AndroidNote/blob/master/Lecture/gdg-developer-growth-guide.md) 4 | 5 | -------------------------------------------------------------------------------- /Lecture/gdg-developer-growth-guide.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rifkyprayoga/AndroidNote/HEAD/Lecture/gdg-developer-growth-guide.md -------------------------------------------------------------------------------- /OpenGL/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rifkyprayoga/AndroidNote/HEAD/OpenGL/README.md -------------------------------------------------------------------------------- /QuickChart/Bezier.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rifkyprayoga/AndroidNote/HEAD/QuickChart/Bezier.md -------------------------------------------------------------------------------- /QuickChart/Canvas.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rifkyprayoga/AndroidNote/HEAD/QuickChart/Canvas.md -------------------------------------------------------------------------------- /QuickChart/Matrix.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rifkyprayoga/AndroidNote/HEAD/QuickChart/Matrix.md -------------------------------------------------------------------------------- /QuickChart/Path.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rifkyprayoga/AndroidNote/HEAD/QuickChart/Path.md -------------------------------------------------------------------------------- /QuickChart/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rifkyprayoga/AndroidNote/HEAD/QuickChart/README.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rifkyprayoga/AndroidNote/HEAD/README.md -------------------------------------------------------------------------------- /SourceAnalysis/AtomicFile.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rifkyprayoga/AndroidNote/HEAD/SourceAnalysis/AtomicFile.md -------------------------------------------------------------------------------- /SourceAnalysis/CircularArray.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SourceAnalysis/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rifkyprayoga/AndroidNote/HEAD/SourceAnalysis/README.md --------------------------------------------------------------------------------