展示
文章平均质量分 88
jjt_cmdn
这个作者很懒,什么都没留下…
展开
-
AsyncTask
package com.example.xing;import android.os.AsyncTask;import android.os.Bundle;import android.support.v7.app.AppCompatActivity;import android.widget.ListView;import com.google.gson.Gson;import ja...原创 2018-11-30 08:24:56 · 105 阅读 · 0 评论 -
数据库studio
数据库package com.example.zkmoni;import android.content.Context;import android.database.sqlite.SQLiteDatabase;import android.database.sqlite.SQLiteOpenHelper;public class Sqlter extends SQLiteOpenHe...原创 2018-12-02 19:44:05 · 380 阅读 · 0 评论 -
侧滑与fragment联动
主页面xml页面<?xml version="1.0" encoding="utf-8"?><android.support.v4.widget.DrawerLayout xmlns:android=“http://schemas.android.com/apk/res/android”xmlns:app=“http://schemas.android.com/apk/re...原创 2018-12-08 10:57:14 · 240 阅读 · 0 评论 -
数据库+PullToRefreshListView
跳过XML<?xml version="1.0" encoding="utf-8"?><android.support.constraint.ConstraintLayout xmlns:android=“http://schemas.android.com/apk/res/android”xmlns:app=“http://schemas.android.com/apk/...原创 2018-12-21 08:15:04 · 158 阅读 · 0 评论 -
抽基类与PullToRefreshListView
主页面XML<?xml version="1.0" encoding="utf-8"?><android.support.v4.widget.DrawerLayout xmlns:android=“http://schemas.android.com/apk/res/android”xmlns:app=“http://schemas.android.com/apk/res-...原创 2018-12-16 20:10:09 · 186 阅读 · 0 评论 -
电商小项目
首页fragment.xml<?xml version="1.0" encoding="utf-8"?><com.jcodecraeer.xrecyclerview.XRecyclerView android:id="@+id/xrec" android:layout_width="match_parent" android:layout_h...原创 2019-01-20 09:44:00 · 461 阅读 · 0 评论