Android
粉红猪。。。
这个作者很懒,什么都没留下…
展开
-
WebView 的使用
新建一个layoutactivity_detail.xml<?xml version="1.0" encoding="utf-8"?><LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:orientation="vertical" android:layout_width="match_parent" android:layout_height="mat原创 2022-03-15 10:30:34 · 256 阅读 · 0 评论 -
Android 中 简单商品列表 的运用
完成效果如图所示:GoodActivitypackage com.example.sqlitedemo;import android.app.Activity;import android.content.Intent;import android.os.Bundle;import android.text.TextUtils;import android.view.View;import android.widget.Adapter;import and...原创 2022-03-13 16:26:11 · 4548 阅读 · 0 评论 -
Android 中对 ListView 中 进行增删改查
从SQLite数据库中获取信息传给List View,并对List View进行相关的增删改查操作!原创 2022-03-11 11:32:35 · 6960 阅读 · 2 评论 -
在Android Studio中操作SQLite数据库
项目目录:首先对页面做一个简单的布局activity_main.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://s.原创 2022-03-10 14:58:28 · 13244 阅读 · 0 评论