TeamTreehouse - Advanced Android (Track) [Thomas]
- CategoryOther
- TypeTutorials
- LanguageEnglish
- Total size2.5 GB
- Uploaded Bythomaskhan
- Downloads264
- Last checkedJul. 30th '22
- Date uploadedJul. 27th '22
- Seeders 30
- Leechers5
TeamTreehouse - Advanced Android (Track) [Thomas]
Course included
├── 01. Threads and Services
├── 02. Intents and Broadcast Receivers
├── 03. Unit Testing in Java
├── 04. Testing in Android
├── 05. Android Widgets
├── 06. Kotlin for Java Developers
├── 07. A note regarding Kotlin and Anko
├── Advanced Android.md
├── README.txt
├── TeamTreehouse - Advanced Android [Thomas].jpg
└── TeamTreehouse - Advanced Android [Thomas].png
Please Seed ~
Files:
TeamTreehouse - Advanced Android (Track) [Thomas] 03. Unit Testing in Java 03. What to Test- 03. Know Your Bounds.webm (57.5 MB)
- 01. The Happy Path and Beyond.webm (31.6 MB)
- 02. Exceptions.webm (26.7 MB)
- 04. What Not To Test.webm (54.6 MB)
- 05. @AfterClass.webm (15.6 MB) Project Files
- java-unit-testing-vending-machine.zip (444.2 KB)
- Unit Testing in Java.md (5.0 KB) 01. Why Test
- 01. Introduction.webm (29.2 MB)
- 02. Defining a Unit.webm (35.3 MB)
- 03. Introducing the Project.webm (32.7 MB)
- 04. Code Reuse.webm (33.9 MB)
- 05. The Quick Prototype.webm (40.3 MB) Project Files
- java-unit-testing-vending-machine.zip (444.2 KB)
- 01. Meet JUnit.webm (26.6 MB)
- 02. Setting Up a Project for Tests.webm (34.9 MB)
- 03. Running Tests and Reading Output.webm (14.5 MB)
- 04. Assertions.webm (32.5 MB)
- 05. Fixtures.webm (22.5 MB) Project Files
- java-unit-testing-vending-machine.zip (444.2 KB)
- README.txt (2.2 KB)
- TeamTreehouse - Advanced Android [Thomas].jpg (142.1 KB)
- TeamTreehouse - Advanced Android [Thomas].png (466.1 KB) 01. Threads and Services
- Threads and Services.md (6.8 KB) 01. Threads in Android
- 01. Threads in Android.webm (20.2 MB)
- 02. Threads and Runnables.webm (16.2 MB)
- 03. Extending the Thread Class.webm (20.5 MB)
- 04. Handlers and Loopers and Messages! O my!.webm (12.8 MB)
- 05. Upgrading Our Thread.webm (21.9 MB)
- 06. The Problem with Threads.webm (5.5 MB) Project Files
- S1V1.zip (3.9 MB)
- S1V2.zip (7.2 MB)
- S1V3.zip (6.7 MB)
- S1V5.zip (6.7 MB)
- 01. Service Basics.webm (22.1 MB)
- 02. Services Are Not Threads.webm (26.9 MB)
- 03. Stopping Services.webm (22.7 MB)
- 04. Handling Being Killed.webm (8.6 MB)
- 05. IntentServices.webm (19.5 MB) Project Files
- S2V1.zip (6.7 MB)
- S2V2.zip (6.7 MB)
- S2V3.zip (7.2 MB)
- S2V5.zip (7.2 MB)
- 01. Creating the Service.webm (16.6 MB)
- 02. Prepare for Binding.webm (18.1 MB)
- 03. Binding Initiated.webm (24.3 MB)
- 04. Making First Contact.webm (28.2 MB)
- 05. Bound and Started.webm (25.1 MB) Project Files
- S3V1.zip (7.7 MB)
- S3V2.zip (7.7 MB)
- S3V3.zip (7.7 MB)
- S3V4.zip (9.9 MB)
- 01. Processes.webm (13.9 MB)
- 02. Using a Separate Process.webm (24.9 MB)
- 03. Messengers and Handlers Service.webm (13.8 MB)
- 04. Messengers and Handlers Activity.webm (34.5 MB)
- 05. Foreground Services.webm (16.6 MB) Project Files
- S4V3.zip (9.9 MB)
- S4V4.zip (9.9 MB)
- S4V5.zip (9.5 MB)
- Intents and Broadcast Receivers.md (6.3 KB) 01. For All Intents and Purposes
- 01. Communication is Hard.webm (16.1 MB)
- 02. Setting Up the Project.webm (13.4 MB)
- 03. Explicit vs Implicit Intents.webm (22.2 MB)
- 04. Intent Extras and Results.webm (22.5 MB)
- 05. Passing Results Back to Activities.webm (30.9 MB)
- 06. Parcelable Complex Data.webm (21.7 MB)
- 07. Unpacking Parcelable Data.webm (26.2 MB) Project Files
- android-intents-broadcast-receivers.zip (37.9 MB)
- 01. Using an Implicit Intent.webm (20.5 MB)
- 02. Unmatched Implicit Intents.webm (33.8 MB)
- 03. Intent Filters.webm (17.5 MB)
- 04. Handling an Intent from a Filter.webm (25.0 MB)
- 05. Sharing Songs with a Custom Intent.webm (27.5 MB)
- 06. Using a Custom Intent Filter.webm (27.4 MB) Project Files
- android-intents-broadcast-receivers.zip (37.9 MB)
- 01. Broadcast Intents and Receivers.webm (11.1 MB)
- 02. Registering in the Manifest.webm (17.5 MB)
- 03. Registering in Code.webm (21.0 MB)
- 04. Updating the UI from a Broadcast Receiver.webm (37.3 MB)
- 05. Custom Broadcast Intents and Receivers.webm (14.4 MB) Project Files
- android-intents-broadcast-receivers.zip (37.9 MB)
- 01. Adding Text to a Notification.webm (26.0 MB)
- 02. Opening an App via a Notification.webm (15.2 MB)
- 03. Adding a Download Notification.webm (35.0 MB)
- 04. Wrapping Up.webm (6.5 MB) Project Files
- android-intents-broadcast-receivers.zip (37.9 MB)
- Advanced Android.md (2.6 KB) 04. Testing in Android
- Testing in Android.md (4.2 KB) 01. Unit Testing
- 01. Testing 1 - 2 - 3.webm (11.9 MB)
- 02. The First Test.webm (15.2 MB)
- 03. Digging Deeper, Answering Questions.webm (26.6 MB)
- 04. Presenting the View.webm (30.7 MB)
- 05. Testing the Pres
Code:
- udp://tracker.opentrackr.org:1337/announce
- udp://9.rarbg.com:2810/announce
- udp://tracker.openbittorrent.com:6969/announce
- http://tracker.openbittorrent.com:80/announce
- https://opentracker.i2p.rocks:443/announce
- udp://tracker.torrent.eu.org:451/announce
- udp://open.stealth.si:80/announce
- udp://exodus.desync.com:6969/announce
- udp://tracker.tiny-vps.com:6969/announce
- udp://tracker.pomf.se:80/announce
- udp://tracker.moeking.me:6969/announce
- udp://tracker.lelux.fi:6969/announce
- udp://tracker.dler.org:6969/announce
- udp://tracker.altrosky.nl:6969/announce