zhongziso种子搜
首页
功能
磁力转BT
BT转磁力
使用教程
免责声明
关于
zhongziso
搜索
Udemy - Complete Android Developer Course - Make money by building App
magnet:?xt=urn:btih:b1d41f88822521e57ed97512b803838bbf31acc5&dn=Udemy - Complete Android Developer Course - Make money by building App
磁力链接详情
Hash值:
b1d41f88822521e57ed97512b803838bbf31acc5
点击数:
121
文件大小:
603.4 MB
文件数量:
60
创建日期:
2017-12-14 11:42
最后访问:
2024-10-29 17:25
访问标签:
Udemy
-
Complete
Android
Developer
Course
-
Make
money
by
building
App
文件列表详情
1_-_Outline_of_the_course/1_-_Introduction.mp4 3.24 MB
1_-_Outline_of_the_course/2_-_Introduction_about_different_views_in_Android.mp4 10.84 MB
1_-_Outline_of_the_course/3_-_Time_for_our_first_quiz.mp4 2.35 MB
1_-_Outline_of_the_course/4_-_Quiz_2.mp4 1.97 MB
1_-_Outline_of_the_course/5_-_Quiz_Solution.mp4 1.5 MB
1_-_Outline_of_the_course/6_-_Introduction_to_Programming_and_Android_Studio.mp4 2.75 MB
1_-_Outline_of_the_course/7_-_Download_Android_Studio.mp4 24.01 MB
1_-_Outline_of_the_course/8_-_Create_a_new_project_in_Android_Studio.mp4 23.3 MB
1_-_Outline_of_the_course/9_-_Text_View.mp4 8.5 MB
1_-_Outline_of_the_course/10_-_Valid_XML_syntax.mp4 12.98 MB
1_-_Outline_of_the_course/11_-_Quiz.mp4 2.06 MB
1_-_Outline_of_the_course/12_-_Quiz_Solution.mp4 2.15 MB
1_-_Outline_of_the_course/13_-_What_is_Density_Independent_Pixels.mp4 11.48 MB
1_-_Outline_of_the_course/14_-_Quiz.mp4 1.57 MB
1_-_Outline_of_the_course/15_-_Quiz_Solution.mp4 5.13 MB
1_-_Outline_of_the_course/16_-_Error_and_Android_Resources.mp4 18.8 MB
1_-_Outline_of_the_course/17_-_Wrap_Content.mp4 9.04 MB
1_-_Outline_of_the_course/18_-_Image_View.mp4 9.65 MB
1_-_Outline_of_the_course/19_-_Image_View_-attribute_to_change_the_height_and_Width.mp4 3.11 MB
1_-_Outline_of_the_course/20_-_Recap_of_View_and_Style_in_our_App.mp4 1.44 MB
1_-_Outline_of_the_course/21_-_View_Group_-_Linear_Layout.mp4 15.93 MB
1_-_Outline_of_the_course/22_-_Quiz_on_View_Group.mp4 2.97 MB
1_-_Outline_of_the_course/23_-_View_Group_-_Relative_and_Linear_Layout.mp4 4.1 MB
1_-_Outline_of_the_course/24_-_Look_at_the_code_for_Linear_layout.mp4 6.81 MB
1_-_Outline_of_the_course/25_-_Orientation_Attribute_in_Linear_Layout.mp4 14.17 MB
1_-_Outline_of_the_course/26_-_How_to_change_the_Orientation_in_Linear_Layout.mp4 9.86 MB
1_-_Outline_of_the_course/27_-_Different_options_for_layout_width_and_layout_height_-wrap_content_match_parent.mp4 16.17 MB
1_-_Outline_of_the_course/28_-_android_-layout_weight_attribute_in_Linear_Layout.mp4 19.99 MB
1_-_Outline_of_the_course/29_-_What_does_android_-layout_weight_mean_.mp4 8.24 MB
2_-_Laying_out_Views_in_RelativeLayout_programmatically/30_-_What_is_the_use_of_Relative_Layout_in_Android.mp4 18.33 MB
2_-_Laying_out_Views_in_RelativeLayout_programmatically/31_-_Align_TextView_elements_-layout_alignParentLeft_layout_alignParerentRight.mp4 1.92 MB
2_-_Laying_out_Views_in_RelativeLayout_programmatically/32_-_How_to_allign_TextView_horizontal_center_using_android_-layout_centerHorizontal.mp4 1.67 MB
2_-_Laying_out_Views_in_RelativeLayout_programmatically/33_-_How_can_I_assign_an_ID_to_a_view_programmatically_via_XML.mp4 19.58 MB
2_-_Laying_out_Views_in_RelativeLayout_programmatically/34_-_Time_for_Practice_-_Relative_layout_Quiz.mp4 760.43 KB
2_-_Laying_out_Views_in_RelativeLayout_programmatically/35_-_Using_attirbutes_like_layout_toRightOf_layout_toLeftOf_in_relativelayout.mp4 11.46 MB
3_-_Difference_between_a_View_s_Padding_and_Margin/36_-_How_to_use_margins_and_paddings_in_Android_layout_.mp4 7.09 MB
3_-_Difference_between_a_View_s_Padding_and_Margin/37_-_Android_s_padding_and_layout_margin_attributes.mp4 16.27 MB
4_-_Building_and_Running_your_App_from_Android_Studio/38_-_Run_the_app_from_Android_Studio.mp4 5.11 MB
4_-_Building_and_Running_your_App_from_Android_Studio/39_-_How_to_create_a_new_Android_Studio_project_.mp4 6.98 MB
4_-_Building_and_Running_your_App_from_Android_Studio/40_-_Overview_of_our_ORDER_app_for_our_Phone_Tablet.mp4 3.07 MB
4_-_Building_and_Running_your_App_from_Android_Studio/41_-_What_are_different_Views_View_Group_and_Styles_in_our_ORDER_App.mp4 1.39 MB
4_-_Building_and_Running_your_App_from_Android_Studio/42_-_Solution_for_the_Quiz.mp4 3.41 MB
4_-_Building_and_Running_your_App_from_Android_Studio/43_-_How_to_add_a_textview_and_a_button_to_linear_layout_programmatically_via_XML.mp4 29.52 MB
4_-_Building_and_Running_your_App_from_Android_Studio/44_-_How_to_add_button_click_event_in_android_studio.mp4 12.73 MB
4_-_Building_and_Running_your_App_from_Android_Studio/45_-_Adding_Price.mp4 13.54 MB
4_-_Building_and_Running_your_App_from_Android_Studio/46_-_Variable_and_Data_type.mp4 11.37 MB
4_-_Building_and_Running_your_App_from_Android_Studio/47_-_Crash_App.mp4 18.1 MB
4_-_Building_and_Running_your_App_from_Android_Studio/48_-_Increment_and_Decrement.mp4 25.18 MB
4_-_Building_and_Running_your_App_from_Android_Studio/49_-_App_Overview.mp4 6.94 MB
4_-_Building_and_Running_your_App_from_Android_Studio/50_-_Nested_View_Group.mp4 6.81 MB
4_-_Building_and_Running_your_App_from_Android_Studio/51_-_NestedView_group.mp4 10.64 MB
4_-_Building_and_Running_your_App_from_Android_Studio/52_-_String_data_type.mp4 16.81 MB
4_-_Building_and_Running_your_App_from_Android_Studio/53_-_Android_final_app.mp4 3.09 MB
4_-_Building_and_Running_your_App_from_Android_Studio/54_-_Introduction_about_the_Course.mp4 5.22 MB
4_-_Building_and_Running_your_App_from_Android_Studio/55_-_installing_java.mp4 28.56 MB
5_-_Introduction_to_JAVA/56_-_What_is_a_programming_language.mp4 9.21 MB
5_-_Introduction_to_JAVA/57_-_Basic_Syntax.mp4 5.23 MB
5_-_Introduction_to_JAVA/58_-_Eclipse_installation.mp4 16.33 MB
5_-_Introduction_to_JAVA/59_-_Hello_world_example.mp4 12.83 MB
5_-_Introduction_to_JAVA/60_-_What_is_a_variable_constant_and_keyword.mp4 20.14 MB
其他位置