Arquivo | Tamanho |
---|
1. Set up for Android Development/1. How the Course is Structured.mp4 | 16.25 MB |
1. Set up for Android Development/1. How the Course is Structured.vtt | 3.55 kB |
1. Set up for Android Development/10. Slow PC Make it Run Faster with these Performance Tricks [Windows].mp4 | 6.45 MB |
1. Set up for Android Development/10. Slow PC Make it Run Faster with these Performance Tricks [Windows].vtt | 3.46 kB |
1. Set up for Android Development/2. How to Get All the Free Stuff.mp4 | 2.30 MB |
1. Set up for Android Development/2. How to Get All the Free Stuff.vtt | 1.59 kB |
1. Set up for Android Development/3. Download Your Massive Bundle Here.html | 319.00 B |
1. Set up for Android Development/3.1 12 Rules to Learn to Code.pdf.pdf | 2.25 MB |
1. Set up for Android Development/3.2 App Brewery Massive Bundle.zip.zip | 590.39 MB |
1. Set up for Android Development/4. Developing for Android - Tools for this Course.mp4 | 4.04 MB |
1. Set up for Android Development/4. Developing for Android - Tools for this Course.vtt | 1.54 kB |
1. Set up for Android Development/5. Setup on Mac Android Studio, the JDK & Connecting a Physical Device.mp4 | 30.43 MB |
1. Set up for Android Development/5. Setup on Mac Android Studio, the JDK & Connecting a Physical Device.vtt | 10.90 kB |
1. Set up for Android Development/5.1 Download Android Studio.html | 108.00 B |
1. Set up for Android Development/5.2 Download the Java Development Kit.html | 144.00 B |
1. Set up for Android Development/6. Setup on Windows Android Studio, the JDK & Connecting a Physical Device.mp4 | 34.79 MB |
1. Set up for Android Development/6. Setup on Windows Android Studio, the JDK & Connecting a Physical Device.vtt | 13.93 kB |
1. Set up for Android Development/6.1 List of OEM Device Drivers.html | 114.00 B |
1. Set up for Android Development/6.2 Download the Java Development Kit.html | 144.00 B |
1. Set up for Android Development/6.3 Download Android Studio.html | 108.00 B |
1. Set up for Android Development/7. Troubleshooting Android Device Not Recognised.html | 2.99 kB |
1. Set up for Android Development/8. Configure Android Studio for Productivity Themes, Auto-Import & SDKs.mp4 | 27.49 MB |
1. Set up for Android Development/8. Configure Android Studio for Productivity Themes, Auto-Import & SDKs.vtt | 10.14 kB |
1. Set up for Android Development/9. How to Set Up an Android Emulator with Hardware Acceleration.mp4 | 39.57 MB |
1. Set up for Android Development/9. How to Set Up an Android Emulator with Hardware Acceleration.vtt | 18.31 kB |
1. Set up for Android Development/9.1 Official Android Guide to Configuring Hardware Acceleration.html | 128.00 B |
1. Set up for Android Development/9.2 Genymotion - an alternative Android emulator.html | 88.00 B |
1. Set up for Android Development/9.3 Intel's HAXM Install Instructions.html | 193.00 B |
10. Working with the Constraint Layout & Creating Multiple Layouts/1. Converting to a Constraint Layout & Designing for Multiple Screens.mp4 | 35.29 MB |
10. Working with the Constraint Layout & Creating Multiple Layouts/1. Converting to a Constraint Layout & Designing for Multiple Screens.vtt | 12.10 kB |
10. Working with the Constraint Layout & Creating Multiple Layouts/1.1 activity_main (starting point).xml.xml | 2.26 kB |
10. Working with the Constraint Layout & Creating Multiple Layouts/2. Setting Constraints and Using Built-In Styles.mp4 | 45.43 MB |
10. Working with the Constraint Layout & Creating Multiple Layouts/2. Setting Constraints and Using Built-In Styles.vtt | 18.27 kB |
10. Working with the Constraint Layout & Creating Multiple Layouts/3. Linking Views to Each Other.mp4 | 23.20 MB |
10. Working with the Constraint Layout & Creating Multiple Layouts/3. Linking Views to Each Other.vtt | 9.28 kB |
10. Working with the Constraint Layout & Creating Multiple Layouts/4. Using Guidelines to Position Layout Elements.mp4 | 29.17 MB |
10. Working with the Constraint Layout & Creating Multiple Layouts/4. Using Guidelines to Position Layout Elements.vtt | 10.99 kB |
10. Working with the Constraint Layout & Creating Multiple Layouts/5. Automatically Inferring Constraints with Android Studio.mp4 | 9.12 MB |
10. Working with the Constraint Layout & Creating Multiple Layouts/5. Automatically Inferring Constraints with Android Studio.vtt | 4.15 kB |
10. Working with the Constraint Layout & Creating Multiple Layouts/6. Resource Qualifiers and Layouts for Landscape Mode.mp4 | 24.19 MB |
10. Working with the Constraint Layout & Creating Multiple Layouts/6. Resource Qualifiers and Layouts for Landscape Mode.vtt | 9.70 kB |
10. Working with the Constraint Layout & Creating Multiple Layouts/7. Internationalisation, Resource Qualifiers and the Translations Editor.mp4 | 17.10 MB |
10. Working with the Constraint Layout & Creating Multiple Layouts/7. Internationalisation, Resource Qualifiers and the Translations Editor.vtt | 6.75 kB |
10. Working with the Constraint Layout & Creating Multiple Layouts/8. Creating a Landscape Layout and Adding Content Descriptions for Accessibility.mp4 | 49.09 MB |
10. Working with the Constraint Layout & Creating Multiple Layouts/8. Creating a Landscape Layout and Adding Content Descriptions for Accessibility.vtt | 14.04 kB |
10. Working with the Constraint Layout & Creating Multiple Layouts/9. Complete Layout Source Code.html | 120.00 B |
10. Working with the Constraint Layout & Creating Multiple Layouts/9.1 activity_main (landscape complete).xml.xml | 2.95 kB |
10. Working with the Constraint Layout & Creating Multiple Layouts/9.2 activity_main (portrait complete).xml.xml | 3.04 kB |
11. Java Programming for Intermediates/1. Set up a Standard Java Project in Android Studio.mp4 | 6.28 MB |
11. Java Programming for Intermediates/1. Set up a Standard Java Project in Android Studio.vtt | 2.87 kB |
11. Java Programming for Intermediates/10. Bonus Question.html | 127.00 B |
11. Java Programming for Intermediates/2. Virtual Machines & Program Entry Points main() vs the Android Intent Filter.mp4 | 10.23 MB |
11. Java Programming for Intermediates/2. Virtual Machines & Program Entry Points main() vs the Android Intent Filter.vtt | 5.23 kB |
11. Java Programming for Intermediates/3. Classes and Objects Demystified.mp4 | 11.60 MB |
11. Java Programming for Intermediates/3. Classes and Objects Demystified.vtt | 5.94 kB |
11. Java Programming for Intermediates/4. Fields, the Dot Notation, and an Object's State.mp4 | 7.34 MB |
11. Java Programming for Intermediates/4. Fields, the Dot Notation, and an Object's State.vtt | 3.73 kB |
11. Java Programming for Intermediates/5. Using GettersSetters & Access Modifiers Public v.s. Private.mp4 | 15.26 MB |
11. Java Programming for Intermediates/5. Using GettersSetters & Access Modifiers Public v.s. Private.vtt | 7.21 kB |
11. Java Programming for Intermediates/6. No-Argument Constructors v.s. Parameterised Constructors.mp4 | 18.97 MB |
11. Java Programming for Intermediates/6. No-Argument Constructors v.s. Parameterised Constructors.vtt | 10.62 kB |
11. Java Programming for Intermediates/7. Object Behaviour & Using Methods.mp4 | 24.33 MB |
11. Java Programming for Intermediates/7. Object Behaviour & Using Methods.vtt | 9.68 kB |
11. Java Programming for Intermediates/8. The static Keyword Class Variables & Class Methods.mp4 | 19.22 MB |
11. Java Programming for Intermediates/8. The static Keyword Class Variables & Class Methods.vtt | 8.45 kB |
11. Java Programming for Intermediates/8.1 The Toast Class Source Code.html | 174.00 B |
11. Java Programming for Intermediates/8.2 Toast Class Documentation.html | 126.00 B |
11. Java Programming for Intermediates/9. Inheritance, the protected Modifier & the @Override Annotation.mp4 | 47.13 MB |
11. Java Programming for Intermediates/9. Inheritance, the protected Modifier & the @Override Annotation.vtt | 25.76 kB |
12. Build a Weather App - Use GPS and APIs to Get Data from the Web [Tutorial]/1. What Will We Make.mp4 | 8.12 MB |
12. Build a Weather App - Use GPS and APIs to Get Data from the Web [Tutorial]/1. What Will We Make.vtt | 3.46 kB |
12. Build a Weather App - Use GPS and APIs to Get Data from the Web [Tutorial]/10. Making the HTTP Request for Weather Data.mp4 | 19.81 MB |
12. Build a Weather App - Use GPS and APIs to Get Data from the Web [Tutorial]/10. Making the HTTP Request for Weather Data.vtt | 9.41 kB |
12. Build a Weather App - Use GPS and APIs to Get Data from the Web [Tutorial]/11. The JSON Format Explained.mp4 | 12.17 MB |
12. Build a Weather App - Use GPS and APIs to Get Data from the Web [Tutorial]/11. The JSON Format Explained.vtt | 3.63 kB |
12. Build a Weather App - Use GPS and APIs to Get Data from the Web [Tutorial]/11.1 JSON Visualiser JSON Mate.html | 81.00 B |
12. Build a Weather App - Use GPS and APIs to Get Data from the Web [Tutorial]/11.2 JSON Visualiser JSON Editor Online.html | 93.00 B |
12. Build a Weather App - Use GPS and APIs to Get Data from the Web [Tutorial]/11.3 JSON Homepage.html | 77.00 B |
12. Build a Weather App - Use GPS and APIs to Get Data from the Web [Tutorial]/12. Do you know JSON.html | 535.00 B |
12. Build a Weather App - Use GPS and APIs to Get Data from the Web [Tutorial]/13. Parse the JSON and Handle Exceptions with a Try-Catch Block.mp4 | 27.74 MB |
12. Build a Weather App - Use GPS and APIs to Get Data from the Web [Tutorial]/13. Parse the JSON and Handle Exceptions with a Try-Catch Block.vtt | 11.88 kB |
12. Build a Weather App - Use GPS and APIs to Get Data from the Web [Tutorial]/13.1 Full List of Weather Conditions.html | 105.00 B |
12. Build a Weather App - Use GPS and APIs to Get Data from the Web [Tutorial]/14. Update the UI and Show the Weather to the User.mp4 | 8.99 MB |
12. Build a Weather App - Use GPS and APIs to Get Data from the Web [Tutorial]/14. Update the UI and Show the Weather to the User.vtt | 3.20 kB |
12. Build a Weather App - Use GPS and APIs to Get Data from the Web [Tutorial]/15. Create a New Activity and Link Activity & Layout.mp4 | 10.42 MB |
12. Build a Weather App - Use GPS and APIs to Get Data from the Web [Tutorial]/15. Create a New Activity and Link Activity & Layout.vtt | 4.53 kB |
12. Build a Weather App - Use GPS and APIs to Get Data from the Web [Tutorial]/16. Using Intents to Navigate Between Activities.mp4 | 16.94 MB |
12. Build a Weather App - Use GPS and APIs to Get Data from the Web [Tutorial]/16. Using Intents to Navigate Between Activities.vtt | 6.29 kB |
12. Build a Weather App - Use GPS and APIs to Get Data from the Web [Tutorial]/16.1 Android Intent Documentation.html | 128.00 B |
12. Build a Weather App - Use GPS and APIs to Get Data from the Web [Tutorial]/17. Intent Extras and EditText onEditorAction() Callbacks.mp4 | 10.49 MB |
12. Build a Weather App - Use GPS and APIs to Get Data from the Web [Tutorial]/17. Intent Extras and EditText onEditorAction() Callbacks.vtt | 4.19 kB |
12. Build a Weather App - Use GPS and APIs to Get Data from the Web [Tutorial]/18. API Call with a City Name, the Logical NOT and Freeing Up Resources.mp4 | 11.62 MB |
12. Build a Weather App - Use GPS and APIs to Get Data from the Web [Tutorial]/18. API Call with a City Name, the Logical NOT and Freeing Up Resources.vtt | 4.67 kB |
12. Build a Weather App - Use GPS and APIs to Get Data from the Web [Tutorial]/19. The Complete Code for the Clima App.html | 517.00 B |
12. Build a Weather App - Use GPS and APIs to Get Data from the Web [Tutorial]/19.1 Clima-Completed-master.zip.zip | 718.20 kB |
12. Build a Weather App - Use GPS and APIs to Get Data from the Web [Tutorial]/2. Project Setup & Overview.mp4 | 8.97 MB |
12. Build a Weather App - Use GPS and APIs to Get Data from the Web [Tutorial]/2. Project Setup & Overview.vtt | 4.77 kB |
12. Build a Weather App - Use GPS and APIs to Get Data from the Web [Tutorial]/2.1 Download the Skeleton Project.html | 110.00 B |
12. Build a Weather App - Use GPS and APIs to Get Data from the Web [Tutorial]/3. Get your Own free API Key (App ID).html | 874.00 B |
12. Build a Weather App - Use GPS and APIs to Get Data from the Web [Tutorial]/4. Gradle Project & Module Scripts and Android SDK Compatibility.mp4 | 18.16 MB |
12. Build a Weather App - Use GPS and APIs to Get Data from the Web [Tutorial]/4. Gradle Project & Module Scripts and Android SDK Compatibility.vtt | 6.96 kB |
12. Build a Weather App - Use GPS and APIs to Get Data from the Web [Tutorial]/5. Adding External Libraries as Dependencies with Gradle.mp4 | 26.97 MB |
12. Build a Weather App - Use GPS and APIs to Get Data from the Web [Tutorial]/5. Adding External Libraries as Dependencies with Gradle.vtt | 9.94 kB |
12. Build a Weather App - Use GPS and APIs to Get Data from the Web [Tutorial]/5.1 James Smith's site for the Android Async Http Client Library.html | 97.00 B |
12. Build a Weather App - Use GPS and APIs to Get Data from the Web [Tutorial]/6. Manage App Permissions in the Android Manifest.mp4 | 12.38 MB |
12. Build a Weather App - Use GPS and APIs to Get Data from the Web [Tutorial]/6. Manage App Permissions in the Android Manifest.vtt | 6.98 kB |
12. Build a Weather App - Use GPS and APIs to Get Data from the Web [Tutorial]/7. Runtime Permissions & Using the LocationManager to Get Your Location.mp4 | 40.93 MB |
12. Build a Weather App - Use GPS and APIs to Get Data from the Web [Tutorial]/7. Runtime Permissions & Using the LocationManager to Get Your Location.vtt | 20.13 kB |
12. Build a Weather App - Use GPS and APIs to Get Data from the Web [Tutorial]/8. Networking, HTTP Requests, Status Codes & APIs.mp4 | 24.47 MB |
12. Build a Weather App - Use GPS and APIs to Get Data from the Web [Tutorial]/8. Networking, HTTP Requests, Status Codes & APIs.vtt | 11.15 kB |
12. Build a Weather App - Use GPS and APIs to Get Data from the Web [Tutorial]/8.1 List of HTTP Status Codes.html | 116.00 B |
12. Build a Weather App - Use GPS and APIs to Get Data from the Web [Tutorial]/8.2 Twitter API Documentation.html | 96.00 B |
12. Build a Weather App - Use GPS and APIs to Get Data from the Web [Tutorial]/8.3 Transport for London API Documentation.html | 147.00 B |
12. Build a Weather App - Use GPS and APIs to Get Data from the Web [Tutorial]/8.4 Markit On Demand API Documentation.html | 99.00 B |
12. Build a Weather App - Use GPS and APIs to Get Data from the Web [Tutorial]/8.5 OpenWeatherMap API Documentation.html | 90.00 B |
12. Build a Weather App - Use GPS and APIs to Get Data from the Web [Tutorial]/9. HTTP Response Cheat Sheet.html | 102.00 B |
13. Coding Challenge #4 - REST & APIs - Build a Bitcoin Price Tracker/1. What You Will Create.mp4 | 9.25 MB |
13. Coding Challenge #4 - REST & APIs - Build a Bitcoin Price Tracker/1. What You Will Create.vtt | 3.59 kB |
13. Coding Challenge #4 - REST & APIs - Build a Bitcoin Price Tracker/10. Step 9 Submit Your Assignment on Github [Optional].html | 711.00 B |
13. Coding Challenge #4 - REST & APIs - Build a Bitcoin Price Tracker/11. Bitcoin Ticker Challenge Solution.mp4 | 91.10 MB |
13. Coding Challenge #4 - REST & APIs - Build a Bitcoin Price Tracker/11. Bitcoin Ticker Challenge Solution.vtt | 29.55 kB |
13. Coding Challenge #4 - REST & APIs - Build a Bitcoin Price Tracker/2. Step 1 Import the Project.html | 774.00 B |
13. Coding Challenge #4 - REST & APIs - Build a Bitcoin Price Tracker/3. Step 2 Check out the Files in the Stub Project.html | 730.00 B |
13. Coding Challenge #4 - REST & APIs - Build a Bitcoin Price Tracker/4. Step 3 Add App Permissions to Access the Internet.html | 272.00 B |
13. Coding Challenge #4 - REST & APIs - Build a Bitcoin Price Tracker/5. Step 4 Add the Android Asynchronous Http Client Dependency.html | 663.00 B |
13. Coding Challenge #4 - REST & APIs - Build a Bitcoin Price Tracker/6. Step 5 Set up the Spinner View.html | 2.03 kB |
13. Coding Challenge #4 - REST & APIs - Build a Bitcoin Price Tracker/7. Step 6 Interpret the API Docs and Request a JSON.html | 2.39 kB |
13. Coding Challenge #4 - REST & APIs - Build a Bitcoin Price Tracker/8. Step 7 Make a GET Request Using the Networking Code.html | 1.55 kB |
13. Coding Challenge #4 - REST & APIs - Build a Bitcoin Price Tracker/9. Step 8 Parse the JSON and update the User Interface.html | 1,017.00 B |
14. Build a WhatsApp Clone and learn to use Cloud Data Storage [Tutorial]/1. What Will We Make.mp4 | 8.59 MB |
14. Build a WhatsApp Clone and learn to use Cloud Data Storage [Tutorial]/1. What Will We Make.vtt | 4.89 kB |
14. Build a WhatsApp Clone and learn to use Cloud Data Storage [Tutorial]/10. ListViews, Adapters & ArrayLists.mp4 | 24.92 MB |
14. Build a WhatsApp Clone and learn to use Cloud Data Storage [Tutorial]/10. ListViews, Adapters & ArrayLists.vtt | 9.96 kB |
14. Build a WhatsApp Clone and learn to use Cloud Data Storage [Tutorial]/10.1 BaseAdapter Class Documentation.html | 132.00 B |
14. Build a WhatsApp Clone and learn to use Cloud Data Storage [Tutorial]/10.2 Firebase DataSnapshot Class Documentation.html | 153.00 B |
14. Build a WhatsApp Clone and learn to use Cloud Data Storage [Tutorial]/10.3 Oracle ArrayList Class Documentation.html | 127.00 B |
14. Build a WhatsApp Clone and learn to use Cloud Data Storage [Tutorial]/10.4 Building Layouts with an Adapter.html | 141.00 B |
14. Build a WhatsApp Clone and learn to use Cloud Data Storage [Tutorial]/11. Implementing the ViewHolder Pattern.mp4 | 28.16 MB |
14. Build a WhatsApp Clone and learn to use Cloud Data Storage [Tutorial]/11. Implementing the ViewHolder Pattern.vtt | 13.03 kB |
14. Build a WhatsApp Clone and learn to use Cloud Data Storage [Tutorial]/11.1 Smooth Scrolling in Android.html | 139.00 B |
14. Build a WhatsApp Clone and learn to use Cloud Data Storage [Tutorial]/12. Retrieve Data from Firebase with a ChildEventListener.mp4 | 24.97 MB |
14. Build a WhatsApp Clone and learn to use Cloud Data Storage [Tutorial]/12. Retrieve Data from Firebase with a ChildEventListener.vtt | 9.30 kB |
14. Build a WhatsApp Clone and learn to use Cloud Data Storage [Tutorial]/12.1 Firebase ChildEventListener Documentation.html | 159.00 B |
14. Build a WhatsApp Clone and learn to use Cloud Data Storage [Tutorial]/12.2 Oracle ArrayList Class Documentation.html | 127.00 B |
14. Build a WhatsApp Clone and learn to use Cloud Data Storage [Tutorial]/13. Styling Views with 9 Patch Images.mp4 | 13.65 MB |
14. Build a WhatsApp Clone and learn to use Cloud Data Storage [Tutorial]/13. Styling Views with 9 Patch Images.vtt | 4.95 kB |
14. Build a WhatsApp Clone and learn to use Cloud Data Storage [Tutorial]/13.1 Creating a 9-Patch (Resizable Bitmap).html | 119.00 B |
14. Build a WhatsApp Clone and learn to use Cloud Data Storage [Tutorial]/13.2 Guide to 9-Patch Graphics.html | 140.00 B |
14. Build a WhatsApp Clone and learn to use Cloud Data Storage [Tutorial]/14. Download the Complete Code for the FlashChat App.html | 514.00 B |
14. Build a WhatsApp Clone and learn to use Cloud Data Storage [Tutorial]/14.1 FlashChat-Completed-master.zip.zip | 1.35 MB |
14. Build a WhatsApp Clone and learn to use Cloud Data Storage [Tutorial]/15. Challenge Persist the Username in Firebase instead of Local Storage.html | 1.51 kB |
14. Build a WhatsApp Clone and learn to use Cloud Data Storage [Tutorial]/16. Solution Persisting a username in Firebase.html | 1.59 kB |
14. Build a WhatsApp Clone and learn to use Cloud Data Storage [Tutorial]/2. Project Tour and Overview of Existing Code.mp4 | 24.12 MB |
14. Build a WhatsApp Clone and learn to use Cloud Data Storage [Tutorial]/2. Project Tour and Overview of Existing Code.vtt | 8.73 kB |
14. Build a WhatsApp Clone and learn to use Cloud Data Storage [Tutorial]/2.1 Download the Project Stub.html | 123.00 B |
14. Build a WhatsApp Clone and learn to use Cloud Data Storage [Tutorial]/3. What is Firebase.mp4 | 10.24 MB |
14. Build a WhatsApp Clone and learn to use Cloud Data Storage [Tutorial]/3. What is Firebase.vtt | 5.22 kB |
14. Build a WhatsApp Clone and learn to use Cloud Data Storage [Tutorial]/3.1 Firebase website.html | 89.00 B |
14. Build a WhatsApp Clone and learn to use Cloud Data Storage [Tutorial]/3.2 Firebase & Big Brother.html | 123.00 B |
14. Build a WhatsApp Clone and learn to use Cloud Data Storage [Tutorial]/4. Create a New Project on Firebase and Configure the Android App.mp4 | 24.06 MB |
14. Build a WhatsApp Clone and learn to use Cloud Data Storage [Tutorial]/4. Create a New Project on Firebase and Configure the Android App.vtt | 10.81 kB |
14. Build a WhatsApp Clone and learn to use Cloud Data Storage [Tutorial]/4.1 Access the Firebase Console.html | 97.00 B |
14. Build a WhatsApp Clone and learn to use Cloud Data Storage [Tutorial]/4.2 Full List of Firebase Dependencies.html | 107.00 B |
14. Build a WhatsApp Clone and learn to use Cloud Data Storage [Tutorial]/5. Registering New Users, Validating Data & the Builder Design Pattern.mp4 | 31.15 MB |
14. Build a WhatsApp Clone and learn to use Cloud Data Storage [Tutorial]/5. Registering New Users, Validating Data & the Builder Design Pattern.vtt | 12.90 kB |
14. Build a WhatsApp Clone and learn to use Cloud Data Storage [Tutorial]/5.1 AlertDialog.Builder Class Documentation.html | 137.00 B |
14. Build a WhatsApp Clone and learn to use Cloud Data Storage [Tutorial]/5.2 String Documentation.html | 122.00 B |
14. Build a WhatsApp Clone and learn to use Cloud Data Storage [Tutorial]/5.3 FirebaseAuth Documentation.html | 149.00 B |
14. Build a WhatsApp Clone and learn to use Cloud Data Storage [Tutorial]/5.4 EditText getText() Method.html | 143.00 B |
14. Build a WhatsApp Clone and learn to use Cloud Data Storage [Tutorial]/5.5 Task Class Documentation.html | 255.00 B |
14. Build a WhatsApp Clone and learn to use Cloud Data Storage [Tutorial]/5.6 Android Dialog Guide.html | 119.00 B |
14. Build a WhatsApp Clone and learn to use Cloud Data Storage [Tutorial]/6. Storing Data Locally (on Device) using SharedPreferences.mp4 | 11.79 MB |
14. Build a WhatsApp Clone and learn to use Cloud Data Storage [Tutorial]/6. Storing Data Locally (on Device) using SharedPreferences.vtt | 4.99 kB |
14. Build a WhatsApp Clone and learn to use Cloud Data Storage [Tutorial]/6.1 Guide on using SharedPreferences.html | 131.00 B |
14. Build a WhatsApp Clone and learn to use Cloud Data Storage [Tutorial]/6.2 SharedPreferences Class Documentation.html | 139.00 B |
14. Build a WhatsApp Clone and learn to use Cloud Data Storage [Tutorial]/6.3 getSharedPreferences() Method Documentation.html | 179.00 B |
14. Build a WhatsApp Clone and learn to use Cloud Data Storage [Tutorial]/7. Handling User Login with FirebaseAuth.mp4 | 19.65 MB |
14. Build a WhatsApp Clone and learn to use Cloud Data Storage [Tutorial]/7. Handling User Login with FirebaseAuth.vtt | 8.01 kB |
14. Build a WhatsApp Clone and learn to use Cloud Data Storage [Tutorial]/8. Retrieve the Locally Stored Data.mp4 | 5.45 MB |
14. Build a WhatsApp Clone and learn to use Cloud Data Storage [Tutorial]/8. Retrieve the Locally Stored Data.vtt | 2.15 kB |
14. Build a WhatsApp Clone and learn to use Cloud Data Storage [Tutorial]/9. Create the Model Class & Save Data to the Cloud.mp4 | 21.64 MB |
14. Build a WhatsApp Clone and learn to use Cloud Data Storage [Tutorial]/9. Create the Model Class & Save Data to the Cloud.vtt | 8.10 kB |
14. Build a WhatsApp Clone and learn to use Cloud Data Storage [Tutorial]/9.1 FirebaseDatabase Class Documentation.html | 157.00 B |
14. Build a WhatsApp Clone and learn to use Cloud Data Storage [Tutorial]/9.2 DatabaseReference Class Documentation.html | 158.00 B |
15. App Design Course Introduction/1. Introduction to the App Design Course.mp4 | 2.79 MB |
15. App Design Course Introduction/1. Introduction to the App Design Course.vtt | 2.09 kB |
15. App Design Course Introduction/2. Why is Design Important for an App Entrepreneur.mp4 | 4.11 MB |
15. App Design Course Introduction/2. Why is Design Important for an App Entrepreneur.vtt | 1.92 kB |
15. App Design Course Introduction/3. Designer versus Non-Designer Thinking.mp4 | 5.80 MB |
15. App Design Course Introduction/3. Designer versus Non-Designer Thinking.vtt | 4.50 kB |
16. Colour Theory/1. Understanding the Mood of Your Colour Palette.mp4 | 12.05 MB |
16. Colour Theory/1. Understanding the Mood of Your Colour Palette.vtt | 7.90 kB |
16. Colour Theory/2. How to Combine Colours and Formulate Colour Palettes.mp4 | 6.70 MB |
16. Colour Theory/2. How to Combine Colours and Formulate Colour Palettes.vtt | 5.38 kB |
16. Colour Theory/3. Tools for Designing with Colour.mp4 | 4.34 MB |
16. Colour Theory/3. Tools for Designing with Colour.vtt | 3.75 kB |
16. Colour Theory/3.1 Color Zilla.html | 87.00 B |
16. Colour Theory/3.2 Flat UI Colors.html | 85.00 B |
16. Colour Theory/3.3 Material Palette.html | 93.00 B |
16. Colour Theory/3.4 Color Hunt.html | 81.00 B |
16. Colour Theory/4. Further Reading on Designing with Colour.html | 2.90 kB |
17. Typography/1. Introduction to Typography.mp4 | 1.44 MB |
17. Typography/1. Introduction to Typography.vtt | 1.11 kB |
17. Typography/2. The Serif Font Family - Origins and Use.mp4 | 11.93 MB |
17. Typography/2. The Serif Font Family - Origins and Use.vtt | 6.16 kB |
17. Typography/3. The Sans Serif Font Family - Origins and Use.mp4 | 2.72 MB |
17. Typography/3. The Sans Serif Font Family - Origins and Use.vtt | 2.12 kB |
17. Typography/4. How Typography Determines Readability.mp4 | 4.37 MB |
17. Typography/4. How Typography Determines Readability.vtt | 3.50 kB |
17. Typography/5. How to Combine Fonts Like a Pro.mp4 | 10.10 MB |
17. Typography/5. How to Combine Fonts Like a Pro.vtt | 7.55 kB |
17. Typography/6. Further Reading about Typography.html | 5.44 kB |
18. The Fundamentals of User Interface (UI) Design for Mobile/1. Introduction to User Interface Design.mp4 | 1.13 MB |
18. The Fundamentals of User Interface (UI) Design for Mobile/1. Introduction to User Interface Design.vtt | 940.00 B |
18. The Fundamentals of User Interface (UI) Design for Mobile/2. The Tour Guide Approach to UI Design.mp4 | 5.11 MB |
18. The Fundamentals of User Interface (UI) Design for Mobile/2. The Tour Guide Approach to UI Design.vtt | 4.11 kB |
18. The Fundamentals of User Interface (UI) Design for Mobile/2.1 Web Design in 4 Minutes.html | 103.00 B |
18. The Fundamentals of User Interface (UI) Design for Mobile/3. The Importance of Alignment.mp4 | 4.75 MB |
18. The Fundamentals of User Interface (UI) Design for Mobile/3. The Importance of Alignment.vtt | 3.39 kB |
18. The Fundamentals of User Interface (UI) Design for Mobile/4. What is Good Practice in Interaction Design.mp4 | 13.55 MB |
18. The Fundamentals of User Interface (UI) Design for Mobile/4. What is Good Practice in Interaction Design.vtt | 10.63 kB |
18. The Fundamentals of User Interface (UI) Design for Mobile/5. Colour in User Interface Design.mp4 | 3.96 MB |
18. The Fundamentals of User Interface (UI) Design for Mobile/5. Colour in User Interface Design.vtt | 2.98 kB |
18. The Fundamentals of User Interface (UI) Design for Mobile/5.1 Link to the Dribbble search by colour tool.html | 95.00 B |
18. The Fundamentals of User Interface (UI) Design for Mobile/6. The Many Ways of Designing Text Overlays.mp4 | 6.64 MB |
18. The Fundamentals of User Interface (UI) Design for Mobile/6. The Many Ways of Designing Text Overlays.vtt | 3.99 kB |
18. The Fundamentals of User Interface (UI) Design for Mobile/7. How to Be an Attention Architect.mp4 | 7.67 MB |
18. The Fundamentals of User Interface (UI) Design for Mobile/7. How to Be an Attention Architect.vtt | 5.94 kB |
18. The Fundamentals of User Interface (UI) Design for Mobile/7.1 What Clients Say and What Clients Mean - Translating Client Speak.html | 133.00 B |
18. The Fundamentals of User Interface (UI) Design for Mobile/8. Further Reading on User Interface Design.html | 3.70 kB |
19. The Fundamentals of User Experience (UX) Design for Mobile/1. Introduction to User Experience Design.mp4 | 14.82 MB |
19. The Fundamentals of User Experience (UX) Design for Mobile/1. Introduction to User Experience Design.vtt | 5.45 kB |
19. The Fundamentals of User Experience (UX) Design for Mobile/10. Idiot Boxes.mp4 | 6.78 MB |
19. The Fundamentals of User Experience (UX) Design for Mobile/10. Idiot Boxes.vtt | 4.82 kB |
19. The Fundamentals of User Experience (UX) Design for Mobile/11. Further Reading on User Experience Design.html | 5.15 kB |
19. The Fundamentals of User Experience (UX) Design for Mobile/2. Usability.mp4 | 10.26 MB |
19. The Fundamentals of User Experience (UX) Design for Mobile/2. Usability.vtt | 6.25 kB |
19. The Fundamentals of User Experience (UX) Design for Mobile/3. Asking for Permissions.mp4 | 5.79 MB |
19. The Fundamentals of User Experience (UX) Design for Mobile/3. Asking for Permissions.vtt | 3.96 kB |
19. The Fundamentals of User Experience (UX) Design for Mobile/4. User Profiling.mp4 | 4.96 MB |
19. The Fundamentals of User Experience (UX) Design for Mobile/4. User Profiling.vtt | 3.00 kB |
19. The Fundamentals of User Experience (UX) Design for Mobile/5. Form vs. Function.mp4 | 4.99 MB |
19. The Fundamentals of User Experience (UX) Design for Mobile/5. Form vs. Function.vtt | 2.76 kB |
19. The Fundamentals of User Experience (UX) Design for Mobile/6. Consistency.mp4 | 5.54 MB |
19. The Fundamentals of User Experience (UX) Design for Mobile/6. Consistency.vtt | 3.37 kB |
19. The Fundamentals of User Experience (UX) Design for Mobile/7. Simplicity.mp4 | 8.27 MB |
19. The Fundamentals of User Experience (UX) Design for Mobile/7. Simplicity.vtt | 5.29 kB |
19. The Fundamentals of User Experience (UX) Design for Mobile/8. Don't Make Me Think.mp4 | 12.90 MB |
19. The Fundamentals of User Experience (UX) Design for Mobile/8. Don't Make Me Think.vtt | 9.01 kB |
19. The Fundamentals of User Experience (UX) Design for Mobile/9. Onboarding.mp4 | 4.85 MB |
19. The Fundamentals of User Experience (UX) Design for Mobile/9. Onboarding.vtt | 3.23 kB |
2. Build the I am Rich App to learn about project structure and XML [Tutorial]/1. What Will We Make.mp4 | 3.19 MB |
2. Build the I am Rich App to learn about project structure and XML [Tutorial]/1. What Will We Make.vtt | 2.34 kB |
2. Build the I am Rich App to learn about project structure and XML [Tutorial]/10. Understand the Android Project Structure.mp4 | 7.96 MB |
2. Build the I am Rich App to learn about project structure and XML [Tutorial]/10. Understand the Android Project Structure.vtt | 4.29 kB |
2. Build the I am Rich App to learn about project structure and XML [Tutorial]/11. The Wonderful World of Version Control Installing Git.mp4 | 24.82 MB |
2. Build the I am Rich App to learn about project structure and XML [Tutorial]/11. The Wonderful World of Version Control Installing Git.vtt | 10.17 kB |
2. Build the I am Rich App to learn about project structure and XML [Tutorial]/11.1 Installing Git for Mac.html | 118.00 B |
2. Build the I am Rich App to learn about project structure and XML [Tutorial]/11.2 Installing Git for Windows.html | 95.00 B |
2. Build the I am Rich App to learn about project structure and XML [Tutorial]/12. Git Installation Links.html | 694.00 B |
2. Build the I am Rich App to learn about project structure and XML [Tutorial]/2. Creating a New Android Studio Project and Choosing the API Level.mp4 | 20.88 MB |
2. Build the I am Rich App to learn about project structure and XML [Tutorial]/2. Creating a New Android Studio Project and Choosing the API Level.vtt | 10.35 kB |
2. Build the I am Rich App to learn about project structure and XML [Tutorial]/3. Working with the Layout Editor, Strings, and App Themes.mp4 | 30.62 MB |
2. Build the I am Rich App to learn about project structure and XML [Tutorial]/3. Working with the Layout Editor, Strings, and App Themes.vtt | 13.98 kB |
2. Build the I am Rich App to learn about project structure and XML [Tutorial]/3.1 XML-Starter-Code-Snippet.txt.txt | 609.00 B |
2. Build the I am Rich App to learn about project structure and XML [Tutorial]/4. Adding Graphics to a Project and using ImageViews.mp4 | 17.63 MB |
2. Build the I am Rich App to learn about project structure and XML [Tutorial]/4. Adding Graphics to a Project and using ImageViews.vtt | 8.27 kB |
2. Build the I am Rich App to learn about project structure and XML [Tutorial]/4.1 I am Rich Assets.zip.zip | 462.53 kB |
2. Build the I am Rich App to learn about project structure and XML [Tutorial]/5. What is XML and How Does it Work.mp4 | 32.96 MB |
2. Build the I am Rich App to learn about project structure and XML [Tutorial]/5. What is XML and How Does it Work.vtt | 8.75 kB |
2. Build the I am Rich App to learn about project structure and XML [Tutorial]/6. XML Code Demystified.html | 1.84 kB |
2. Build the I am Rich App to learn about project structure and XML [Tutorial]/7. Setting a Custom Launcher Icon.mp4 | 14.86 MB |
2. Build the I am Rich App to learn about project structure and XML [Tutorial]/7. Setting a Custom Launcher Icon.vtt | 6.86 kB |
2. Build the I am Rich App to learn about project structure and XML [Tutorial]/8. Running the App to Test it Out!.mp4 | 5.62 MB |
2. Build the I am Rich App to learn about project structure and XML [Tutorial]/8. Running the App to Test it Out!.vtt | 2.77 kB |
2. Build the I am Rich App to learn about project structure and XML [Tutorial]/9. Design the App's Screen in the Layout XML.mp4 | 11.51 MB |
2. Build the I am Rich App to learn about project structure and XML [Tutorial]/9. Design the App's Screen in the Layout XML.vtt | 5.47 kB |
20. Designing for iOS vs. Android - What are the Important Differences/1. Android vs. iOS Design.mp4 | 5.33 MB |
20. Designing for iOS vs. Android - What are the Important Differences/1. Android vs. iOS Design.vtt | 3.56 kB |
20. Designing for iOS vs. Android - What are the Important Differences/2. Navigation.mp4 | 4.93 MB |
20. Designing for iOS vs. Android - What are the Important Differences/2. Navigation.vtt | 3.61 kB |
20. Designing for iOS vs. Android - What are the Important Differences/3. The Devil is in the Details.mp4 | 1.82 MB |
20. Designing for iOS vs. Android - What are the Important Differences/3. The Devil is in the Details.vtt | 1.35 kB |
20. Designing for iOS vs. Android - What are the Important Differences/4. Differences in Icon Design.mp4 | 937.32 kB |
20. Designing for iOS vs. Android - What are the Important Differences/4. Differences in Icon Design.vtt | 674.00 B |
20. Designing for iOS vs. Android - What are the Important Differences/5. Flat vs. Material Design.mp4 | 4.09 MB |
20. Designing for iOS vs. Android - What are the Important Differences/5. Flat vs. Material Design.vtt | 2.90 kB |
20. Designing for iOS vs. Android - What are the Important Differences/6. Differences in Establishing Visual Hierarchy.mp4 | 1.21 MB |
20. Designing for iOS vs. Android - What are the Important Differences/6. Differences in Establishing Visual Hierarchy.vtt | 888.00 B |
20. Designing for iOS vs. Android - What are the Important Differences/7. iOS and Android Design Guidelines.mp4 | 4.95 MB |
20. Designing for iOS vs. Android - What are the Important Differences/7. iOS and Android Design Guidelines.vtt | 3.56 kB |
20. Designing for iOS vs. Android - What are the Important Differences/7.1 Material Design Guidelines.html | 89.00 B |
20. Designing for iOS vs. Android - What are the Important Differences/7.2 iOS Human Interface Design Guidelines.html | 147.00 B |
21. Putting it All Together - A Step-By-Step Guide to the Mobile Design Workflow/1. Step 1 Design Patterns and Colour Palettes.mp4 | 6.98 MB |
21. Putting it All Together - A Step-By-Step Guide to the Mobile Design Workflow/1. Step 1 Design Patterns and Colour Palettes.vtt | 4.66 kB |
21. Putting it All Together - A Step-By-Step Guide to the Mobile Design Workflow/1.1 Pttrns.html | 79.00 B |
21. Putting it All Together - A Step-By-Step Guide to the Mobile Design Workflow/1.2 Flat UI Colors.html | 85.00 B |
21. Putting it All Together - A Step-By-Step Guide to the Mobile Design Workflow/1.3 Material Design Palette for Android.html | 93.00 B |
21. Putting it All Together - A Step-By-Step Guide to the Mobile Design Workflow/1.4 Color Hunt.html | 81.00 B |
21. Putting it All Together - A Step-By-Step Guide to the Mobile Design Workflow/1.5 Mobile Patterns.html | 92.00 B |
21. Putting it All Together - A Step-By-Step Guide to the Mobile Design Workflow/10. How to Create Prototypes with Marvel App.mp4 | 14.43 MB |
21. Putting it All Together - A Step-By-Step Guide to the Mobile Design Workflow/10. How to Create Prototypes with Marvel App.vtt | 5.87 kB |
21. Putting it All Together - A Step-By-Step Guide to the Mobile Design Workflow/10.1 Check Out My Example Prototype Create with Sketch and Marvel.html | 90.00 B |
21. Putting it All Together - A Step-By-Step Guide to the Mobile Design Workflow/10.2 Get Access to Mavel App Here.html | 90.00 B |
21. Putting it All Together - A Step-By-Step Guide to the Mobile Design Workflow/11. Your Turn to Create a Prototype.mp4 | 2.52 MB |
21. Putting it All Together - A Step-By-Step Guide to the Mobile Design Workflow/11. Your Turn to Create a Prototype.vtt | 1.75 kB |
21. Putting it All Together - A Step-By-Step Guide to the Mobile Design Workflow/11.1 My Example Prototype Created with Marvel App.html | 90.00 B |
21. Putting it All Together - A Step-By-Step Guide to the Mobile Design Workflow/11.2 Download the Free Android Marvel App to See Your App on Your Phone.html | 120.00 B |
21. Putting it All Together - A Step-By-Step Guide to the Mobile Design Workflow/11.3 Download the Free iOS Marvel App to See Your App on Your Phone.html | 87.00 B |
21. Putting it All Together - A Step-By-Step Guide to the Mobile Design Workflow/2. Step 2 How to Design User Flow Diagrams.mp4 | 14.64 MB |
21. Putting it All Together - A Step-By-Step Guide to the Mobile Design Workflow/2. Step 2 How to Design User Flow Diagrams.vtt | 9.36 kB |
21. Putting it All Together - A Step-By-Step Guide to the Mobile Design Workflow/3. Step 3 How to Create Wireframes.mp4 | 23.09 MB |
21. Putting it All Together - A Step-By-Step Guide to the Mobile Design Workflow/3. Step 3 How to Create Wireframes.vtt | 13.16 kB |
21. Putting it All Together - A Step-By-Step Guide to the Mobile Design Workflow/3.1 UI Stencils' Free Downloadable Design Templates.html | 128.00 B |
21. Putting it All Together - A Step-By-Step Guide to the Mobile Design Workflow/3.2 Free Download of Pop App by WooMoo (iOS App Store).html | 101.00 B |
21. Putting it All Together - A Step-By-Step Guide to the Mobile Design Workflow/3.3 Free Download of Pop App by WooMoo (Google Play Store).html | 120.00 B |
21. Putting it All Together - A Step-By-Step Guide to the Mobile Design Workflow/3.4 Wireframe cc.html | 82.00 B |
21. Putting it All Together - A Step-By-Step Guide to the Mobile Design Workflow/3.5 Free Download of Pop App by WooMoo (Windows Tablet).html | 141.00 B |
21. Putting it All Together - A Step-By-Step Guide to the Mobile Design Workflow/4. Step 4 How to Create Professional Mockups.mp4 | 8.35 MB |
21. Putting it All Together - A Step-By-Step Guide to the Mobile Design Workflow/4. Step 4 How to Create Professional Mockups.vtt | 6.42 kB |
21. Putting it All Together - A Step-By-Step Guide to the Mobile Design Workflow/4.1 PhotoshopIllustrator.html | 106.00 B |
21. Putting it All Together - A Step-By-Step Guide to the Mobile Design Workflow/4.2 Canva.html | 83.00 B |
21. Putting it All Together - A Step-By-Step Guide to the Mobile Design Workflow/4.3 Sketch 3.html | 87.00 B |
21. Putting it All Together - A Step-By-Step Guide to the Mobile Design Workflow/4.4 Marvel.html | 93.00 B |
21. Putting it All Together - A Step-By-Step Guide to the Mobile Design Workflow/5. How to Use Sketch (4.1) to Create Mockups for Mobile.mp4 | 37.41 MB |
21. Putting it All Together - A Step-By-Step Guide to the Mobile Design Workflow/5. How to Use Sketch (4.1) to Create Mockups for Mobile.vtt | 19.17 kB |
21. Putting it All Together - A Step-By-Step Guide to the Mobile Design Workflow/5.1 Mockup for the example workout app.html | 88.00 B |
21. Putting it All Together - A Step-By-Step Guide to the Mobile Design Workflow/6. How to Use Canva to Create Mockups.mp4 | 10.22 MB |
21. Putting it All Together - A Step-By-Step Guide to the Mobile Design Workflow/6. How to Use Canva to Create Mockups.vtt | 4.00 kB |
21. Putting it All Together - A Step-By-Step Guide to the Mobile Design Workflow/6.1 Canva.html | 83.00 B |
21. Putting it All Together - A Step-By-Step Guide to the Mobile Design Workflow/7. Your Turn to Create Your Own Mockups.mp4 | 5.00 MB |
21. Putting it All Together - A Step-By-Step Guide to the Mobile Design Workflow/7. Your Turn to Create Your Own Mockups.vtt | 2.55 kB |
21. Putting it All Together - A Step-By-Step Guide to the Mobile Design Workflow/7.1 Tools for Creating Mockups - Placeit.html | 81.00 B |
21. Putting it All Together - A Step-By-Step Guide to the Mobile Design Workflow/7.2 Tools for Creating Mockups - Smart Mockups.html | 85.00 B |
21. Putting it All Together - A Step-By-Step Guide to the Mobile Design Workflow/7.3 Alternatives to Sketch - Invisionapp.html | 89.00 B |
21. Putting it All Together - A Step-By-Step Guide to the Mobile Design Workflow/7.4 Alternatives to Sketch - Moqups.html | 80.00 B |
21. Putting it All Together - A Step-By-Step Guide to the Mobile Design Workflow/7.5 Alternatives to Sketch - UX Pin.html | 83.00 B |
21. Putting it All Together - A Step-By-Step Guide to the Mobile Design Workflow/7.6 Tools for Creating Mockups - Magic Mockups.html | 85.00 B |
21. Putting it All Together - A Step-By-Step Guide to the Mobile Design Workflow/7.7 Alternatives to Sketch - Marvel.html | 83.00 B |
21. Putting it All Together - A Step-By-Step Guide to the Mobile Design Workflow/8. Step 5 How to Create Animated App Prototypes.mp4 | 7.21 MB |
21. Putting it All Together - A Step-By-Step Guide to the Mobile Design Workflow/8. Step 5 How to Create Animated App Prototypes.vtt | 4.71 kB |
21. Putting it All Together - A Step-By-Step Guide to the Mobile Design Workflow/8.1 Principle.html | 88.00 B |
21. Putting it All Together - A Step-By-Step Guide to the Mobile Design Workflow/8.2 Proto.io.html | 78.00 B |
21. Putting it All Together - A Step-By-Step Guide to the Mobile Design Workflow/8.3 Marvel App.html | 83.00 B |
21. Putting it All Together - A Step-By-Step Guide to the Mobile Design Workflow/8.4 InVision App.html | 89.00 B |
21. Putting it All Together - A Step-By-Step Guide to the Mobile Design Workflow/8.5 Mac Keynote App.html | 93.00 B |
21. Putting it All Together - A Step-By-Step Guide to the Mobile Design Workflow/9. How to Create Animated Prototypes with Keynote.mp4 | 18.57 MB |
21. Putting it All Together - A Step-By-Step Guide to the Mobile Design Workflow/9. How to Create Animated Prototypes with Keynote.vtt | 9.73 kB |
22. Resources/1. Where to Find Free-For-Commercial Use Image Assets.html | 454.00 B |
22. Resources/2. Where to Find Free-For-Commercial Use Icons.html | 449.00 B |
22. Resources/3. Keep Learning and Improving!.mp4 | 3.62 MB |
22. Resources/3. Keep Learning and Improving!.vtt | 1.47 kB |
22. Resources/3.1 Sign up to the LAB Report here.html | 100.00 B |
23. The Complete App Marketing Course/1. The Importance of App Marketing.mp4 | 1.84 MB |
23. The Complete App Marketing Course/1. The Importance of App Marketing.vtt | 1.44 kB |
23. The Complete App Marketing Course/2. The Fallacy of Build it and They Will Come.mp4 | 9.06 MB |
23. The Complete App Marketing Course/2. The Fallacy of Build it and They Will Come.vtt | 6.63 kB |
24. Idea Validation - Save Yourself Time and Money/1. The Importance of Idea Validation.mp4 | 14.16 MB |
24. Idea Validation - Save Yourself Time and Money/1. The Importance of Idea Validation.vtt | 7.31 kB |
24. Idea Validation - Save Yourself Time and Money/2. 1. The Simplest Way of Validating Your Idea - The Starbucks Method.mp4 | 13.50 MB |
24. Idea Validation - Save Yourself Time and Money/2. 1. The Simplest Way of Validating Your Idea - The Starbucks Method.vtt | 9.48 kB |
24. Idea Validation - Save Yourself Time and Money/3. 2. Using Google Trends to Estimate the Size of Your Market.mp4 | 9.46 MB |
24. Idea Validation - Save Yourself Time and Money/3. 2. Using Google Trends to Estimate the Size of Your Market.vtt | 7.01 kB |
24. Idea Validation - Save Yourself Time and Money/3.1 Google Trends.html | 96.00 B |
24. Idea Validation - Save Yourself Time and Money/3.2 Google Adwords Keyword Planner.html | 102.00 B |
24. Idea Validation - Save Yourself Time and Money/4. 3. The Landing Page Validation Method.mp4 | 27.58 MB |
24. Idea Validation - Save Yourself Time and Money/4. 3. The Landing Page Validation Method.vtt | 21.44 kB |
24. Idea Validation - Save Yourself Time and Money/5. How to Create a Landing Page Website in Less than an Hour.mp4 | 8.40 MB |
24. Idea Validation - Save Yourself Time and Money/5. How to Create a Landing Page Website in Less than an Hour.vtt | 4.60 kB |
24. Idea Validation - Save Yourself Time and Money/5.1 Square Space.html | 89.00 B |
24. Idea Validation - Save Yourself Time and Money/5.2 Leadpages.html | 87.00 B |
24. Idea Validation - Save Yourself Time and Money/5.3 Start Bootstrap.html | 88.00 B |
24. Idea Validation - Save Yourself Time and Money/5.4 Wordpress.html | 83.00 B |
24. Idea Validation - Save Yourself Time and Money/5.5 Unbounce.html | 82.00 B |
24. Idea Validation - Save Yourself Time and Money/6. 4. Creating a Minimum Viable Product.mp4 | 16.60 MB |
24. Idea Validation - Save Yourself Time and Money/6. 4. Creating a Minimum Viable Product.vtt | 10.53 kB |
24. Idea Validation - Save Yourself Time and Money/6.1 Quick MVP.html | 82.00 B |
24. Idea Validation - Save Yourself Time and Money/6.2 Gimlet Media - MVP Story.html | 120.00 B |
24. Idea Validation - Save Yourself Time and Money/6.3 Gimlet Media - Startup Stories (Grooveshark Story).html | 128.00 B |
24. Idea Validation - Save Yourself Time and Money/7. 5. Using Crowd-funding to Validate and Fund Your Idea.mp4 | 17.28 MB |
24. Idea Validation - Save Yourself Time and Money/7. 5. Using Crowd-funding to Validate and Fund Your Idea.vtt | 7.64 kB |
24. Idea Validation - Save Yourself Time and Money/7.1 The Complete Crowdfunding Course. Get it for $19 with this Code!.html | 159.00 B |
25. App Monetisation Methods - How to Make Money From Your App/1. How to Monetise Your App on iOS vs. Android.mp4 | 5.21 MB |
25. App Monetisation Methods - How to Make Money From Your App/1. How to Monetise Your App on iOS vs. Android.vtt | 4.03 kB |
25. App Monetisation Methods - How to Make Money From Your App/2. When You Should Create a Paid App.mp4 | 15.59 MB |
25. App Monetisation Methods - How to Make Money From Your App/2. When You Should Create a Paid App.vtt | 9.45 kB |
25. App Monetisation Methods - How to Make Money From Your App/3. When to use In-App Advertisements.mp4 | 10.89 MB |
25. App Monetisation Methods - How to Make Money From Your App/3. When to use In-App Advertisements.vtt | 8.19 kB |
25. App Monetisation Methods - How to Make Money From Your App/4. How You Thought About These Alternative Monetisation Models.mp4 | 11.28 MB |
25. App Monetisation Methods - How to Make Money From Your App/4. How You Thought About These Alternative Monetisation Models.vtt | 8.34 kB |
26. How to Optimise Your App Store Listing/1. How to Get an App icon Designed without Breaking the Bank.mp4 | 9.04 MB |
26. How to Optimise Your App Store Listing/1. How to Get an App icon Designed without Breaking the Bank.vtt | 5.43 kB |
26. How to Optimise Your App Store Listing/1.1 99 Designs.html | 85.00 B |
26. How to Optimise Your App Store Listing/1.2 Fiverr.html | 84.00 B |
26. How to Optimise Your App Store Listing/2. Split Testing for Super Success.mp4 | 11.31 MB |
26. How to Optimise Your App Store Listing/2. Split Testing for Super Success.vtt | 7.71 kB |
26. How to Optimise Your App Store Listing/2.1 Store Maven.html | 88.00 B |
26. How to Optimise Your App Store Listing/3. What Makes a Good App Icon.mp4 | 1.90 MB |
26. How to Optimise Your App Store Listing/3. What Makes a Good App Icon.vtt | 1.53 kB |
26. How to Optimise Your App Store Listing/4. The Dos and Don'ts of Making App Screenshots.mp4 | 7.40 MB |
26. How to Optimise Your App Store Listing/4. The Dos and Don'ts of Making App Screenshots.vtt | 3.96 kB |
26. How to Optimise Your App Store Listing/4.1 LaunchKit (now open source).html | 99.00 B |
26. How to Optimise Your App Store Listing/4.2 MockUPhone.html | 92.00 B |
26. How to Optimise Your App Store Listing/5. Tools for Building Screenshots.mp4 | 2.14 MB |
26. How to Optimise Your App Store Listing/5. Tools for Building Screenshots.vtt | 1.67 kB |
27. Growth Hacking Techniques for App Downloads/1. Your First 1000 Customers.mp4 | 6.67 MB |
27. Growth Hacking Techniques for App Downloads/1. Your First 1000 Customers.vtt | 4.28 kB |
27. Growth Hacking Techniques for App Downloads/1.1 1000 True Fans.html | 102.00 B |
27. Growth Hacking Techniques for App Downloads/10. Cross Promotion.mp4 | 2.71 MB |
27. Growth Hacking Techniques for App Downloads/10. Cross Promotion.vtt | 1.59 kB |
27. Growth Hacking Techniques for App Downloads/11. Social Referrals and Social Queuing.mp4 | 6.27 MB |
27. Growth Hacking Techniques for App Downloads/11. Social Referrals and Social Queuing.vtt | 4.61 kB |
27. Growth Hacking Techniques for App Downloads/11.1 Maître.html | 82.00 B |
27. Growth Hacking Techniques for App Downloads/12. How to Make Social Media Work for You.mp4 | 7.91 MB |
27. Growth Hacking Techniques for App Downloads/12. How to Make Social Media Work for You.vtt | 6.09 kB |
27. Growth Hacking Techniques for App Downloads/2. Building an Email List.mp4 | 3.15 MB |
27. Growth Hacking Techniques for App Downloads/2. Building an Email List.vtt | 3.06 kB |
27. Growth Hacking Techniques for App Downloads/3. The All Important Landing Page.mp4 | 12.87 MB |
27. Growth Hacking Techniques for App Downloads/3. The All Important Landing Page.vtt | 9.38 kB |
27. Growth Hacking Techniques for App Downloads/3.1 Thinking, Fast and Slow = Daniel Kahneman.html | 286.00 B |
27. Growth Hacking Techniques for App Downloads/3.2 The Psychology of Influence - Robert Cialdini.html | 197.00 B |
27. Growth Hacking Techniques for App Downloads/4. Blogging Your Way to Success.mp4 | 9.24 MB |
27. Growth Hacking Techniques for App Downloads/4. Blogging Your Way to Success.vtt | 6.24 kB |
27. Growth Hacking Techniques for App Downloads/4.1 Loose Leaf.html | 90.00 B |
27. Growth Hacking Techniques for App Downloads/4.2 A Blogging Example.html | 119.00 B |
27. Growth Hacking Techniques for App Downloads/5. Content Marketing for App Downloads.mp4 | 5.60 MB |
27. Growth Hacking Techniques for App Downloads/5. Content Marketing for App Downloads.vtt | 3.88 kB |
27. Growth Hacking Techniques for App Downloads/5.1 Fit Men Cook.html | 176.00 B |
27. Growth Hacking Techniques for App Downloads/5.2 7 Minute Workout.html | 165.00 B |
27. Growth Hacking Techniques for App Downloads/6. How to Successfully Launch on Product Hunt.mp4 | 33.07 MB |
27. Growth Hacking Techniques for App Downloads/6. How to Successfully Launch on Product Hunt.vtt | 11.72 kB |
27. Growth Hacking Techniques for App Downloads/6.1 PH Leaderboard.html | 99.00 B |
27. Growth Hacking Techniques for App Downloads/6.2 Product Hunt.html | 89.00 B |
27. Growth Hacking Techniques for App Downloads/7. How to Launch on Beta List.mp4 | 2.55 MB |
27. Growth Hacking Techniques for App Downloads/7. How to Launch on Beta List.vtt | 1.86 kB |
27. Growth Hacking Techniques for App Downloads/7.1 BetaList.html | 82.00 B |
27. Growth Hacking Techniques for App Downloads/8. How to Launch on Hacker News.mp4 | 5.95 MB |
27. Growth Hacking Techniques for App Downloads/8. How to Launch on Hacker News.vtt | 3.11 kB |
27. Growth Hacking Techniques for App Downloads/8.1 Hacker News.html | 90.00 B |
27. Growth Hacking Techniques for App Downloads/9. If At First You Don't Succeed....mp4 | 5.99 MB |
27. Growth Hacking Techniques for App Downloads/9. If At First You Don't Succeed....vtt | 3.00 kB |
28. How to Get Press Coverage for Your App/1. Do I need a PR Agency.mp4 | 1.33 MB |
28. How to Get Press Coverage for Your App/1. Do I need a PR Agency.vtt | 1.23 kB |
28. How to Get Press Coverage for Your App/10. What if You Still Can't Get Anyone to Write About You.mp4 | 6.89 MB |
28. How to Get Press Coverage for Your App/10. What if You Still Can't Get Anyone to Write About You.vtt | 5.34 kB |
28. How to Get Press Coverage for Your App/10.1 HARO.html | 91.00 B |
28. How to Get Press Coverage for Your App/10.2 Journo Requests.html | 92.00 B |
28. How to Get Press Coverage for Your App/10.3 Response Source.html | 92.00 B |
28. How to Get Press Coverage for Your App/11. Final Tips on Getting Press.mp4 | 5.13 MB |
28. How to Get Press Coverage for Your App/11. Final Tips on Getting Press.vtt | 2.52 kB |
28. How to Get Press Coverage for Your App/11.1 Trust me, I'm lying (Ryan Holiday).html | 288.00 B |
28. How to Get Press Coverage for Your App/11.2 The Press Release is Dead (Mike Butcher).html | 116.00 B |
28. How to Get Press Coverage for Your App/2. Not All Press is Created Equal.mp4 | 1.32 MB |
28. How to Get Press Coverage for Your App/2. Not All Press is Created Equal.vtt | 929.00 B |
28. How to Get Press Coverage for Your App/3. How to Craft Your Story.mp4 | 9.57 MB |
28. How to Get Press Coverage for Your App/3. How to Craft Your Story.vtt | 6.79 kB |
28. How to Get Press Coverage for Your App/4. How to Craft Your Pitch.mp4 | 3.16 MB |
28. How to Get Press Coverage for Your App/4. How to Craft Your Pitch.vtt | 2.22 kB |
28. How to Get Press Coverage for Your App/5. How to Figure Out Which Journalists to Pitch.mp4 | 6.00 MB |
28. How to Get Press Coverage for Your App/5. How to Figure Out Which Journalists to Pitch.vtt | 3.73 kB |
28. How to Get Press Coverage for Your App/5.1 Buzzsumo.html | 81.00 B |
28. How to Get Press Coverage for Your App/6. How to Find Anyone's Email Address.mp4 | 2.39 MB |
28. How to Get Press Coverage for Your App/6. How to Find Anyone's Email Address.vtt | 2.19 kB |
28. How to Get Press Coverage for Your App/6.1 Voila Norbert.html | 90.00 B |
28. How to Get Press Coverage for Your App/7. How to Pitch a Journalist.mp4 | 8.14 MB |
28. How to Get Press Coverage for Your App/7. How to Pitch a Journalist.vtt | 6.37 kB |
28. How to Get Press Coverage for Your App/7.1 Boomerang for Gmail.html | 91.00 B |
28. How to Get Press Coverage for Your App/7.2 HubSpot Sales (previously known as SideKick).html | 114.00 B |
28. How to Get Press Coverage for Your App/8. Just-Add-Water Journalist Pitch Email.html | 905.00 B |
28. How to Get Press Coverage for Your App/9. Establishing a Relationship with a Journalist.mp4 | 2.31 MB |
28. How to Get Press Coverage for Your App/9. Establishing a Relationship with a Journalist.vtt | 1.55 kB |
28. How to Get Press Coverage for Your App/9.1 100 Journalists you should follow on Twitter.html | 130.00 B |
29. How to Get Your App Featured on the App Store/1. How to Get Featured on the App Store.mp4 | 2.02 MB |
29. How to Get Your App Featured on the App Store/1. How to Get Featured on the App Store.vtt | 1.49 kB |
29. How to Get Your App Featured on the App Store/2. Only on the App Store.mp4 | 3.02 MB |
29. How to Get Your App Featured on the App Store/2. Only on the App Store.vtt | 2.12 kB |
29. How to Get Your App Featured on the App Store/3. Work with the Corporate Mindset.mp4 | 3.02 MB |
29. How to Get Your App Featured on the App Store/3. Work with the Corporate Mindset.vtt | 1.47 kB |
29. How to Get Your App Featured on the App Store/4. Native vs. Cross-Platform Apps.mp4 | 8.89 MB |
29. How to Get Your App Featured on the App Store/4. Native vs. Cross-Platform Apps.vtt | 2.60 kB |
29. How to Get Your App Featured on the App Store/5. Tips and Tricks for Getting Featured.mp4 | 4.99 MB |
29. How to Get Your App Featured on the App Store/5. Tips and Tricks for Getting Featured.vtt | 3.95 kB |
3. Coding Challenge #1 - Using the Layout Editor in Android Studio and Github/1. What are the Coding Challenges.mp4 | 2.37 MB |
3. Coding Challenge #1 - Using the Layout Editor in Android Studio and Github/1. What are the Coding Challenges.vtt | 2.23 kB |
3. Coding Challenge #1 - Using the Layout Editor in Android Studio and Github/2. What You Will Create.mp4 | 2.32 MB |
3. Coding Challenge #1 - Using the Layout Editor in Android Studio and Github/2. What You Will Create.vtt | 2.18 kB |
3. Coding Challenge #1 - Using the Layout Editor in Android Studio and Github/3. Step 1 Importing Projects from GitHub and Opening them in Android Studio ⭐️.mp4 | 57.80 MB |
3. Coding Challenge #1 - Using the Layout Editor in Android Studio and Github/3. Step 1 Importing Projects from GitHub and Opening them in Android Studio ⭐️.vtt | 9.31 kB |
3. Coding Challenge #1 - Using the Layout Editor in Android Studio and Github/3.1 Invitation link for the I am Poor assignment.html | 145.00 B |
3. Coding Challenge #1 - Using the Layout Editor in Android Studio and Github/3.2 Create a Github Account.html | 80.00 B |
3. Coding Challenge #1 - Using the Layout Editor in Android Studio and Github/4. Step 2 Add a TextView.html | 481.00 B |
3. Coding Challenge #1 - Using the Layout Editor in Android Studio and Github/5. Step 3 Add an ImageView.html | 517.00 B |
3. Coding Challenge #1 - Using the Layout Editor in Android Studio and Github/6. Step 4 Run the App.html | 350.00 B |
3. Coding Challenge #1 - Using the Layout Editor in Android Studio and Github/7. Step 5 How to Submit Your Assignment on Github [Optional].mp4 | 15.07 MB |
3. Coding Challenge #1 - Using the Layout Editor in Android Studio and Github/7. Step 5 How to Submit Your Assignment on Github [Optional].vtt | 4.33 kB |
3. Coding Challenge #1 - Using the Layout Editor in Android Studio and Github/8. I am Poor Challenge Solution.mp4 | 47.62 MB |
3. Coding Challenge #1 - Using the Layout Editor in Android Studio and Github/8. I am Poor Challenge Solution.vtt | 19.41 kB |
30. App Store Optimisation - How to Rank Higher on the App Store Search Algorithm/1. What is App Store Optimisation (ASO).mp4 | 1.82 MB |
30. App Store Optimisation - How to Rank Higher on the App Store Search Algorithm/1. What is App Store Optimisation (ASO).vtt | 1.40 kB |
30. App Store Optimisation - How to Rank Higher on the App Store Search Algorithm/2. Top Tips to Optimise Your App Store Listing.mp4 | 3.26 MB |
30. App Store Optimisation - How to Rank Higher on the App Store Search Algorithm/2. Top Tips to Optimise Your App Store Listing.vtt | 2.83 kB |
30. App Store Optimisation - How to Rank Higher on the App Store Search Algorithm/3. My Complete ASO Workflow.mp4 | 11.03 MB |
30. App Store Optimisation - How to Rank Higher on the App Store Search Algorithm/3. My Complete ASO Workflow.vtt | 6.46 kB |
30. App Store Optimisation - How to Rank Higher on the App Store Search Algorithm/4. Using Apple Search Ads as a Research Tool.mp4 | 4.33 MB |
30. App Store Optimisation - How to Rank Higher on the App Store Search Algorithm/4. Using Apple Search Ads as a Research Tool.vtt | 2.74 kB |
30. App Store Optimisation - How to Rank Higher on the App Store Search Algorithm/5. Early vs. Late Game Strategies.mp4 | 2.07 MB |
30. App Store Optimisation - How to Rank Higher on the App Store Search Algorithm/5. Early vs. Late Game Strategies.vtt | 1.68 kB |
30. App Store Optimisation - How to Rank Higher on the App Store Search Algorithm/6. Differences Between Google Play and Apple App Store.mp4 | 5.00 MB |
30. App Store Optimisation - How to Rank Higher on the App Store Search Algorithm/6. Differences Between Google Play and Apple App Store.vtt | 3.47 kB |
31. The Right Way of Using Paid Advertising to Drive App Downloads/1. When to use Paid Advertising or App Marketing.mp4 | 1.32 MB |
31. The Right Way of Using Paid Advertising to Drive App Downloads/1. When to use Paid Advertising or App Marketing.vtt | 1.13 kB |
31. The Right Way of Using Paid Advertising to Drive App Downloads/2. Always Test Before You Advertise.mp4 | 7.17 MB |
31. The Right Way of Using Paid Advertising to Drive App Downloads/2. Always Test Before You Advertise.vtt | 5.02 kB |
31. The Right Way of Using Paid Advertising to Drive App Downloads/3. Which Platform to Advertise On.mp4 | 911.02 kB |
31. The Right Way of Using Paid Advertising to Drive App Downloads/3. Which Platform to Advertise On.vtt | 755.00 B |
31. The Right Way of Using Paid Advertising to Drive App Downloads/4. How Much Does it Cost.mp4 | 2.94 MB |
31. The Right Way of Using Paid Advertising to Drive App Downloads/4. How Much Does it Cost.vtt | 1.99 kB |
31. The Right Way of Using Paid Advertising to Drive App Downloads/5. How to Setup Your Facebook Ad.mp4 | 4.22 MB |
31. The Right Way of Using Paid Advertising to Drive App Downloads/5. How to Setup Your Facebook Ad.vtt | 3.37 kB |
31. The Right Way of Using Paid Advertising to Drive App Downloads/6. Use Your Competitors' Ad Budget.mp4 | 4.45 MB |
31. The Right Way of Using Paid Advertising to Drive App Downloads/6. Use Your Competitors' Ad Budget.vtt | 3.02 kB |
31. The Right Way of Using Paid Advertising to Drive App Downloads/7. Where Can I Find More Customers.mp4 | 1.62 MB |
31. The Right Way of Using Paid Advertising to Drive App Downloads/7. Where Can I Find More Customers.vtt | 1.16 kB |
31. The Right Way of Using Paid Advertising to Drive App Downloads/8. One Weird Trick to Get More Money from Apple.mp4 | 2.56 MB |
31. The Right Way of Using Paid Advertising to Drive App Downloads/8. One Weird Trick to Get More Money from Apple.vtt | 1.96 kB |
32. App Store Reviews and Ratings/1. How to Get More 5 Star Ratings and Reviews.mp4 | 7.02 MB |
32. App Store Reviews and Ratings/1. How to Get More 5 Star Ratings and Reviews.vtt | 5.65 kB |
32. App Store Reviews and Ratings/2. Use This Free Tools to Monitor Your App Reviews.mp4 | 1.84 MB |
32. App Store Reviews and Ratings/2. Use This Free Tools to Monitor Your App Reviews.vtt | 1.41 kB |
33. How to Use App Analytics to Increase User Retention/1. How to use App Analytics to Increase User Retention.mp4 | 5.31 MB |
33. How to Use App Analytics to Increase User Retention/1. How to use App Analytics to Increase User Retention.vtt | 4.11 kB |
34. White Hat vs. Black Hat Methods of Getting More App Downloads and Revenue/1. White Hat Techniques.mp4 | 14.90 MB |
34. White Hat vs. Black Hat Methods of Getting More App Downloads and Revenue/1. White Hat Techniques.vtt | 4.05 kB |
34. White Hat vs. Black Hat Methods of Getting More App Downloads and Revenue/2. Black Hat Techniques.mp4 | 11.28 MB |
34. White Hat vs. Black Hat Methods of Getting More App Downloads and Revenue/2. Black Hat Techniques.vtt | 6.00 kB |
35. Bonus How to Build Your App Showcase Website/1. A 5 Second Way of Building a Web Page for Your iOS App.mp4 | 6.69 MB |
35. Bonus How to Build Your App Showcase Website/1. A 5 Second Way of Building a Web Page for Your iOS App.vtt | 2.25 kB |
35. Bonus How to Build Your App Showcase Website/2. How to Use Bootstrap to Build Your App Showcase Website.mp4 | 38.66 MB |
35. Bonus How to Build Your App Showcase Website/2. How to Use Bootstrap to Build Your App Showcase Website.vtt | 13.11 kB |
35. Bonus How to Build Your App Showcase Website/2.1 Guidance on Setting up a Custom Domain and Hosting on Github.html | 134.00 B |
36. Your Turn/1. It's Time to Work Out Your Marketing Strategy.html | 2.35 kB |
36. Your Turn/1.1 App-Marketing-Playsheet.pdf.pdf | 15.95 kB |
36. Your Turn/2. Monthly Student Built App Showcase.html | 627.00 B |
4. Build a Dice App to Learn Java & XML Fundamentals [Tutorial]/1. What Will We Make.mp4 | 4.59 MB |
4. Build a Dice App to Learn Java & XML Fundamentals [Tutorial]/1. What Will We Make.vtt | 2.07 kB |
4. Build a Dice App to Learn Java & XML Fundamentals [Tutorial]/10. Debugging Practice Compilation and Build Errors.mp4 | 18.35 MB |
4. Build a Dice App to Learn Java & XML Fundamentals [Tutorial]/10. Debugging Practice Compilation and Build Errors.vtt | 9.21 kB |
4. Build a Dice App to Learn Java & XML Fundamentals [Tutorial]/11. Debugging Practice The App Has Stopped. What to do after a Crash..mp4 | 42.54 MB |
4. Build a Dice App to Learn Java & XML Fundamentals [Tutorial]/11. Debugging Practice The App Has Stopped. What to do after a Crash..vtt | 13.88 kB |
4. Build a Dice App to Learn Java & XML Fundamentals [Tutorial]/11.1 Debugging Practice Github Repo.html | 128.00 B |
4. Build a Dice App to Learn Java & XML Fundamentals [Tutorial]/12. Show Off Your Work.html | 427.00 B |
4. Build a Dice App to Learn Java & XML Fundamentals [Tutorial]/13. The Code for the Complete Dicee Project.html | 469.00 B |
4. Build a Dice App to Learn Java & XML Fundamentals [Tutorial]/13.1 Dice-Nested-Completed-master.zip.zip | 487.23 kB |
4. Build a Dice App to Learn Java & XML Fundamentals [Tutorial]/2. Start a New Project and Style the App with the Theme Editor.mp4 | 19.40 MB |
4. Build a Dice App to Learn Java & XML Fundamentals [Tutorial]/2. Start a New Project and Style the App with the Theme Editor.vtt | 9.56 kB |
4. Build a Dice App to Learn Java & XML Fundamentals [Tutorial]/2.1 Dicee Android Assets.zip.zip | 300.91 kB |
4. Build a Dice App to Learn Java & XML Fundamentals [Tutorial]/3. Generating App Icons and Adding Graphics to a Project.mp4 | 19.37 MB |
4. Build a Dice App to Learn Java & XML Fundamentals [Tutorial]/3. Generating App Icons and Adding Graphics to a Project.vtt | 8.36 kB |
4. Build a Dice App to Learn Java & XML Fundamentals [Tutorial]/3.1 Official Guide to Android Launcher Icons.html | 146.00 B |
4. Build a Dice App to Learn Java & XML Fundamentals [Tutorial]/4. Designing a Screen with Nested Layouts.mp4 | 42.88 MB |
4. Build a Dice App to Learn Java & XML Fundamentals [Tutorial]/4. Designing a Screen with Nested Layouts.vtt | 19.96 kB |
4. Build a Dice App to Learn Java & XML Fundamentals [Tutorial]/4.1 Dicee_XML_Code_Snippet.txt.txt | 464.00 B |
4. Build a Dice App to Learn Java & XML Fundamentals [Tutorial]/5. Using Variables and Linking Layout Elements to Java Code.mp4 | 13.32 MB |
4. Build a Dice App to Learn Java & XML Fundamentals [Tutorial]/5. Using Variables and Linking Layout Elements to Java Code.vtt | 8.67 kB |
4. Build a Dice App to Learn Java & XML Fundamentals [Tutorial]/5.1 Java Cheat Sheet and Map.pdf.pdf | 540.84 kB |
4. Build a Dice App to Learn Java & XML Fundamentals [Tutorial]/6. Use the Logcat and a Listener to Check if a Button is Pressed.mp4 | 12.12 MB |
4. Build a Dice App to Learn Java & XML Fundamentals [Tutorial]/6. Use the Logcat and a Listener to Check if a Button is Pressed.vtt | 6.02 kB |
4. Build a Dice App to Learn Java & XML Fundamentals [Tutorial]/7. Create Random Numbers in Java.mp4 | 7.35 MB |
4. Build a Dice App to Learn Java & XML Fundamentals [Tutorial]/7. Create Random Numbers in Java.vtt | 3.94 kB |
4. Build a Dice App to Learn Java & XML Fundamentals [Tutorial]/8. Java Arrays and How to Use Them.mp4 | 13.96 MB |
4. Build a Dice App to Learn Java & XML Fundamentals [Tutorial]/8. Java Arrays and How to Use Them.vtt | 6.90 kB |
4. Build a Dice App to Learn Java & XML Fundamentals [Tutorial]/9. Why did the programmer quit his job.html | 36.00 B |
5. Coding Challenge #2 - Data Types, Variables and Arrays/1. What You Will Create.mp4 | 3.13 MB |
5. Coding Challenge #2 - Data Types, Variables and Arrays/1. What You Will Create.vtt | 1.66 kB |
5. Coding Challenge #2 - Data Types, Variables and Arrays/10. Step 8 Check for Bugs and Predict the Future.html | 402.00 B |
5. Coding Challenge #2 - Data Types, Variables and Arrays/11. Step 9 Submit Your Coursework [Optional].mp4 | 3.67 MB |
5. Coding Challenge #2 - Data Types, Variables and Arrays/11. Step 9 Submit Your Coursework [Optional].vtt | 1.09 kB |
5. Coding Challenge #2 - Data Types, Variables and Arrays/12. Magic 8 Ball Challenge Solution.mp4 | 119.17 MB |
5. Coding Challenge #2 - Data Types, Variables and Arrays/12. Magic 8 Ball Challenge Solution.vtt | 42.87 kB |
5. Coding Challenge #2 - Data Types, Variables and Arrays/2. Debugging Cannot Resolve symbol 'AppCompatActivity'.html | 1.81 kB |
5. Coding Challenge #2 - Data Types, Variables and Arrays/3. Step 1 Import the Skeleton Project from Github.mp4 | 18.02 MB |
5. Coding Challenge #2 - Data Types, Variables and Arrays/3. Step 1 Import the Skeleton Project from Github.vtt | 2.84 kB |
5. Coding Challenge #2 - Data Types, Variables and Arrays/3.1 Invitation link for the Magic 8 Ball assignment.html | 145.00 B |
5. Coding Challenge #2 - Data Types, Variables and Arrays/4. Step 2 Change the App's Theme.html | 174.00 B |
5. Coding Challenge #2 - Data Types, Variables and Arrays/5. Step 3 Download the Graphics for the App.html | 198.00 B |
5. Coding Challenge #2 - Data Types, Variables and Arrays/5.1 8Ball Android Asset.zip.zip | 956.96 kB |
5. Coding Challenge #2 - Data Types, Variables and Arrays/6. Step 4 Generate New App Icons.html | 375.00 B |
5. Coding Challenge #2 - Data Types, Variables and Arrays/7. Step 5 Add the Graphics to the Project.html | 294.00 B |
5. Coding Challenge #2 - Data Types, Variables and Arrays/8. Step 6 Design the App in the Layout XML.html | 1.14 kB |
5. Coding Challenge #2 - Data Types, Variables and Arrays/9. Step 7 Link the Layout to Java Code.html | 1.13 kB |
6. Java Programming for Beginners/1. Introduction to the Programming Modules.mp4 | 1.70 MB |
6. Java Programming for Beginners/1. Introduction to the Programming Modules.vtt | 2.13 kB |
6. Java Programming for Beginners/10. Make a BMI Calculator [Challenge].html | 1.73 kB |
6. Java Programming for Beginners/2. Setting up a Pure Java Project in Android Studio.mp4 | 9.06 MB |
6. Java Programming for Beginners/2. Setting up a Pure Java Project in Android Studio.vtt | 3.61 kB |
6. Java Programming for Beginners/3. Code Blocks, the main() Method, and Code Compilation Explained.mp4 | 5.39 MB |
6. Java Programming for Beginners/3. Code Blocks, the main() Method, and Code Compilation Explained.vtt | 4.19 kB |
6. Java Programming for Beginners/4. Comments, Variables and Types.mp4 | 21.60 MB |
6. Java Programming for Beginners/4. Comments, Variables and Types.vtt | 11.62 kB |
6. Java Programming for Beginners/5. Why you'll want to comment your code.html | 150.00 B |
6. Java Programming for Beginners/6. Methods Part 1 - Defining and Calling a Method.mp4 | 7.14 MB |
6. Java Programming for Beginners/6. Methods Part 1 - Defining and Calling a Method.vtt | 4.36 kB |
6. Java Programming for Beginners/6.1 Java Cheat Sheet.pdf.pdf | 182.80 kB |
6. Java Programming for Beginners/7. Methods Part 2 - Adding Parameters.mp4 | 14.32 MB |
6. Java Programming for Beginners/7. Methods Part 2 - Adding Parameters.vtt | 9.65 kB |
6. Java Programming for Beginners/8. Methods Part 3 - Multiple Parameters and Returning a Value.mp4 | 19.14 MB |
6. Java Programming for Beginners/8. Methods Part 3 - Multiple Parameters and Returning a Value.vtt | 9.96 kB |
6. Java Programming for Beginners/9. Control Flow Conditional Statements (IFELSE).mp4 | 21.61 MB |
6. Java Programming for Beginners/9. Control Flow Conditional Statements (IFELSE).vtt | 12.04 kB |
7. Build a Music App [Tutorial]/1. What Will We Make.mp4 | 4.25 MB |
7. Build a Music App [Tutorial]/1. What Will We Make.vtt | 1.81 kB |
7. Build a Music App [Tutorial]/2. Setting Up the Project & Using Colours as Resources.mp4 | 11.83 MB |
7. Build a Music App [Tutorial]/2. Setting Up the Project & Using Colours as Resources.vtt | 6.18 kB |
7. Build a Music App [Tutorial]/2.1 Download the Skeleton Project.html | 113.00 B |
7. Build a Music App [Tutorial]/3. How to Use Android Documentation and Other Resources.mp4 | 40.12 MB |
7. Build a Music App [Tutorial]/3. How to Use Android Documentation and Other Resources.vtt | 12.08 kB |
7. Build a Music App [Tutorial]/3.1 Android API Guide.html | 107.00 B |
7. Build a Music App [Tutorial]/3.2 Android API Reference.html | 114.00 B |
7. Build a Music App [Tutorial]/3.3 Google Samples on Github.html | 93.00 B |
7. Build a Music App [Tutorial]/3.4 Stack Overflow - Q&A Site for Programming Problems.html | 86.00 B |
7. Build a Music App [Tutorial]/4. Calling the Constructor to Create a SoundPool.mp4 | 13.24 MB |
7. Build a Music App [Tutorial]/4. Calling the Constructor to Create a SoundPool.vtt | 7.34 kB |
7. Build a Music App [Tutorial]/5. Member Variables and the Importance of Scope.mp4 | 14.05 MB |
7. Build a Music App [Tutorial]/5. Member Variables and the Importance of Scope.vtt | 8.62 kB |
7. Build a Music App [Tutorial]/6. Using the onClick Property instead of a Listener.mp4 | 9.53 MB |
7. Build a Music App [Tutorial]/6. Using the onClick Property instead of a Listener.vtt | 4.13 kB |
7. Build a Music App [Tutorial]/7. How to Play a Sound in Your App using the SoundPool.mp4 | 25.33 MB |
7. Build a Music App [Tutorial]/7. How to Play a Sound in Your App using the SoundPool.vtt | 9.27 kB |
7. Build a Music App [Tutorial]/8. The Code for the Complete Xylophone Project.html | 331.00 B |
7. Build a Music App [Tutorial]/8.1 Xylophone-Completed-master.zip.zip | 2.55 MB |
8. Build a Quiz App and Learn about the MVC Design Pattern [Tutorial]/1. What Will We Make.mp4 | 4.44 MB |
8. Build a Quiz App and Learn about the MVC Design Pattern [Tutorial]/1. What Will We Make.vtt | 3.01 kB |
8. Build a Quiz App and Learn about the MVC Design Pattern [Tutorial]/10. Check the User's Answer and Give Feedback.mp4 | 10.36 MB |
8. Build a Quiz App and Learn about the MVC Design Pattern [Tutorial]/10. Check the User's Answer and Give Feedback.vtt | 5.19 kB |
8. Build a Quiz App and Learn about the MVC Design Pattern [Tutorial]/11. Working with the Progress Bar and Tracking Score.mp4 | 16.85 MB |
8. Build a Quiz App and Learn about the MVC Design Pattern [Tutorial]/11. Working with the Progress Bar and Tracking Score.vtt | 7.00 kB |
8. Build a Quiz App and Learn about the MVC Design Pattern [Tutorial]/12. Fixing the Screen Orientation and Displaying an AlertDialog.mp4 | 12.40 MB |
8. Build a Quiz App and Learn about the MVC Design Pattern [Tutorial]/12. Fixing the Screen Orientation and Displaying an AlertDialog.vtt | 5.64 kB |
8. Build a Quiz App and Learn about the MVC Design Pattern [Tutorial]/13. An Overview of How an Android App Works.mp4 | 7.12 MB |
8. Build a Quiz App and Learn about the MVC Design Pattern [Tutorial]/13. An Overview of How an Android App Works.vtt | 5.01 kB |
8. Build a Quiz App and Learn about the MVC Design Pattern [Tutorial]/14. The Activity Lifecycle.mp4 | 15.58 MB |
8. Build a Quiz App and Learn about the MVC Design Pattern [Tutorial]/14. The Activity Lifecycle.vtt | 10.73 kB |
8. Build a Quiz App and Learn about the MVC Design Pattern [Tutorial]/15. Saving State using the Bundle and Null Pointer Exceptions.mp4 | 22.70 MB |
8. Build a Quiz App and Learn about the MVC Design Pattern [Tutorial]/15. Saving State using the Bundle and Null Pointer Exceptions.vtt | 9.38 kB |
8. Build a Quiz App and Learn about the MVC Design Pattern [Tutorial]/16. The Difference between Zero and Null.html | 260.00 B |
8. Build a Quiz App and Learn about the MVC Design Pattern [Tutorial]/17. Do You Want This.html | 1.17 kB |
8. Build a Quiz App and Learn about the MVC Design Pattern [Tutorial]/18. The Code for the Complete Quizzler Project.html | 326.00 B |
8. Build a Quiz App and Learn about the MVC Design Pattern [Tutorial]/18.1 Quizzler-Completed-master.zip.zip | 229.97 kB |
8. Build a Quiz App and Learn about the MVC Design Pattern [Tutorial]/2. Import & Familiarise Yourself with the Skeleton Project.mp4 | 9.97 MB |
8. Build a Quiz App and Learn about the MVC Design Pattern [Tutorial]/2. Import & Familiarise Yourself with the Skeleton Project.vtt | 3.71 kB |
8. Build a Quiz App and Learn about the MVC Design Pattern [Tutorial]/2.1 Download the Skeleton Project.html | 113.00 B |
8. Build a Quiz App and Learn about the MVC Design Pattern [Tutorial]/3. Understand Casting & Link the Layout to the Java Code.mp4 | 21.52 MB |
8. Build a Quiz App and Learn about the MVC Design Pattern [Tutorial]/3. Understand Casting & Link the Layout to the Java Code.vtt | 8.75 kB |
8. Build a Quiz App and Learn about the MVC Design Pattern [Tutorial]/4. Set an OnClickListener & Implement a Toast Message.mp4 | 20.74 MB |
8. Build a Quiz App and Learn about the MVC Design Pattern [Tutorial]/4. Set an OnClickListener & Implement a Toast Message.vtt | 9.18 kB |
8. Build a Quiz App and Learn about the MVC Design Pattern [Tutorial]/5. Create the Model Class & Generate Code with Android Studio.mp4 | 13.79 MB |
8. Build a Quiz App and Learn about the MVC Design Pattern [Tutorial]/5. Create the Model Class & Generate Code with Android Studio.vtt | 7.00 kB |
8. Build a Quiz App and Learn about the MVC Design Pattern [Tutorial]/6. Boolean - A Data Type that Holds One of Two Values.html | 347.00 B |
8. Build a Quiz App and Learn about the MVC Design Pattern [Tutorial]/7. The Model View Controller (MVC) Design Pattern and Why We Use It.mp4 | 19.49 MB |
8. Build a Quiz App and Learn about the MVC Design Pattern [Tutorial]/7. The Model View Controller (MVC) Design Pattern and Why We Use It.vtt | 10.97 kB |
8. Build a Quiz App and Learn about the MVC Design Pattern [Tutorial]/8. Retrieve Quiz Questions from an Array and Display them on Screen.mp4 | 23.99 MB |
8. Build a Quiz App and Learn about the MVC Design Pattern [Tutorial]/8. Retrieve Quiz Questions from an Array and Display them on Screen.vtt | 9.36 kB |
8. Build a Quiz App and Learn about the MVC Design Pattern [Tutorial]/9. Update Questions on Screen and Interpret Errors in the Logcat.mp4 | 18.14 MB |
8. Build a Quiz App and Learn about the MVC Design Pattern [Tutorial]/9. Update Questions on Screen and Interpret Errors in the Logcat.vtt | 7.95 kB |
9. Coding Challenge #3 - Control Flow - Build a Story App Like Lifeline/1. What You'll Create.mp4 | 16.73 MB |
9. Coding Challenge #3 - Control Flow - Build a Story App Like Lifeline/1. What You'll Create.vtt | 6.03 kB |
9. Coding Challenge #3 - Control Flow - Build a Story App Like Lifeline/10. Step 9 Submit Your Project [Optional].html | 661.00 B |
9. Coding Challenge #3 - Control Flow - Build a Story App Like Lifeline/11. Destini Challenge Solution.mp4 | 112.89 MB |
9. Coding Challenge #3 - Control Flow - Build a Story App Like Lifeline/11. Destini Challenge Solution.vtt | 37.06 kB |
9. Coding Challenge #3 - Control Flow - Build a Story App Like Lifeline/2. Step 1 Setup the Project.html | 805.00 B |
9. Coding Challenge #3 - Control Flow - Build a Story App Like Lifeline/3. Step 2 Examine the activity_main.xml and the strings.xml.html | 1.10 kB |
9. Coding Challenge #3 - Control Flow - Build a Story App Like Lifeline/4. Step 3 Create the Variables for the Views.html | 287.00 B |
9. Coding Challenge #3 - Control Flow - Build a Story App Like Lifeline/5. Step 4 Wire up the Views to the Java Code.html | 260.00 B |
9. Coding Challenge #3 - Control Flow - Build a Story App Like Lifeline/6. Step 5 Detect Clicks on the Buttons.html | 332.00 B |
9. Coding Challenge #3 - Control Flow - Build a Story App Like Lifeline/7. Step 6 Take the Adventure One Step Further.html | 1.10 kB |
9. Coding Challenge #3 - Control Flow - Build a Story App Like Lifeline/8. Step 7 Create a Variable to Track the Player's Path.html | 610.00 B |
9. Coding Challenge #3 - Control Flow - Build a Story App Like Lifeline/9. Step 8 Complete the Game Using Conditionals to Check the State.html | 1.42 kB |
[FreeCourseLab.com].url | 126.00 B |