├── .gitignore ├── .gitignore~ ├── 111.ass ├── Enhancing Android UI with Custom Views.ass ├── Mastering Recycler View.mp4.log ├── Mastering RecyclerView Layouts.ass ├── Mastering the Android Touch System.ass ├── README.md ├── The world of ListView.ass └── images ├── EAUWCV.png ├── MRL.png ├── MTATS.png └── TWOLV.png /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goceancx/android-subtitles/HEAD/.gitignore -------------------------------------------------------------------------------- /.gitignore~: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goceancx/android-subtitles/HEAD/.gitignore~ -------------------------------------------------------------------------------- /111.ass: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goceancx/android-subtitles/HEAD/111.ass -------------------------------------------------------------------------------- /Enhancing Android UI with Custom Views.ass: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goceancx/android-subtitles/HEAD/Enhancing Android UI with Custom Views.ass -------------------------------------------------------------------------------- /Mastering Recycler View.mp4.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goceancx/android-subtitles/HEAD/Mastering Recycler View.mp4.log -------------------------------------------------------------------------------- /Mastering RecyclerView Layouts.ass: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goceancx/android-subtitles/HEAD/Mastering RecyclerView Layouts.ass -------------------------------------------------------------------------------- /Mastering the Android Touch System.ass: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goceancx/android-subtitles/HEAD/Mastering the Android Touch System.ass -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goceancx/android-subtitles/HEAD/README.md -------------------------------------------------------------------------------- /The world of ListView.ass: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goceancx/android-subtitles/HEAD/The world of ListView.ass -------------------------------------------------------------------------------- /images/EAUWCV.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goceancx/android-subtitles/HEAD/images/EAUWCV.png -------------------------------------------------------------------------------- /images/MRL.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goceancx/android-subtitles/HEAD/images/MRL.png -------------------------------------------------------------------------------- /images/MTATS.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goceancx/android-subtitles/HEAD/images/MTATS.png -------------------------------------------------------------------------------- /images/TWOLV.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goceancx/android-subtitles/HEAD/images/TWOLV.png --------------------------------------------------------------------------------