Android物联网应用程序开发(智慧城市)—— 用户注册界面开发
TextViewandroid:text=“密码:”
android:layout_height=“wrap_content”
android:layout_marginLeft=“50dp”
android:layout_marginRight=“50dp”
android:layout_marginTop=“20dp”>
<TextView
android:layout_width=“0.0dp”
android:layout_height=“wrap_content”
android:layout_weight=“2”
android:gravity=“right”
android:text=“密码:”
android:textColor=“@color/white”/>
<EditText
android:layout_width=“0.0dp”
android:layout_height=“wrap_content”
android:layout_weight=“5”
android:ems=“10”>
<CheckBox
android:layout_width=“0.0dp”
android:layout_height=“wrap_content”
android:layout_weight=“3”
android:text=“显示密码”
android:textColor=“@color/white”/>
<LinearLayout
android:layout_width=“match_parent”
android:layout_height=“wrap_content”
android:layout_marginLeft=“50dp”
android:layout_marginRight=“50dp”
android:layout_marginTop=“20dp”>
<TextView
android:layout_width=“0.0dp”
android:layout_height=“wrap_content”
android:layout_weight=“2”
android:gravity=“right”
android:text=“确认密码:”
android:textColor=“@color/white”/>
<EditText
android:layout_width=“0.0dp”
android:layout_height=“wrap_content”
android:layout_weight=“8”
android:ems=“10”>
<LinearLayout
android:layout_width=“match_parent”
android:layout_height=“wrap_content”
android:layout_marginLeft=“50dp”
android:layout_marginRight=“50dp”
android:layout_marginTop=“20dp”>
<RadioGroup
android:layout_width=“match_parent”
android:layout_height=“wrap_content”
android:orientation=“horizontal”
android:gravity=“right”>
<RadioButton
android:layout_width=“wrap_content”
android:layout_height=“wrap_content”
android:textColor=“@color/white”
android:text=“男”
android:layout_marginRight=“0dp”/>
<RadioButton
android:layout_width=“wrap_content”
android:layout_height=“wrap_content”
android:textColor=“@color/white”
android:text=“女”/>
<CheckBox
android:layout_width=“wrap_content”
android:layout_height=“wrap_content”
android:text=“同意 注册协议”
android:textColor=“@color/white”
android:layout_gravity=“right”
android:gravity=“center_vertical”
android:layout_marginRight=“60dp”
android:layout_marginTop=“20dp”/>
<Button
android:layout_width=“130dp”
自我介绍一下,小编13年上海交大毕业,曾经在小公司待过,也去过华为、OPPO等大厂,18年进入阿里一直到现在。
深知大多数初中级Android工程师,想要提升技能,往往是自己摸索成长或者是报班学习,但对于培训机构动则近万的学费,着实压力不小。自己不成体系的自学效果低效又漫长,而且极易碰到天花板技术停滞不前!
因此收集整理了一份《2024年Android移动开发全套学习资料》,初衷也很简单,就是希望能够帮助到想自学提升又不知道该从何学起的朋友,同时减轻大家的负担。
既有适合小白学习的零基础资料,也有适合3年以上经验的小伙伴深入学习提升的进阶课程,基本涵盖了95%以上Android开发知识点,真正体系化!
由于文件比较大,这里只是将部分目录截图出来,每个节点里面都包含大厂面经、学习笔记、源码讲义、实战项目、讲解视频,并且会持续更新!
如果你觉得这些内容对你有帮助,可以扫码获取!!(资料价值较高,非无偿)

结尾
- 腾讯T4级别Android架构技术脑图;查漏补缺,体系化深入学习提升
- 一线互联网Android面试题含详解(初级到高级专题)
这些题目是今年群友去腾讯、百度、小米、乐视、美团、58、猎豹、360、新浪、搜狐等一线互联网公司面试被问到的题目。并且大多数都整理了答案,熟悉这些知识点会大大增加通过前两轮技术面试的几率
有Android开发3-5年基础,希望突破瓶颈,成为架构师的小伙伴,可以关注我
《Android学习笔记总结+移动架构视频+大厂面试真题+项目实战源码》,点击传送门即可获取!
大大增加通过前两轮技术面试的几率
[外链图片转存中…(img-xozV7dTd-1711608536014)]
有Android开发3-5年基础,希望突破瓶颈,成为架构师的小伙伴,可以关注我
《Android学习笔记总结+移动架构视频+大厂面试真题+项目实战源码》,点击传送门即可获取!
更多推荐
所有评论(0)