FileMood

Download TeamTreehouse - Advanced Android (Track) [Thomas]

TeamTreehouse Advanced Android Track Thomas

Name

TeamTreehouse - Advanced Android (Track) [Thomas]

  DOWNLOAD Copy Link

Trouble downloading? see How To

Total Size

2.6 GB

Total Files

143

Last Seen

2025-04-20 01:46

Hash

ED7F105E560EF9E78F7D29E494D4F8438B6375A6

/.../03. What to Test/

03. Know Your Bounds.webm

60.3 MB

01. The Happy Path and Beyond.webm

33.1 MB

02. Exceptions.webm

28.0 MB

04. What Not To Test.webm

57.3 MB

05. @AfterClass.webm

16.4 MB

/

README.txt

2.3 KB

TeamTreehouse - Advanced Android [Thomas].jpg

145.5 KB

TeamTreehouse - Advanced Android [Thomas].png

477.3 KB

Advanced Android.md

2.7 KB

/01. Threads and Services/

Threads and Services.md

7.0 KB

/.../01. Threads in Android/

01. Threads in Android.webm

21.2 MB

02. Threads and Runnables.webm

17.0 MB

03. Extending the Thread Class.webm

21.5 MB

04. Handlers and Loopers and Messages! O my!.webm

13.4 MB

05. Upgrading Our Thread.webm

23.0 MB

06. The Problem with Threads.webm

5.7 MB

/.../01. Threads in Android/Project Files/

S1V1.zip

4.1 MB

S1V2.zip

7.5 MB

S1V3.zip

7.0 MB

S1V5.zip

7.0 MB

/.../02. Introducing Services/

01. Service Basics.webm

23.1 MB

02. Services Are Not Threads.webm

28.2 MB

03. Stopping Services.webm

23.8 MB

04. Handling Being Killed.webm

9.0 MB

05. IntentServices.webm

20.4 MB

/.../02. Introducing Services/Project Files/

S2V1.zip

7.0 MB

S2V2.zip

7.0 MB

S2V3.zip

7.6 MB

S2V5.zip

7.6 MB

/.../03. Bound Services/

01. Creating the Service.webm

17.4 MB

02. Prepare for Binding.webm

19.0 MB

03. Binding Initiated.webm

25.5 MB

04. Making First Contact.webm

29.5 MB

05. Bound and Started.webm

26.4 MB

/.../03. Bound Services/Project Files/

S3V1.zip

8.1 MB

S3V2.zip

8.1 MB

S3V3.zip

8.1 MB

S3V4.zip

10.4 MB

/.../04. But Wait Theres More!/

01. Processes.webm

14.6 MB

02. Using a Separate Process.webm

26.2 MB

03. Messengers and Handlers Service.webm

14.5 MB

04. Messengers and Handlers Activity.webm

36.2 MB

05. Foreground Services.webm

17.4 MB

/.../04. But Wait Theres More!/Project Files/

S4V3.zip

10.4 MB

S4V4.zip

10.4 MB

S4V5.zip

9.9 MB

/02. Intents and Broadcast Receivers/

Intents and Broadcast Receivers.md

6.5 KB

/.../01. For All Intents and Purposes/

01. Communication is Hard.webm

16.9 MB

02. Setting Up the Project.webm

14.1 MB

03. Explicit vs Implicit Intents.webm

23.3 MB

04. Intent Extras and Results.webm

23.6 MB

05. Passing Results Back to Activities.webm

32.4 MB

06. Parcelable Complex Data.webm

22.8 MB

07. Unpacking Parcelable Data.webm

27.5 MB

/.../01. For All Intents and Purposes/Project Files/

android-intents-broadcast-receivers.zip

39.8 MB

/.../02. Implicit Intents and Intent Filters/

01. Using an Implicit Intent.webm

21.5 MB

02. Unmatched Implicit Intents.webm

35.4 MB

03. Intent Filters.webm

18.3 MB

04. Handling an Intent from a Filter.webm

26.2 MB

05. Sharing Songs with a Custom Intent.webm

28.9 MB

06. Using a Custom Intent Filter.webm

28.7 MB

/.../02. Implicit Intents and Intent Filters/Project Files/

android-intents-broadcast-receivers.zip

39.8 MB

/.../03. Broadcast Receivers/

01. Broadcast Intents and Receivers.webm

11.7 MB

02. Registering in the Manifest.webm

18.3 MB

03. Registering in Code.webm

22.0 MB

04. Updating the UI from a Broadcast Receiver.webm

39.1 MB

05. Custom Broadcast Intents and Receivers.webm

15.1 MB

/.../03. Broadcast Receivers/Project Files/

android-intents-broadcast-receivers.zip

39.8 MB

/.../04. Local Notifications/

