小白学Android开发
无盐之地
这个作者很懒,什么都没留下…
展开
-
用隐式意图打开浏览器
//xml<?xml version="1.0" encoding="utf-8"?><androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:tools="http://schemas.and.原创 2022-04-09 19:41:27 · 343 阅读 · 0 评论 -
Android作业-数据传递
//xml<?xml version="1.0" encoding="utf-8"?><LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:tools="http://schemas.android.com/tools" android:layout_wi.原创 2022-04-07 11:40:53 · 2303 阅读 · 0 评论 -
Android整数相加程序
Activity_main.xml<?xml version="1.0" encoding="utf-8"?><RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="match_parent" > <TextView .原创 2022-04-06 15:25:59 · 3327 阅读 · 0 评论 -
隐式意图笔记(自用)
通过 隐式意图,跳转到第二个activity,并从activity中得到数据显示到activity2中一.通过new Intent()//MainActivity.javapackage com.lixin.day05;import androidx.appcompat.app.AppCompatActivity;import android.content.Intent;import android.os.Bundle;public class MainActivity exte原创 2022-04-06 15:14:07 · 2186 阅读 · 0 评论