android备忘录教学_android备忘录教学_Android Studio-备忘录功能实现

这篇博客详细介绍了如何在Android Studio中实现备忘录功能。从创建NoteActivity、设计布局,到实现文本监听、保存和重置功能,以及处理文件输入输出,最后展示登录后直接跳转到备忘录的设置。通过代码示例,帮助读者理解整个备忘录应用的实现过程。
摘要由CSDN通过智能技术生成

终于,Android作业弄完了,最后一个,备忘录教学。

相关安卓教学内容:

首先第一步,还是老样子,创建一个NoteActivity。

image.png

第二步,打开activity_note.xml,开始布局,话不多说了,关于这一块的内容我在登录,注册当中已经教学的很详细了,直接上代码吧,反正我码再多字估计你们也不看....

xmlns:app="http://schemas.android.com/apk/res-auto"

xmlns:tools="http://schemas.android.com/tools"

android:layout_width="match_parent"

android:layout_height="match_parent"

tools:context=".NoteActivity"

android:background="@drawable/notebg">

android:id="@+id/textView3"

android:layout_width="wrap_content"

android:layout_height="wrap_content"

android:layout_alignParentTop="true"

android:layout_centerHorizontal="true"

android:layout_marginTop="10dp"

android:text="备忘录"

android:textSize="30dp"/>

android:id="@+id/editText3"

android:layout_width="wrap_content"

android:layout_height="wrap_content"

android:ems="10"

android:minLines="17"

android:inputType="textMultiLine"

android:hint="点击此处输入文字"

android:background="@null"

android:layout_marginLeft="20dp"

android:layout_marginRight="20dp"

android:layout_alignParentStart="true"

android:layout_above="@+id/button4"

android:layout_alignParentEnd="tru

  • 0
    点赞
  • 3
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值