├── 1-计算机基础相关知识.md ├── 2-ANDROID JAVA知识.md ├── 3-ANDROID 四大组件.md ├── 4-ANDROID 其他知识.md ├── README.md ├── ReadingNotes-AndroidHeros ├── 2015-11-25-Android-Heros-Reading-Notes-1.md ├── 2015-11-26-Android-Heros-Reading-Notes-2.md ├── 2015-11-27-Android-Heros-Reading-Notes-3.md ├── 2015-11-28-Android-Heros-Reading-Notes-4.md ├── 2015-11-29-Android-Heroes-Reading-Notes-5.md └── 2015-11-29-Android-Heroes-Reading-Notes.md ├── ReadingNotes-ArtOfAndroidDevelopment ├── 2015-11-29-Art-of-Android-Development-Reading-Notes-1.md ├── 2015-11-30-Art-of-Android-Development-Reading-Notes-2.md ├── 2015-12-01-Art-of-Android-Development-Reading-Notes-3.md ├── 2015-12-02-Art-of-Android-Development-Reading-Notes-4.md ├── 2015-12-03-Art-of-Android-Development-Reading-Notes-5.md ├── 2015-12-04-Art-of-Android-Development-Reading-Notes-6.md ├── 2015-12-04-Art-of-Android-Development-Reading-Notes-7.md ├── 2015-12-04-Art-of-Android-Development-Reading-Notes-8.md ├── 2015-12-04-Art-of-Android-Development-Reading-Notes-9.md ├── 2015-12-05-Art-of-Android-Development-Reading-Notes-10.md ├── 2015-12-05-Art-of-Android-Development-Reading-Notes-11.md ├── 2015-12-05-Art-of-Android-Development-Reading-Notes-12.md ├── 2015-12-05-Art-of-Android-Development-Reading-Notes-13.md └── 2015-12-06-Art-of-Android-Development-Reading-Notes.md ├── ReadingNotes-PythonAlgorithms ├── 2014-05-07-python-algorithms-search.markdown ├── 2014-05-07-python-algorithms-sort.markdown ├── 2014-05-08-python-algorithms-Trees.markdown ├── 2014-05-08-python-algorithms-datastructures.markdown ├── 2014-07-01-python-algorithms-counting-101.markdown ├── 2014-07-01-python-algorithms-divide-and-combine-and-conquer.markdown ├── 2014-07-01-python-algorithms-dynamic-programming.markdown ├── 2014-07-01-python-algorithms-graphs.markdown ├── 2014-07-01-python-algorithms-greedy.markdown ├── 2014-07-01-python-algorithms-induction.markdown ├── 2014-07-01-python-algorithms-introduction.markdown ├── 2014-07-01-python-algorithms-the-basics.markdown └── 2014-07-01-python-algorithms-traversal.markdown ├── images ├── contentprovider_ashmem.png ├── http_cache.png ├── https_connection.png ├── resource_path.png ├── service_lifecycle.png ├── tcp_connection.png └── tcp_open_close.jpg └── pdfs ├── 1-计算机基础相关知识.pdf ├── 2-ANDROID JAVA知识.pdf ├── 3-ANDROID 四大组件.pdf ├── 4-ANDROID 其他知识.pdf ├── leetcode-cpp.pdf └── leetcode-java.pdf /1-计算机基础相关知识.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/javayhu/AndroidInterviews/HEAD/1-计算机基础相关知识.md -------------------------------------------------------------------------------- /2-ANDROID JAVA知识.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/javayhu/AndroidInterviews/HEAD/2-ANDROID JAVA知识.md -------------------------------------------------------------------------------- /3-ANDROID 四大组件.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/javayhu/AndroidInterviews/HEAD/3-ANDROID 四大组件.md -------------------------------------------------------------------------------- /4-ANDROID 其他知识.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/javayhu/AndroidInterviews/HEAD/4-ANDROID 其他知识.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/javayhu/AndroidInterviews/HEAD/README.md -------------------------------------------------------------------------------- /ReadingNotes-AndroidHeros/2015-11-25-Android-Heros-Reading-Notes-1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/javayhu/AndroidInterviews/HEAD/ReadingNotes-AndroidHeros/2015-11-25-Android-Heros-Reading-Notes-1.md -------------------------------------------------------------------------------- /ReadingNotes-AndroidHeros/2015-11-26-Android-Heros-Reading-Notes-2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/javayhu/AndroidInterviews/HEAD/ReadingNotes-AndroidHeros/2015-11-26-Android-Heros-Reading-Notes-2.md -------------------------------------------------------------------------------- /ReadingNotes-AndroidHeros/2015-11-27-Android-Heros-Reading-Notes-3.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/javayhu/AndroidInterviews/HEAD/ReadingNotes-AndroidHeros/2015-11-27-Android-Heros-Reading-Notes-3.md -------------------------------------------------------------------------------- /ReadingNotes-AndroidHeros/2015-11-28-Android-Heros-Reading-Notes-4.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/javayhu/AndroidInterviews/HEAD/ReadingNotes-AndroidHeros/2015-11-28-Android-Heros-Reading-Notes-4.md -------------------------------------------------------------------------------- /ReadingNotes-AndroidHeros/2015-11-29-Android-Heroes-Reading-Notes-5.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/javayhu/AndroidInterviews/HEAD/ReadingNotes-AndroidHeros/2015-11-29-Android-Heroes-Reading-Notes-5.md -------------------------------------------------------------------------------- /ReadingNotes-AndroidHeros/2015-11-29-Android-Heroes-Reading-Notes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/javayhu/AndroidInterviews/HEAD/ReadingNotes-AndroidHeros/2015-11-29-Android-Heroes-Reading-Notes.md -------------------------------------------------------------------------------- /ReadingNotes-ArtOfAndroidDevelopment/2015-11-29-Art-of-Android-Development-Reading-Notes-1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/javayhu/AndroidInterviews/HEAD/ReadingNotes-ArtOfAndroidDevelopment/2015-11-29-Art-of-Android-Development-Reading-Notes-1.md -------------------------------------------------------------------------------- /ReadingNotes-ArtOfAndroidDevelopment/2015-11-30-Art-of-Android-Development-Reading-Notes-2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/javayhu/AndroidInterviews/HEAD/ReadingNotes-ArtOfAndroidDevelopment/2015-11-30-Art-of-Android-Development-Reading-Notes-2.md -------------------------------------------------------------------------------- /ReadingNotes-ArtOfAndroidDevelopment/2015-12-01-Art-of-Android-Development-Reading-Notes-3.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/javayhu/AndroidInterviews/HEAD/ReadingNotes-ArtOfAndroidDevelopment/2015-12-01-Art-of-Android-Development-Reading-Notes-3.md -------------------------------------------------------------------------------- /ReadingNotes-ArtOfAndroidDevelopment/2015-12-02-Art-of-Android-Development-Reading-Notes-4.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/javayhu/AndroidInterviews/HEAD/ReadingNotes-ArtOfAndroidDevelopment/2015-12-02-Art-of-Android-Development-Reading-Notes-4.md -------------------------------------------------------------------------------- /ReadingNotes-ArtOfAndroidDevelopment/2015-12-03-Art-of-Android-Development-Reading-Notes-5.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/javayhu/AndroidInterviews/HEAD/ReadingNotes-ArtOfAndroidDevelopment/2015-12-03-Art-of-Android-Development-Reading-Notes-5.md -------------------------------------------------------------------------------- /ReadingNotes-ArtOfAndroidDevelopment/2015-12-04-Art-of-Android-Development-Reading-Notes-6.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/javayhu/AndroidInterviews/HEAD/ReadingNotes-ArtOfAndroidDevelopment/2015-12-04-Art-of-Android-Development-Reading-Notes-6.md -------------------------------------------------------------------------------- /ReadingNotes-ArtOfAndroidDevelopment/2015-12-04-Art-of-Android-Development-Reading-Notes-7.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/javayhu/AndroidInterviews/HEAD/ReadingNotes-ArtOfAndroidDevelopment/2015-12-04-Art-of-Android-Development-Reading-Notes-7.md -------------------------------------------------------------------------------- /ReadingNotes-ArtOfAndroidDevelopment/2015-12-04-Art-of-Android-Development-Reading-Notes-8.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/javayhu/AndroidInterviews/HEAD/ReadingNotes-ArtOfAndroidDevelopment/2015-12-04-Art-of-Android-Development-Reading-Notes-8.md -------------------------------------------------------------------------------- /ReadingNotes-ArtOfAndroidDevelopment/2015-12-04-Art-of-Android-Development-Reading-Notes-9.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/javayhu/AndroidInterviews/HEAD/ReadingNotes-ArtOfAndroidDevelopment/2015-12-04-Art-of-Android-Development-Reading-Notes-9.md -------------------------------------------------------------------------------- /ReadingNotes-ArtOfAndroidDevelopment/2015-12-05-Art-of-Android-Development-Reading-Notes-10.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/javayhu/AndroidInterviews/HEAD/ReadingNotes-ArtOfAndroidDevelopment/2015-12-05-Art-of-Android-Development-Reading-Notes-10.md -------------------------------------------------------------------------------- /ReadingNotes-ArtOfAndroidDevelopment/2015-12-05-Art-of-Android-Development-Reading-Notes-11.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/javayhu/AndroidInterviews/HEAD/ReadingNotes-ArtOfAndroidDevelopment/2015-12-05-Art-of-Android-Development-Reading-Notes-11.md -------------------------------------------------------------------------------- /ReadingNotes-ArtOfAndroidDevelopment/2015-12-05-Art-of-Android-Development-Reading-Notes-12.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/javayhu/AndroidInterviews/HEAD/ReadingNotes-ArtOfAndroidDevelopment/2015-12-05-Art-of-Android-Development-Reading-Notes-12.md -------------------------------------------------------------------------------- /ReadingNotes-ArtOfAndroidDevelopment/2015-12-05-Art-of-Android-Development-Reading-Notes-13.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/javayhu/AndroidInterviews/HEAD/ReadingNotes-ArtOfAndroidDevelopment/2015-12-05-Art-of-Android-Development-Reading-Notes-13.md -------------------------------------------------------------------------------- /ReadingNotes-ArtOfAndroidDevelopment/2015-12-06-Art-of-Android-Development-Reading-Notes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/javayhu/AndroidInterviews/HEAD/ReadingNotes-ArtOfAndroidDevelopment/2015-12-06-Art-of-Android-Development-Reading-Notes.md -------------------------------------------------------------------------------- /ReadingNotes-PythonAlgorithms/2014-05-07-python-algorithms-search.markdown: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/javayhu/AndroidInterviews/HEAD/ReadingNotes-PythonAlgorithms/2014-05-07-python-algorithms-search.markdown -------------------------------------------------------------------------------- /ReadingNotes-PythonAlgorithms/2014-05-07-python-algorithms-sort.markdown: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/javayhu/AndroidInterviews/HEAD/ReadingNotes-PythonAlgorithms/2014-05-07-python-algorithms-sort.markdown -------------------------------------------------------------------------------- /ReadingNotes-PythonAlgorithms/2014-05-08-python-algorithms-Trees.markdown: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/javayhu/AndroidInterviews/HEAD/ReadingNotes-PythonAlgorithms/2014-05-08-python-algorithms-Trees.markdown -------------------------------------------------------------------------------- /ReadingNotes-PythonAlgorithms/2014-05-08-python-algorithms-datastructures.markdown: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/javayhu/AndroidInterviews/HEAD/ReadingNotes-PythonAlgorithms/2014-05-08-python-algorithms-datastructures.markdown -------------------------------------------------------------------------------- /ReadingNotes-PythonAlgorithms/2014-07-01-python-algorithms-counting-101.markdown: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/javayhu/AndroidInterviews/HEAD/ReadingNotes-PythonAlgorithms/2014-07-01-python-algorithms-counting-101.markdown -------------------------------------------------------------------------------- /ReadingNotes-PythonAlgorithms/2014-07-01-python-algorithms-divide-and-combine-and-conquer.markdown: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/javayhu/AndroidInterviews/HEAD/ReadingNotes-PythonAlgorithms/2014-07-01-python-algorithms-divide-and-combine-and-conquer.markdown -------------------------------------------------------------------------------- /ReadingNotes-PythonAlgorithms/2014-07-01-python-algorithms-dynamic-programming.markdown: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/javayhu/AndroidInterviews/HEAD/ReadingNotes-PythonAlgorithms/2014-07-01-python-algorithms-dynamic-programming.markdown -------------------------------------------------------------------------------- /ReadingNotes-PythonAlgorithms/2014-07-01-python-algorithms-graphs.markdown: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/javayhu/AndroidInterviews/HEAD/ReadingNotes-PythonAlgorithms/2014-07-01-python-algorithms-graphs.markdown -------------------------------------------------------------------------------- /ReadingNotes-PythonAlgorithms/2014-07-01-python-algorithms-greedy.markdown: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/javayhu/AndroidInterviews/HEAD/ReadingNotes-PythonAlgorithms/2014-07-01-python-algorithms-greedy.markdown -------------------------------------------------------------------------------- /ReadingNotes-PythonAlgorithms/2014-07-01-python-algorithms-induction.markdown: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/javayhu/AndroidInterviews/HEAD/ReadingNotes-PythonAlgorithms/2014-07-01-python-algorithms-induction.markdown -------------------------------------------------------------------------------- /ReadingNotes-PythonAlgorithms/2014-07-01-python-algorithms-introduction.markdown: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/javayhu/AndroidInterviews/HEAD/ReadingNotes-PythonAlgorithms/2014-07-01-python-algorithms-introduction.markdown -------------------------------------------------------------------------------- /ReadingNotes-PythonAlgorithms/2014-07-01-python-algorithms-the-basics.markdown: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/javayhu/AndroidInterviews/HEAD/ReadingNotes-PythonAlgorithms/2014-07-01-python-algorithms-the-basics.markdown -------------------------------------------------------------------------------- /ReadingNotes-PythonAlgorithms/2014-07-01-python-algorithms-traversal.markdown: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/javayhu/AndroidInterviews/HEAD/ReadingNotes-PythonAlgorithms/2014-07-01-python-algorithms-traversal.markdown -------------------------------------------------------------------------------- /images/contentprovider_ashmem.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/javayhu/AndroidInterviews/HEAD/images/contentprovider_ashmem.png -------------------------------------------------------------------------------- /images/http_cache.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/javayhu/AndroidInterviews/HEAD/images/http_cache.png -------------------------------------------------------------------------------- /images/https_connection.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/javayhu/AndroidInterviews/HEAD/images/https_connection.png -------------------------------------------------------------------------------- /images/resource_path.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/javayhu/AndroidInterviews/HEAD/images/resource_path.png -------------------------------------------------------------------------------- /images/service_lifecycle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/javayhu/AndroidInterviews/HEAD/images/service_lifecycle.png -------------------------------------------------------------------------------- /images/tcp_connection.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/javayhu/AndroidInterviews/HEAD/images/tcp_connection.png -------------------------------------------------------------------------------- /images/tcp_open_close.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/javayhu/AndroidInterviews/HEAD/images/tcp_open_close.jpg -------------------------------------------------------------------------------- /pdfs/1-计算机基础相关知识.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/javayhu/AndroidInterviews/HEAD/pdfs/1-计算机基础相关知识.pdf -------------------------------------------------------------------------------- /pdfs/2-ANDROID JAVA知识.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/javayhu/AndroidInterviews/HEAD/pdfs/2-ANDROID JAVA知识.pdf -------------------------------------------------------------------------------- /pdfs/3-ANDROID 四大组件.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/javayhu/AndroidInterviews/HEAD/pdfs/3-ANDROID 四大组件.pdf -------------------------------------------------------------------------------- /pdfs/4-ANDROID 其他知识.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/javayhu/AndroidInterviews/HEAD/pdfs/4-ANDROID 其他知识.pdf -------------------------------------------------------------------------------- /pdfs/leetcode-cpp.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/javayhu/AndroidInterviews/HEAD/pdfs/leetcode-cpp.pdf -------------------------------------------------------------------------------- /pdfs/leetcode-java.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/javayhu/AndroidInterviews/HEAD/pdfs/leetcode-java.pdf --------------------------------------------------------------------------------