<shape android:shape=“rectangle”
xmlns:android=“http://schemas.android.com/apk/res/android”>
===================================================================
<RelativeLayout
android:id=“@id/title_bar”
android:layout_width=“fill_parent”
android:layout_height=“wrap_content”>
<ImageView
android:id=“@id/back_icon”
android:layout_width=“wrap_content”
android:layout_height=“wrap_content”
android:padding=“16.0dip”
android:src=“@drawable/back_nav_selector” />
<TextView
android:id=“@id/title”
android:layout_width=“wrap_content”
android:layout_height=“wrap_content”
android:layout_centerInParent=“true”
android:text=“@string/detection_auth”
android:textColor=“@color/jimeng_black”
android:textSize=“18.0dip” />
效果图如下:
<ImageView
android:id=“@id/blog_avtar”
android:layout_width=“80.0dip”
android:layout_height=“80.0dip”
android:src=“@drawable/venda_default_icon_jimeng”
android:layout_gravity=“center_horizontal”
android:layout_marginTop=“24.0dip”
android:scaleType=“centerCrop” />
<TextView
android:id=“@id/nickname”
android:layout_width=“fill_parent”
android:layout_height=“wrap_content”
android:layout_gravity=“center_horizontal”
android:layout_marginLeft=“24.0dip”
android:layout_marginTop=“10.0dip”
android:layout_marginRight=“24.0dip”
android:gravity=“center_horizontal”
android:text=“计蒙不吃鱼”
android:textColor=“@color/jimeng_black”
android:textSize=“18.0sp” />
效果图如下:
<EditText
android:id=“@id/edit_id”
android:layout_width=“fill_parent”
android:layout_height=“65.0dip”
android:layout_marginLeft=“24.0dip”
android:layout_marginTop=“12.0dip”
android:layout_marginRight=“24.0dip”
android:background=“@drawable/shape_detection_input_bg”
android:gravity=“center_vertical”
android:hint=“@string/detection_auth_id_hint”
android:paddingLeft=“24.0dip”
android:paddingRight=“24.0dip”
android:singleLine=“true”
android:textColor=“@color/jimeng_black”
android:textColorHint=“@color/jimeng_gray03”
android:textSize=“18.0sp” />
效果图如下:
<LinearLayout
android:layout_width=“wrap_content”
android:layout_height=“wrap_content”
android:layout_marginLeft=“24.0dip”
android:layout_marginTop=“24.0dip”
android:layout_marginRight=“24.0dip”
android:gravity=“center_vertical”
android:orientation=“horizontal”>
<CheckBox
android:id=“@id/agreement_check”
android:layout_width=“wrap_content”
android:layout_height=“wrap_content”
android:checked=“false”
android:paddingRight=“4.0dip” />
<TextView
android:id=“@id/agreement”
android:layout_width=“wrap_content”
android:layout_height=“wrap_content”
android:layout_gravity=“center_vertical”
android:text=“@string/detection_agreement”
android:textColor=“@color/jimeng_gray02”
android:textSize=“12.0sp” />
效果图如下:
===================================================================
<RelativeLayout xmlns:android=“http://schemas.android.com/apk/res/android”
android:layout_width=“fill_parent”
android:layout_height=“fill_parent”
android:background=“@color/jimeng_white”>
<RelativeLayout
android:id=“@id/title_bar”
android:layout_width=“fill_parent”
android:layout_height=“wrap_content”>
<ImageView
android:id=“@id/back_icon”
android:layout_width=“wrap_content”
android:layout_height=“wrap_content”
android:padding=“16.0dip”
android:src=“@drawable/back_nav_selector” />
<TextView
android:id=“@id/title”
android:layout_width=“wrap_content”
android:layout_height=“wrap_content”
android:layout_centerInParent=“true”
android:text=“@string/detection_auth”
android:textColor=“@color/jimeng_black”
android:textSize=“18.0dip” />
<ScrollView
android:layout_width=“fill_parent”
android:layout_height=“fill_parent”
android:layout_below=“@id/title_bar”
android:overScrollMode=“never”
android:scrollbars=“none”>
<RelativeLayout
android:layout_width=“fill_parent”
android:layout_height=“fill_parent”>
<LinearLayout
android:id=“@id/apply_info_layout”
android:layout_width=“fill_parent”
android:layout_height=“fill_parent”
android:orientation=“vertical”
android:visibility=“visible”>
<ImageView
android:id=“@id/blog_avtar”
android:layout_width=“80.0dip”
android:layout_height=“80.0dip”
android:src=“@drawable/venda_default_icon_jimeng”
android:layout_gravity=“center_horizontal”
android:layout_marginTop=“24.0dip”
android:scaleType=“centerCrop” />
<TextView
android:id=“@id/nickname”
android:layout_width=“fill_parent”
android:layout_height=“wrap_content”
android:layout_gravity=“center_horizontal”
android:layout_marginLeft=“24.0dip”
android:layout_marginTop=“10.0dip”
android:layout_marginRight=“24.0dip”
android:gravity=“center_horizontal”
android:text=“计蒙不吃鱼”
android:textColor=“@color/jimeng_black”
android:textSize=“18.0sp” />
<TextView
android:id=“@id/tip”
android:layout_width=“wrap_content”
android:layout_height=“wrap_content”
android:layout_gravity=“center_horizontal”
android:layout_marginTop=“24.0dip”
android:text=“@string/detection_auth_tip”
android:textColor=“@color/jimeng_gray02”
android:textSize=“13.0sp” />
<EditText
android:id=“@id/edit_name”
android:layout_width=“fill_parent”
android:layout_height=“65.0dip”
android:layout_marginLeft=“24.0dip”
android:layout_marginTop=“24.0dip”
android:layout_marginRight=“24.0dip”
android:background=“@drawable/shape_detection_input_bg”
android:gravity=“center_vertical”
android:hint=“@string/detection_auth_name_hint”
android:paddingLeft=“24.0dip”
android:paddingRight=“24.0dip”
android:singleLine=“true”
android:textColor=“@color/jimeng_black”
android:textColorHint=“@color/jimeng_gray03”
android:textSize=“18.0sp” />
<EditText
android:id=“@id/edit_id”
android:layout_width=“fill_parent”
android:layout_height=“65.0dip”
android:layout_marginLeft=“24.0dip”
android:layout_marginTop=“12.0dip”
android:layout_marginRight=“24.0dip”
android:background=“@drawable/shape_detection_input_bg”
android:gravity=“center_vertical”
android:hint=“@string/detection_auth_id_hint”
android:paddingLeft=“24.0dip”
android:paddingRight=“24.0dip”
android:singleLine=“true”
android:textColor=“@color/jimeng_black”
android:textColorHint=“@color/jimeng_gray03”
android:textSize=“18.0sp” />
<EditText
android:id=“@id/edit_phone”
android:layout_width=“fill_parent”
android:layout_height=“65.0dip”
android:layout_marginLeft=“24.0dip”
android:layout_marginTop=“12.0dip”
android:layout_marginRight=“24.0dip”
android:background=“@drawable/shape_detection_input_bg”
android:gravity=“center_vertical”
android:hint=“@string/detection_auth_phone_hint”
android:paddingLeft=“24.0dip”
android:paddingRight=“24.0dip”
android:singleLine=“true”
android:textColor=“@color/jimeng_black”
android:textColorHint=“@color/jimeng_gray03”
android:textSize=“18.0sp” />
<TextView
android:id=“@id/next”
android:layout_width=“fill_parent”
android:layout_height=“50.0dip”
android:layout_marginLeft=“24.0dip”
android:layout_marginTop=“24.0dip”
android:layout_marginRight=“24.0dip”
android:background=“@drawable/selector_apply_info_next_bg”
android:enabled=“false”
android:gravity=“center”
android:text=“@string/detection_auth_start_facedetection”
android:textColor=“@color/jimeng_gray03”
android:textSize=“18.0sp” />
<LinearLayout
android:layout_width=“wrap_content”
android:layout_height=“wrap_content”
android:layout_marginLeft=“24.0dip”
android:layout_marginTop=“24.0dip”
android:layout_marginRight=“24.0dip”
android:gravity=“center_vertical”
android:orientation=“horizontal”>
自我介绍一下,小编13年上海交大毕业,曾经在小公司待过,也去过华为、OPPO等大厂,18年进入阿里一直到现在。
深知大多数初中级Android工程师,想要提升技能,往往是自己摸索成长或者是报班学习,但对于培训机构动则近万的学费,着实压力不小。自己不成体系的自学效果低效又漫长,而且极易碰到天花板技术停滞不前!
因此收集整理了一份《2024年Android移动开发全套学习资料》,初衷也很简单,就是希望能够帮助到想自学提升又不知道该从何学起的朋友,同时减轻大家的负担。
既有适合小白学习的零基础资料,也有适合3年以上经验的小伙伴深入学习提升的进阶课程,基本涵盖了95%以上Android开发知识点,真正体系化!
由于文件比较大,这里只是将部分目录截图出来,每个节点里面都包含大厂面经、学习笔记、源码讲义、实战项目、讲解视频,并且会持续更新!
如果你觉得这些内容对你有帮助,可以扫码获取!!(备注:Android)
学习福利
【Android 详细知识点思维脑图(技能树)】
其实Android开发的知识点就那么多,面试问来问去还是那么点东西。所以面试没有其他的诀窍,只看你对这些知识点准备的充分程度。so,出去面试时先看看自己复习到了哪个阶段就好。
虽然 Android 没有前几年火热了,已经过去了会四大组件就能找到高薪职位的时代了。这只能说明 Android 中级以下的岗位饱和了,现在高级工程师还是比较缺少的,很多高级职位给的薪资真的特别高(钱多也不一定能找到合适的),所以努力让自己成为高级工程师才是最重要的。
这里附上上述的面试题相关的几十套字节跳动,京东,小米,腾讯、头条、阿里、美团等公司19年的面试题。把技术点整理成了视频和PDF(实际上比预期多花了不少精力),包含知识脉络 + 诸多细节。
由于篇幅有限,这里以图片的形式给大家展示一小部分。
网上学习 Android的资料一大堆,但如果学到的知识不成体系,遇到问题时只是浅尝辄止,不再深入研究,那么很难做到真正的技术提升。希望这份系统化的技术体系对大家有一个方向参考。
《Android学习笔记总结+移动架构视频+大厂面试真题+项目实战源码》,点击传送门即可获取!
-1712212900210)]
其实Android开发的知识点就那么多,面试问来问去还是那么点东西。所以面试没有其他的诀窍,只看你对这些知识点准备的充分程度。so,出去面试时先看看自己复习到了哪个阶段就好。
虽然 Android 没有前几年火热了,已经过去了会四大组件就能找到高薪职位的时代了。这只能说明 Android 中级以下的岗位饱和了,现在高级工程师还是比较缺少的,很多高级职位给的薪资真的特别高(钱多也不一定能找到合适的),所以努力让自己成为高级工程师才是最重要的。
这里附上上述的面试题相关的几十套字节跳动,京东,小米,腾讯、头条、阿里、美团等公司19年的面试题。把技术点整理成了视频和PDF(实际上比预期多花了不少精力),包含知识脉络 + 诸多细节。
由于篇幅有限,这里以图片的形式给大家展示一小部分。
[外链图片转存中…(img-E3bQ8QHh-1712212900210)]
网上学习 Android的资料一大堆,但如果学到的知识不成体系,遇到问题时只是浅尝辄止,不再深入研究,那么很难做到真正的技术提升。希望这份系统化的技术体系对大家有一个方向参考。