01. Adding Text to a Notification.webm

27.2 MB

02. Opening an App via a Notification.webm

16.0 MB

03. Adding a Download Notification.webm

36.7 MB

04. Wrapping Up.webm

6.9 MB

/.../04. Local Notifications/Project Files/

android-intents-broadcast-receivers.zip

39.8 MB

/03. Unit Testing in Java/

Unit Testing in Java.md

5.1 KB

/.../01. Why Test/

01. Introduction.webm

30.6 MB

02. Defining a Unit.webm

37.0 MB

03. Introducing the Project.webm

34.3 MB

04. Code Reuse.webm

35.5 MB

05. The Quick Prototype.webm

42.2 MB

/.../01. Why Test/Project Files/

java-unit-testing-vending-machine.zip

454.8 KB

/.../02. How to Test/

01. Meet JUnit.webm

27.9 MB

02. Setting Up a Project for Tests.webm

36.6 MB

03. Running Tests and Reading Output.webm

15.3 MB

04. Assertions.webm

34.1 MB

05. Fixtures.webm

23.6 MB

/.../02. How to Test/Project Files/

java-unit-testing-vending-machine.zip

454.8 KB

/.../03. What to Test/Project Files/

java-unit-testing-vending-machine.zip

454.8 KB

/04. Testing in Android/

Testing in Android.md

4.3 KB

/.../01. Unit Testing/

01. Testing 1 - 2 - 3.webm

12.5 MB

02. The First Test.webm

15.9 MB

03. Digging Deeper, Answering Questions.webm

27.9 MB

04. Presenting the View.webm

32.2 MB

05. Testing the Presenter.webm

25.5 MB

06. Mocking with Mockito.webm

25.0 MB

/.../02. Unit Testing - Now Featuring Robolectric!/

01. Introducing Robolectric.webm

24.0 MB

02. Testing with Robolectric.webm

23.4 MB

03. Shadows and Intents.webm

25.0 MB

/.../03. UI Testing with Espresso/

01. Introducing Espresso.webm

17.7 MB

02. The First UI Test.webm

20.6 MB

03. Testing the Spinner.webm

30.0 MB

04. Push the Button.webm

18.9 MB

/05. Android Widgets/

01. Introducing Widgets.webm

16.9 MB

02. The AppWidgetProvider.webm

14.5 MB

03. Seeing the Widget.webm

17.0 MB

04. Clicking the Widget.webm

20.2 MB

05. Making it Change Color.webm

20.3 MB

06. Creating a List Widget.webm

23.3 MB

07. Attaching the Adapter.webm

22.0 MB

08. Clicking a List Item.webm

16.2 MB

09. Finishing Up.webm

25.1 MB

Android Widgets.md

1.9 KB

/Project Files/

ListWidget.zip

23.8 MB

/06. Kotlin for Java Developers/

Kotlin for Java Developers.md

6.1 KB

/.../01. Hello Kotlin!/

01. Introducing Kotlin and the Project.webm

12.2 MB

02. Creating the Project.webm

14.9 MB

03. Creating the Card Class.webm

6.7 MB

04. The Card Class Kollectors Edition.webm

15.8 MB

05. Finishing the Card Class.webm

16.2 MB

06. Making the Deck.webm

6.2 MB

07. Stacking the Deck.webm

7.4 MB

08. Compacting the Deck.webm

10.3 MB

09. Using the Deck.webm

10.2 MB

/.../02. Modelling Solitaire/

01. The Big Picture.webm

22.1 MB

02. Building the Foundation.webm

20.4 MB

03. The Surface Is Fine and Powdery.webm

15.3 MB

04. Creating the Tableau.webm

11.8 MB

05. Checking Suits.webm

13.6 MB

06. Removing Cards.webm

19.7 MB

07. Testing the Tableau Adding Cards.webm

9.3 MB

08. Testing the Tableau Removing Cards.webm

18.9 MB

/.../03. Putting It All Together/

01. Let the Games Begin.webm

15.4 MB

02. Finishing the Reset.webm

8.7 MB

03. Handling User Interactions.webm

14.7 MB

04. Playing Cards.webm

14.1 MB

05. Tapping the Tableau.webm

19.8 MB

06. Presenting the Presenter.webm

8.1 MB

07. Finishing the Presenter.webm

15.2 MB

/.../04. Is This Thing On/

01. Seeing Clearly.webm

12.5 MB

02. Well Suited.webm

12.8 MB

03. Planning to Print.webm

7.4 MB

04. Shining, Shimmering, Splendid.webm

17.3 MB

05. Its Alive!.webm

25.1 MB

/07. A note regarding Kotlin and Anko/

A note regarding Kotlin and Anko.md

1.3 KB

 

Total files 143


Copyright © 2025 FileMood.com