摘要: item布局fruit_item.xml: (http://www.amjmh.com/v/) <?xml version="1.0" encoding="utf-8"?><LinearLayout xmlns:android="http://schemas.android.com/apk/res/ 阅读全文
posted @ 2019-08-30 17:27 李艳艳665 阅读(272) 评论(0) 推荐(0) 编辑
摘要: package com.example.recyclerviewtest; public class Fruit { private String name; private int imageId; public Fruit(String name, int imageId) { this.nam 阅读全文
posted @ 2019-08-30 17:27 李艳艳665 阅读(87) 评论(0) 推荐(0) 编辑
摘要: package com.example.recyclerviewtest; import android.view.LayoutInflater;import android.view.View;import android.view.ViewGroup;import android.widget. 阅读全文
posted @ 2019-08-30 17:27 李艳艳665 阅读(628) 评论(0) 推荐(0) 编辑
摘要: package com.example.recyclerviewtest; import androidx.appcompat.app.AppCompatActivity;import androidx.recyclerview.widget.LinearLayoutManager;import a 阅读全文
posted @ 2019-08-30 17:27 李艳艳665 阅读(90) 评论(0) 推荐(0) 编辑
摘要: ①LOCAL_PATH ②CLEAR_VARS ③LOCAL_SRC_FILES ④LOCAL_CFLAGS(可选) ⑤LOCAL_MODULE ⑥LOCAL_STATIC_LIBRARIES(可选) ⑦BUILD_XXX (12)Android.mk常用的变量 变量名 说明LOCAL_PATH 用 阅读全文
posted @ 2019-08-30 17:26 李艳艳665 阅读(1415) 评论(0) 推荐(0) 编辑