TeamTreehouse - Beginning Android (Track) [Thomas]
- CategoryOther
- TypeTutorials
- LanguageEnglish
- Total size2.4 GB
- Uploaded Bythomaskhan
- Downloads282
- Last checkedJul. 30th '22
- Date uploadedJul. 27th '22
- Seeders 24
- Leechers4
TeamTreehouse - Beginning Android (Track) [Thomas]
Course included
├── 01. Learning Java
├── 02. Build a Simple Android App with Java
├── 03. Getting Started with the Android Emulator
├── 04. Build an Interactive Story App
├── 05. Create an Options Menu
├── 06. GitHub and Android Studio
├── 07. Build a Weather App
├── Beginning Android.md
├── README.txt
├── TeamTreehouse - Beginning Android [Thomas].jpg
└── TeamTreehouse - Beginning Android [Thomas].png
Please Seed ~
Files:
TeamTreehouse - Beginning Android (Track) [Thomas] 02. Build a Simple Android App with Java 05. Testing and Debugging- 02. The Android Log.webm (46.6 MB)
- 01. Toast Notifications.webm (15.0 MB)
- 03. Using the Debugger.webm (28.2 MB)
- 04. Running an App on a Device.webm (19.8 MB)
- 05. Wrapping Up.webm (8.2 MB) Project Files
- FunFacts_5-1.zip (13.9 MB)
- FunFacts_5-2.zip (13.9 MB)
- Build a Simple Android App with Java.md (8.5 KB) 01. Getting Started with Android
- 01. Introducing Android.webm (11.5 MB)
- 02. A Brief Introduction to Android Tools.webm (22.1 MB)
- 03. Creating the Fun Facts Project.webm (19.2 MB)
- 04. Running the Fun Facts Project.webm (18.9 MB) Project Files
- FunFacts_1-3.zip (3.8 MB)
- 01. Getting to Know Our Tools.webm (13.7 MB)
- 02. Editing a Layout File.webm (19.6 MB)
- 03. Adding a TextView.webm (13.2 MB)
- 04. Adding a Button.webm (13.6 MB)
- 05. Setting Colors.webm (14.7 MB)
- 06. Setting Padding.webm (3.7 MB)
- 07. Setting a Fullscreen Theme.webm (13.8 MB) Project Files
- FunFacts_2-2.zip (3.8 MB)
- FunFacts_2-3.zip (3.8 MB)
- FunFacts_2-4.zip (14.0 MB)
- FunFacts_2-5.zip (14.0 MB)
- FunFacts_2-6.zip (14.0 MB)
- FunFacts_2-7.zip (14.0 MB)
- 01. Accessing Views in Code Declaring Variables.webm (13.0 MB)
- 02. Accessing Views in Code Assigning Variables.webm (15.7 MB)
- 03. Making a Button Do Something.webm (14.3 MB)
- 04. Adding the OnClick Method.webm (7.4 MB)
- 05. Generating a Random Number.webm (12.1 MB)
- 06. Choosing a Random Fact.webm (20.9 MB) Project Files
- FunFacts_3-1.zip (14.0 MB)
- FunFacts_3-2.zip (14.0 MB)
- FunFacts_3-3.zip (14.0 MB)
- FunFacts_3-4.zip (14.1 MB)
- FunFacts_3-5.zip (14.1 MB)
- FunFacts_3-6.zip (14.1 MB)
- 01. Simple Refactoring Creating a New Class.webm (23.5 MB)
- 02. Simple Refactoring Using a New Class.webm (18.9 MB)
- 03. Dynamically Changing the Background Color.webm (14.9 MB)
- 04. Adding More Colors.webm (12.0 MB)
- 05. Using the New Colors.webm (11.7 MB)
- 06. Adding an App Icon.webm (15.6 MB) Project Files
- FunFacts_4-1.zip (14.1 MB)
- FunFacts_4-2.zip (14.2 MB)
- FunFacts_4-3.zip (14.2 MB)
- FunFacts_4-4.zip (14.2 MB)
- FunFacts_4-5.zip (14.2 MB)
- FunFacts_4-6.zip (13.9 MB)
- README.txt (2.2 KB)
- TeamTreehouse - Beginning Android [Thomas].jpg (142.5 KB)
- TeamTreehouse - Beginning Android [Thomas].png (506.8 KB) 01. Learning Java
- Learning Java.md (0.6 KB)
- Beginning Android.md (3.2 KB) 03. Getting Started with the Android Emulator
- 01. Creating and Running a Virtual Device.webm (14.1 MB)
- 02. Using the Android Device Monitor.webm (18.9 MB)
- Getting Started with the Android Emulator.md (1.2 KB)
- Build an Interactive Story App.md (12.1 KB) 01. User Input
- 01. Introducing the Project.webm (14.1 MB)
- 02. Creating the Project.webm (23.8 MB)
- 03. Introducing ImageViews.webm (20.6 MB)
- 04. Introducing ConstraintLayout.webm (19.6 MB)
- 05. Using EditText for Text Input.webm (22.3 MB) Project Files
- android-interactive-story-project-files-by-video.zip (42.9 MB)
- 01. Changing Theme Colors.webm (9.6 MB)
- 02. Reviewing Features from AppCompat.webm (10.3 MB)
- 03. Handling Different Screen Sizes.webm (12.7 MB)
- 04. Optional Setting Portrait-Only in Code.webm (13.0 MB) Project Files
- android-interactive-story-project-files-by-video.zip (42.9 MB)
- 01. Getting Text from an EditText.webm (31.2 MB)
- 02. Adding a Second Activity.webm (7.4 MB)
- 03. Introducing Intents.webm (10.9 MB)
- 04. Sending Data to a New Activity.webm (7.3 MB)
- 05. Getting Data from an Intent.webm (11.3 MB)
- 06. Investigating a NullPointerException.webm (16.0 MB)
- 07. Introducing String Resources.webm (5.8 MB)
- 08. Getting Resources from the Context.webm (16.5 MB) Project Files
- android-interactive-story-project-files-by-video.zip (42.9 MB)
- 01. What is Model-View-Presenter (MVP).webm (7.9 MB)
- 02. Why Do We Use MVP.webm (12.7 MB)
- 03. Defining the Data Model.webm (5.5 MB)
- 04. Implementing the Data Model.webm (16.2 MB)
- 05. Adding Story Resources.webm (11.3 MB)
- 06. Creating the Story.webm (14.7 MB)
- 07. Adding Custom Constructors.webm (16.1 MB) Project Files
- android-interactive-story-project-files-by-video.zip (42.9 MB)
- 01. Creating the Story Layout.webm (21.3 MB)
- 02. Customizing the Buttons.webm (15.9 MB)
- 03. Introducing ScrollViews.webm (30.1 MB)
- 04. Loading the First Page.webm (19.8 MB)
- 05. Formatting Strings.webm (26.1 MB
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