You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

682 B

实验二 Activity 的应用实践之登录注册设计

一、实验目的

  1. 了解各种布局的特点。
  2. 掌握 Intent 的作用。
  3. 掌握各种常见组件的使用
  4. 掌握适配器和 ArrayList 的作用。

二、实验仪器

计算机 一台
Android Studio

三、实验内容

  1. 设计一个登录注册 APP。
  2. 具备登录和注册功能。
  3. 自行扩展其他功能。

四、实验总结

  1. 说明 APP 整体设计概念,是否有加入自己的应用想法。
  2. 记录出现的调试问题并说明解决的方法。

五、预习要求

  1. 了解本次实验中使用的各组件的应用方法。
  2. 了解 Intent 的使用。