安卓04作业 -用户登录界面

用户登录窗口
编辑activity_main.xml
编辑strings.xml
编辑activity_main.xml

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:gravity="center"
    android:padding="15dp"
    android:orientation="vertical" >

    <TextView
        android:id="@+id/tvUserLogin"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:layout_marginBottom="30dp"
        android:text="@string/user_login"
        android:textColor="#ff00ff"
        android:textSize="25sp" />

    <LinearLayout
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:gravity="center_horizontal"
        android:orientation="horizontal" >

        <TextView
            android:id="@+id/tvUsername"
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:text="@string/username"
            android:textColor="#000000"
            android:textSize="20sp" />

        <EditText
            android:id="@+id/edtUsername"
            android:layout_width="150dp"
            android:layout_height="wrap_content"
            android:ems="10"
            android:hint="@string/input_username"
            android:singleLine="true" />
    </LinearLayout>

    <LinearLayout
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:gravity="center_horizontal"
        android:orientation="horizontal" >

        <TextView
            android:id="@+id/tvPassword"
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:text="@string/password"
            android:textColor="#000000"
            android:textSize="20sp" />

        <EditText
            android:id="@+id/edtPassword"
            android:layout_width="150dp"
            android:layout_height="wrap_content"
            android:ems="10"
            android:hint="@string/input_password"
            android:inputType="textPassword"
            android:singleLine="true" />
    </LinearLayout>

    <LinearLayout
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:layout_marginTop="30dp"
        android:gravity="center_horizontal"
        android:orientation="horizontal" >

        <Button
            android:id="@+id/btnLogin"
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:paddingLeft="30dp"
            android:paddingRight="30dp"
            android:text="@string/login"
            android:textSize="20sp" />

        <Button
            android:id="@+id/btnCancel"
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:paddingLeft="30dp"
            android:paddingRight="30dp"
            android:text="@string/cancel"
            android:textSize="20sp" />
    </LinearLayout>

</LinearLayout>

编辑strings.xml

用户登录
用户登录
用户:
请输入用户名
密码:
请输入密码
登录
取消

运行结果:

在这里插入图片描述

  • 0
    点赞
  • 1
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
很高兴能为您提供帮助,以下是我整理的一些安卓仿外卖app的开发资源和步骤,希望对您有所帮助。 1. 开发环境:Android Studio 2. 项目需求:仿外卖app,包含用户注册、登录、浏览商品、下单、支付等功能。 3. 下载资源: - 项目源码:https://github.com/iammert/Android-MVVM-Architecture - 图片素材:https://www.pexels.com/ - 服务器搭建:https://www.wampserver.com/ 4. 开发步骤: - 创建一个新的Android Studio项目,选择“Empty Activity”模板。 - 导入项目源码,并根据自己的需求进行修改和扩展。 - 在布局文件设计界面,使用RecyclerView展示商品列表,使用ViewPager展示广告轮播图等。 - 实现用户注册、登录、浏览商品、下单、支付等功能。可以使用第三方支付SDK,如支付宝SDK、微信支付SDK等。 - 数据库操作使用Room数据库,该库可以让你在使用SQLite时更加方便。 - 使用Retrofit库进行网络请求。 - 将数据存储在本地,使用SharedPreferences或者SQLite进行数据存储。 - 为了防止网络请求过程出现问题,可以使用RxJava库进行异步处理。 5. 注意事项: - 在使用图片素材的时候,务必注意版权问题,尽量使用免费的图片素材。 - 在注册和登录时,需要进行信息校验和加密。 - 在下单和支付时,需要保证用户信息和支付信息的安全性。 - 开发过程,需要进行代码注释和版本控制。 希望以上内容能够对您有所帮助。如果您还有其他问题,可以随时向我提出。

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值