首页 > TAG信息列表 > fruitList

【Android知识复习总结】ListView

目录 一、ListView用法 二、定制ListView界面 三、提升ListView的运行效率 四、设置ListView点击事件 一、ListView用法 1.新建项目 2.修改activity——main.xml代码 3.修改MainActivity.java代码 二、定制ListView界面 在上面的基础上 4.定义一个实体类Fruit.java,为ListView

android——下拉选择框(自定义spinner)

相信大家都有遇到下拉选择这个功能,接下来我把我学习的给大家分享一下。 一、导入依赖 implementation 'com.github.arcadefire:nice-spinner:1.4.4' 二、具体应用 1、接来下就是创建一个xml布局了fragment_restaurant,我个人比较喜欢用constraintlayout约束性布局,我觉得

《第一行代码 第二版》 第三章

《第一行代码 第二版》 本博客是对第一行代码的精简总结,仅供个人学习使用。如需系统学习请购买正版或者电子书籍。 链接附上

Java8 Stream常用操作

import lombok.AllArgsConstructor; import lombok.Builder; import lombok.Data; @Data @AllArgsConstructor @Builder public class Fruit { private Integer id; private String name; private Double money; private Integer num; } 测试用例 import o

listview

package com.example.myapplication; import androidx.appcompat.app.AppCompatActivity; import android.annotation.SuppressLint; import android.app.Activity; import android.os.Bundle; import android.view.View; import android.widget.Button; import android.wid

9.30

<?xml version="1.0" encoding="utf-8"?> <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:tools="http://schemas

第八周

<?xml version="1.0" encoding="utf-8"?> <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:tools="http://schemas

购物界面

<?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"

购物菜单

<?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.3

import androidx.appcompat.app.AppCompatActivity; import android.annotation.SuppressLint; import android.app.Activity; import android.os.Bundle; import android.view.View; import android.widget.Button; import android.widget.ListView; import android.widget.