zhongziso种子搜
首页
功能
磁力转BT
BT转磁力
使用教程
免责声明
关于
zhongziso
搜索
[FreeTutorials.Us] android-app-development-with-java
magnet:?xt=urn:btih:2b706485e43463b8c6c35058d56680b20868ac2e&dn=[FreeTutorials.Us] android-app-development-with-java
磁力链接详情
Hash值:
2b706485e43463b8c6c35058d56680b20868ac2e
点击数:
126
文件大小:
1.87 GB
文件数量:
147
创建日期:
2017-9-10 10:48
最后访问:
2024-10-25 16:04
访问标签:
FreeTutorials
Us
android-app-development-with-java
文件列表详情
01-set-up-for-android-development/001-how-the-course-is-structured.mp4 28.13 MB
01-set-up-for-android-development/002-how-to-get-all-the-free-stuff.mp4 3.28 MB
01-set-up-for-android-development/004-developing-for-android-tools-cross-platform-vs-native-developer-accounts.mp4 7.05 MB
01-set-up-for-android-development/005-setup-on-mac-android-studio-the-jdk-connecting-a-physical-device.mp4 18.63 MB
01-set-up-for-android-development/006-setup-on-windows-android-studio-the-jdk-connecting-a-physical-device.mp4 28.58 MB
01-set-up-for-android-development/008-configure-android-studio-for-productivity-themes-autoimport-sdks.mp4 9.27 MB
01-set-up-for-android-development/009-how-to-set-up-an-android-emulator-with-hardware-acceleration.mp4 14.67 MB
01-set-up-for-android-development/010-slow-pc-make-it-run-faster-with-these-performance-tricks-windows.mp4 6.45 MB
02-build-the-i-am-rich-app-to-learn-about-project-structure-and-xml-tutorial/011-what-will-we-make.mp4 4.23 MB
02-build-the-i-am-rich-app-to-learn-about-project-structure-and-xml-tutorial/012-creating-a-new-android-studio-project-and-choosing-the-api-level.mp4 6.34 MB
02-build-the-i-am-rich-app-to-learn-about-project-structure-and-xml-tutorial/013-working-with-the-layout-editor-strings-and-app-themes.mp4 15.25 MB
02-build-the-i-am-rich-app-to-learn-about-project-structure-and-xml-tutorial/014-what-is-xml-and-how-does-it-work.mp4 32.96 MB
02-build-the-i-am-rich-app-to-learn-about-project-structure-and-xml-tutorial/016-adding-graphics-to-a-project-and-using-imageviews.mp4 17.87 MB
02-build-the-i-am-rich-app-to-learn-about-project-structure-and-xml-tutorial/017-setting-a-custom-launcher-icon.mp4 10.65 MB
02-build-the-i-am-rich-app-to-learn-about-project-structure-and-xml-tutorial/018-running-the-app-to-test-it-out.mp4 5.62 MB
02-build-the-i-am-rich-app-to-learn-about-project-structure-and-xml-tutorial/019-design-the-apps-screen-in-the-layout-xml.mp4 11.51 MB
02-build-the-i-am-rich-app-to-learn-about-project-structure-and-xml-tutorial/020-understand-the-android-project-structure.mp4 7.95 MB
03-coding-challenge-1-using-the-layout-editor-in-android-studio-and-github/021-what-are-the-coding-challenges.mp4 2.36 MB
03-coding-challenge-1-using-the-layout-editor-in-android-studio-and-github/022-what-you-will-create.mp4 2.95 MB
03-coding-challenge-1-using-the-layout-editor-in-android-studio-and-github/024-step-1-import-the-project-from-github-and-open-it-in-android-studio.mp4 14.59 MB
03-coding-challenge-1-using-the-layout-editor-in-android-studio-and-github/028-step-5-how-to-submit-completed-apps-for-certification-optional.mp4 14.41 MB
04-build-a-dice-app-to-learn-java-xml-fundamentals-tutorial/029-what-will-we-make.mp4 4.58 MB
04-build-a-dice-app-to-learn-java-xml-fundamentals-tutorial/030-start-a-new-project-and-style-the-app-with-the-theme-editor.mp4 16.04 MB
04-build-a-dice-app-to-learn-java-xml-fundamentals-tutorial/031-generating-app-icons-and-adding-graphics-to-a-project.mp4 19.36 MB
04-build-a-dice-app-to-learn-java-xml-fundamentals-tutorial/032-designing-a-screen-with-nested-layouts.mp4 42.87 MB
04-build-a-dice-app-to-learn-java-xml-fundamentals-tutorial/033-using-variables-and-linking-layout-elements-to-java-code.mp4 13.31 MB
04-build-a-dice-app-to-learn-java-xml-fundamentals-tutorial/034-use-the-logcat-and-a-listener-to-check-if-a-button-is-pressed.mp4 12.12 MB
04-build-a-dice-app-to-learn-java-xml-fundamentals-tutorial/035-create-random-numbers-in-java.mp4 7.35 MB
04-build-a-dice-app-to-learn-java-xml-fundamentals-tutorial/036-java-arrays-and-how-to-use-them.mp4 13.96 MB
05-coding-challenge-2-data-types-variables-and-arrays/039-what-you-will-create.mp4 3.13 MB
05-coding-challenge-2-data-types-variables-and-arrays/040-step-1-import-the-skeleton-project-from-github.mp4 3.73 MB
05-coding-challenge-2-data-types-variables-and-arrays/048-step-9-submit-your-coursework-optional.mp4 3.67 MB
06-java-programming-for-beginners/049-introduction-to-the-programming-modules.mp4 1.92 MB
06-java-programming-for-beginners/050-setting-up-a-pure-java-project-in-android-studio.mp4 9.06 MB
06-java-programming-for-beginners/051-code-blocks-the-main-method-and-code-compilation-explained.mp4 5.39 MB
06-java-programming-for-beginners/052-comments-variables-and-types.mp4 21.6 MB
06-java-programming-for-beginners/054-methods-part-1-defining-and-calling-a-method.mp4 7.14 MB
06-java-programming-for-beginners/055-methods-part-2-adding-parameters.mp4 14.32 MB
06-java-programming-for-beginners/056-methods-part-3-multiple-parameters-and-returning-a-value.mp4 19.14 MB
06-java-programming-for-beginners/057-control-flow-conditional-statements-ifelse.mp4 21.61 MB
07-build-a-music-app-tutorial/059-what-will-we-make.mp4 4.25 MB
07-build-a-music-app-tutorial/060-setting-up-the-project-using-colours-as-resources.mp4 11.83 MB
07-build-a-music-app-tutorial/061-how-to-use-android-documentation-and-other-resources.mp4 40.11 MB
07-build-a-music-app-tutorial/062-calling-the-constructor-to-create-a-soundpool.mp4 13.24 MB
07-build-a-music-app-tutorial/063-member-variables-and-the-importance-of-scope.mp4 14.04 MB
07-build-a-music-app-tutorial/064-using-the-onclick-property-instead-of-a-listener.mp4 9.53 MB
07-build-a-music-app-tutorial/065-how-to-play-a-sound-in-your-app-using-the-soundpool.mp4 25.33 MB
08-build-a-quiz-app-and-learn-about-the-mvc-design-pattern-tutorial/066-what-will-we-make.mp4 4.44 MB
08-build-a-quiz-app-and-learn-about-the-mvc-design-pattern-tutorial/067-import-familiarse-yourself-with-the-skeleton-project.mp4 9.97 MB
08-build-a-quiz-app-and-learn-about-the-mvc-design-pattern-tutorial/068-understand-casting-link-the-layout-to-the-java-code.mp4 21.52 MB
08-build-a-quiz-app-and-learn-about-the-mvc-design-pattern-tutorial/069-set-an-onclicklistener-implement-a-toast-message.mp4 20.74 MB
08-build-a-quiz-app-and-learn-about-the-mvc-design-pattern-tutorial/070-create-the-model-class-generate-code-with-android-studio.mp4 13.79 MB
08-build-a-quiz-app-and-learn-about-the-mvc-design-pattern-tutorial/072-the-model-view-controller-mvc-design-pattern-and-why-we-use-it.mp4 19.48 MB
08-build-a-quiz-app-and-learn-about-the-mvc-design-pattern-tutorial/073-retrieve-quiz-questions-from-an-array-and-display-them-on-screen.mp4 23.99 MB
08-build-a-quiz-app-and-learn-about-the-mvc-design-pattern-tutorial/074-update-questions-on-screen-and-interpret-errors-in-the-logcat.mp4 18.13 MB
08-build-a-quiz-app-and-learn-about-the-mvc-design-pattern-tutorial/075-check-the-users-answer-and-give-feedback.mp4 10.35 MB
08-build-a-quiz-app-and-learn-about-the-mvc-design-pattern-tutorial/076-working-with-the-progress-bar-and-tracking-score.mp4 16.85 MB
08-build-a-quiz-app-and-learn-about-the-mvc-design-pattern-tutorial/077-fixing-the-screen-orientation-and-displaying-an-alertdialog.mp4 12.39 MB
08-build-a-quiz-app-and-learn-about-the-mvc-design-pattern-tutorial/078-an-overview-of-how-an-android-app-works.mp4 9.27 MB
08-build-a-quiz-app-and-learn-about-the-mvc-design-pattern-tutorial/079-the-activity-lifecycle.mp4 15.58 MB
08-build-a-quiz-app-and-learn-about-the-mvc-design-pattern-tutorial/080-saving-state-using-the-bundle-and-null-pointer-exceptions.mp4 22.7 MB
09-coding-challenge-3-control-flow-build-a-story-app-like-lifeline/082-what-youll-create.mp4 16.73 MB
10-java-programming-for-intermediates/092-set-up-a-standard-java-project-in-android-studio.mp4 6.27 MB
10-java-programming-for-intermediates/093-virtual-machines-program-entry-points-main-vs-the-android-intent-filter.mp4 10.23 MB
10-java-programming-for-intermediates/094-classes-and-objects-demystified.mp4 11.6 MB
10-java-programming-for-intermediates/095-fields-the-dot-notation-and-an-objects-state.mp4 7.34 MB
10-java-programming-for-intermediates/096-using-getterssetters-access-modifiers-public-v.s.-private.mp4 15.25 MB
10-java-programming-for-intermediates/097-noargument-constructors-v.s.-parameterised-constructors.mp4 18.97 MB
10-java-programming-for-intermediates/098-object-behaviour-using-methods.mp4 24.33 MB
10-java-programming-for-intermediates/099-the-static-keyword-class-variables-class-methods.mp4 19.22 MB
10-java-programming-for-intermediates/100-inheritance-the-protected-modifier-the-override-annotation.mp4 47.13 MB
11-build-a-weather-app-use-gps-and-apis-to-get-data-from-the-web-tutorial/102-what-will-we-make.mp4 8.12 MB
11-build-a-weather-app-use-gps-and-apis-to-get-data-from-the-web-tutorial/103-project-setup-overview.mp4 8.97 MB
11-build-a-weather-app-use-gps-and-apis-to-get-data-from-the-web-tutorial/104-gradle-project-module-scripts-and-android-sdk-compatibility.mp4 18.16 MB
11-build-a-weather-app-use-gps-and-apis-to-get-data-from-the-web-tutorial/105-adding-external-libraries-as-dependencies-with-gradle.mp4 26.97 MB
11-build-a-weather-app-use-gps-and-apis-to-get-data-from-the-web-tutorial/106-manage-app-permissions-in-the-android-manifest.mp4 12.38 MB
11-build-a-weather-app-use-gps-and-apis-to-get-data-from-the-web-tutorial/107-runtime-permissions-using-the-locationmanager-to-get-your-location.mp4 61.33 MB
11-build-a-weather-app-use-gps-and-apis-to-get-data-from-the-web-tutorial/108-networking-http-requests-status-codes-apis.mp4 24.47 MB
11-build-a-weather-app-use-gps-and-apis-to-get-data-from-the-web-tutorial/110-making-the-http-request-for-weather-data.mp4 19.81 MB
11-build-a-weather-app-use-gps-and-apis-to-get-data-from-the-web-tutorial/111-the-json-format-explained.mp4 12.17 MB
11-build-a-weather-app-use-gps-and-apis-to-get-data-from-the-web-tutorial/112-parse-the-json-and-handle-exceptions-with-a-trycatch-block.mp4 27.74 MB
11-build-a-weather-app-use-gps-and-apis-to-get-data-from-the-web-tutorial/113-update-the-ui-and-show-the-weather-to-the-user.mp4 8.99 MB
11-build-a-weather-app-use-gps-and-apis-to-get-data-from-the-web-tutorial/114-create-a-new-activity-and-link-activity-layout.mp4 10.42 MB
11-build-a-weather-app-use-gps-and-apis-to-get-data-from-the-web-tutorial/115-using-intents-to-navigate-between-activities.mp4 16.94 MB
11-build-a-weather-app-use-gps-and-apis-to-get-data-from-the-web-tutorial/116-intent-extras-and-edittext-oneditoraction-callbacks.mp4 10.49 MB
11-build-a-weather-app-use-gps-and-apis-to-get-data-from-the-web-tutorial/117-api-call-with-a-city-name-the-logical-not-and-freeing-up-resources.mp4 11.62 MB
12-coding-challenge-4-rest-apis-build-a-bitcoin-price-tracker/118-what-you-will-create.mp4 9.25 MB
13-build-a-whatsapp-clone-and-learn-to-use-cloud-data-storage-tutorial/128-what-will-we-make.mp4 8.59 MB
13-build-a-whatsapp-clone-and-learn-to-use-cloud-data-storage-tutorial/129-project-tour-and-overview-of-existing-code.mp4 24.12 MB
13-build-a-whatsapp-clone-and-learn-to-use-cloud-data-storage-tutorial/130-what-is-firebase.mp4 10.24 MB
13-build-a-whatsapp-clone-and-learn-to-use-cloud-data-storage-tutorial/131-create-a-new-project-on-firebase-and-configure-the-android-app.mp4 24.05 MB
13-build-a-whatsapp-clone-and-learn-to-use-cloud-data-storage-tutorial/132-registering-new-users-validating-data-the-builder-design-pattern.mp4 31.15 MB
13-build-a-whatsapp-clone-and-learn-to-use-cloud-data-storage-tutorial/133-storing-data-locally-on-device-using-sharedpreferences.mp4 11.78 MB
13-build-a-whatsapp-clone-and-learn-to-use-cloud-data-storage-tutorial/134-handling-user-login-with-firebaseauth.mp4 19.65 MB
13-build-a-whatsapp-clone-and-learn-to-use-cloud-data-storage-tutorial/135-retrieve-the-locally-stored-data.mp4 5.45 MB
13-build-a-whatsapp-clone-and-learn-to-use-cloud-data-storage-tutorial/136-create-the-model-class-save-data-to-the-cloud.mp4 21.64 MB
13-build-a-whatsapp-clone-and-learn-to-use-cloud-data-storage-tutorial/137-listviews-adapters-arraylists.mp4 24.92 MB
13-build-a-whatsapp-clone-and-learn-to-use-cloud-data-storage-tutorial/138-implementing-the-viewholder-pattern.mp4 28.16 MB
13-build-a-whatsapp-clone-and-learn-to-use-cloud-data-storage-tutorial/139-retrieve-data-from-firebase-with-a-childeventlistener.mp4 24.97 MB
13-build-a-whatsapp-clone-and-learn-to-use-cloud-data-storage-tutorial/140-styling-views-with-9-patch-images.mp4 13.64 MB
14-app-design-course-introduction/141-introduction-to-the-app-design-course.mp4 2.79 MB
14-app-design-course-introduction/142-why-is-design-important-for-an-app-entrepreneur.mp4 4.11 MB
14-app-design-course-introduction/143-designer-versus-nondesigner-thinking.mp4 5.8 MB
15-colour-theory/144-understanding-the-mood-of-your-colour-palette.mp4 12.05 MB
15-colour-theory/145-how-to-combine-colours-and-formulate-colour-palettes.mp4 6.7 MB
15-colour-theory/146-tools-for-designing-with-colour.mp4 4.34 MB
16-typography/148-introduction-to-typography.mp4 1.44 MB
16-typography/149-the-serif-font-family-origins-and-use.mp4 11.93 MB
16-typography/150-the-sans-serif-font-family-origins-and-use.mp4 2.71 MB
16-typography/151-how-typography-determines-readability.mp4 4.37 MB
16-typography/152-how-to-combine-fonts-like-a-pro.mp4 10.09 MB
17-the-fundamentals-of-user-interface-ui-design-for-mobile/154-introduction-to-user-interface-design.mp4 1.13 MB
17-the-fundamentals-of-user-interface-ui-design-for-mobile/155-the-tour-guide-approach-to-ui-design.mp4 5.11 MB
17-the-fundamentals-of-user-interface-ui-design-for-mobile/156-the-importance-of-alignment.mp4 4.75 MB
17-the-fundamentals-of-user-interface-ui-design-for-mobile/157-what-is-good-practice-in-interaction-design.mp4 13.54 MB
17-the-fundamentals-of-user-interface-ui-design-for-mobile/158-colour-in-user-interface-design.mp4 3.96 MB
17-the-fundamentals-of-user-interface-ui-design-for-mobile/159-the-many-ways-of-designing-text-overlays.mp4 6.63 MB
17-the-fundamentals-of-user-interface-ui-design-for-mobile/160-how-to-be-an-attention-architect.mp4 7.66 MB
18-the-fundamentals-of-user-experience-ux-design-for-mobile/162-introduction-to-user-experience-design.mp4 14.81 MB
18-the-fundamentals-of-user-experience-ux-design-for-mobile/163-usability.mp4 10.26 MB
18-the-fundamentals-of-user-experience-ux-design-for-mobile/164-asking-for-permissions.mp4 5.79 MB
18-the-fundamentals-of-user-experience-ux-design-for-mobile/165-user-profiling.mp4 4.96 MB
18-the-fundamentals-of-user-experience-ux-design-for-mobile/166-form-vs.-function.mp4 4.99 MB
18-the-fundamentals-of-user-experience-ux-design-for-mobile/167-consistency.mp4 5.54 MB
18-the-fundamentals-of-user-experience-ux-design-for-mobile/168-simplicity.mp4 8.27 MB
18-the-fundamentals-of-user-experience-ux-design-for-mobile/169-dont-make-me-think.mp4 12.9 MB
18-the-fundamentals-of-user-experience-ux-design-for-mobile/170-onboarding.mp4 4.85 MB
18-the-fundamentals-of-user-experience-ux-design-for-mobile/171-idiot-boxes.mp4 6.77 MB
19-designing-for-ios-vs.-android-what-are-the-important-differences/173-android-vs.-ios-design.mp4 5.33 MB
19-designing-for-ios-vs.-android-what-are-the-important-differences/174-navigation.mp4 4.93 MB
19-designing-for-ios-vs.-android-what-are-the-important-differences/175-the-devil-is-in-the-details.mp4 1.82 MB
19-designing-for-ios-vs.-android-what-are-the-important-differences/176-differences-in-icon-design.mp4 937.32 KB
19-designing-for-ios-vs.-android-what-are-the-important-differences/177-flat-vs.-material-design.mp4 4.09 MB
19-designing-for-ios-vs.-android-what-are-the-important-differences/178-differences-in-establishing-visual-hierarchy.mp4 1.21 MB
19-designing-for-ios-vs.-android-what-are-the-important-differences/179-ios-and-android-design-guidelines.mp4 4.95 MB
20-putting-it-all-together-a-stepbystep-guide-to-the-mobile-design-workflow/180-step-1-design-patterns-and-colour-palettes.mp4 6.97 MB
20-putting-it-all-together-a-stepbystep-guide-to-the-mobile-design-workflow/181-step-2-how-to-design-user-flow-diagrams.mp4 14.64 MB
20-putting-it-all-together-a-stepbystep-guide-to-the-mobile-design-workflow/182-step-3-how-to-create-wireframes.mp4 23.08 MB
20-putting-it-all-together-a-stepbystep-guide-to-the-mobile-design-workflow/183-step-4-how-to-create-professional-mockups.mp4 8.35 MB
20-putting-it-all-together-a-stepbystep-guide-to-the-mobile-design-workflow/184-how-to-use-sketch-4.1-to-create-mockups-for-mobile.mp4 37.41 MB
20-putting-it-all-together-a-stepbystep-guide-to-the-mobile-design-workflow/185-how-to-use-canva-to-create-mockups.mp4 10.22 MB
20-putting-it-all-together-a-stepbystep-guide-to-the-mobile-design-workflow/186-your-turn-to-create-your-own-mockups.mp4 5 MB
20-putting-it-all-together-a-stepbystep-guide-to-the-mobile-design-workflow/187-step-5-how-to-create-animated-app-prototypes.mp4 7.21 MB
20-putting-it-all-together-a-stepbystep-guide-to-the-mobile-design-workflow/188-how-to-create-animated-prototypes-with-keynote.mp4 18.56 MB
20-putting-it-all-together-a-stepbystep-guide-to-the-mobile-design-workflow/189-how-to-create-prototypes-with-marvel-app.mp4 14.43 MB
20-putting-it-all-together-a-stepbystep-guide-to-the-mobile-design-workflow/190-your-turn-to-create-a-prototype.mp4 2.51 MB
21-resources/193-keep-learning-and-improving.mp4 3.62 MB
其他位置