02 2021 档案

摘要:list_item <?xml version="1.0" encoding="utf-8"?> <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="matc 阅读全文

posted @ 2021-02-28 14:29 ***Pepsi*** 阅读(22) 评论(0) 推荐(0) 编辑 |

摘要:activity_main <?xml version="1.0" encoding="utf-8"?> <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://sche 阅读全文

posted @ 2021-02-27 14:28 ***Pepsi*** 阅读(26) 评论(0) 推荐(0) 编辑 |

摘要:new_cost package com.example.zhangbengapp; import androidx.appcompat.app.AppCompatActivity; import android.content.ContentValues; import android.datab 阅读全文

posted @ 2021-02-24 14:26 ***Pepsi*** 阅读(41) 评论(0) 推荐(0) 编辑 |

摘要:MainActivity 账本开发的主界面 package com.example.zhangbengapp; import androidx.annotation.Nullable; import androidx.appcompat.app.AppCompatActivity; import a 阅读全文

posted @ 2021-02-23 14:24 ***Pepsi*** 阅读(28) 评论(0) 推荐(0) 编辑 |

摘要:ListAdapter 用来制作消费账单界面的适配器 package com.example.zhangbengapp; import android.content.Context; import android.view.LayoutInflater; import android.view.V 阅读全文

posted @ 2021-02-22 14:23 ***Pepsi*** 阅读(32) 评论(0) 推荐(0) 编辑 |

摘要:DBHelper package com.example.zhangbengapp; import android.content.Context; import android.database.sqlite.SQLiteDatabase; import android.database.sqli 阅读全文

posted @ 2021-02-21 14:22 ***Pepsi*** 阅读(22) 评论(0) 推荐(0) 编辑 |

摘要:costList 消费清单 package com.example.zhangbengapp; public class costList { private String _id; private String Title; private String Date; private String 阅读全文

posted @ 2021-02-20 14:21 ***Pepsi*** 阅读(46) 评论(0) 推荐(0) 编辑 |

摘要:RecyclerViewActivity package com.example.firstapp.recyclerview; import androidx.appcompat.app.AppCompatActivity; import android.content.Intent; import 阅读全文

posted @ 2021-02-19 14:18 ***Pepsi*** 阅读(36) 评论(0) 推荐(0) 编辑 |

摘要:LinearRecyclerViewActivity package com.example.firstapp.recyclerview; import androidx.appcompat.app.AppCompatActivity; import androidx.recyclerview.wi 阅读全文

posted @ 2021-02-18 14:17 ***Pepsi*** 阅读(23) 评论(0) 推荐(0) 编辑 |

摘要:LinearAdapter package com.example.firstapp.recyclerview; import android.content.Context; import android.view.LayoutInflater; import android.view.View; 阅读全文

posted @ 2021-02-17 14:17 ***Pepsi*** 阅读(50) 评论(0) 推荐(0) 编辑 |

摘要:HorRecyclerViewActivity package com.example.firstapp.recyclerview; import androidx.appcompat.app.AppCompatActivity; import androidx.recyclerview.widge 阅读全文

posted @ 2021-02-16 14:16 ***Pepsi*** 阅读(28) 评论(0) 推荐(0) 编辑 |

摘要:HorAdapter package com.example.firstapp.recyclerview; import android.content.Context; import android.view.LayoutInflater; import android.view.View; im 阅读全文

posted @ 2021-02-15 14:10 ***Pepsi*** 阅读(29) 评论(0) 推荐(0) 编辑 |

摘要:GridRecyclerViewActivity package com.example.firstapp.recyclerview; import androidx.appcompat.app.AppCompatActivity; import androidx.recyclerview.widg 阅读全文

posted @ 2021-02-14 14:08 ***Pepsi*** 阅读(34) 评论(0) 推荐(0) 编辑 |

摘要:GridAdapter 1 package com.example.firstapp.recyclerview; 2 3 import android.content.Context; 4 import android.view.LayoutInflater; 5 import android.vi 阅读全文

posted @ 2021-02-13 14:07 ***Pepsi*** 阅读(30) 评论(0) 推荐(0) 编辑 |

摘要:activity_grid_recycler_view <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:la 阅读全文

posted @ 2021-02-12 14:06 ***Pepsi*** 阅读(19) 评论(0) 推荐(0) 编辑 |

摘要:activity_gridview <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:orientation= 阅读全文

posted @ 2021-02-11 14:05 ***Pepsi*** 阅读(20) 评论(0) 推荐(0) 编辑 |

摘要:activity_hor_recycler_view <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:lay 阅读全文

posted @ 2021-02-10 14:03 ***Pepsi*** 阅读(16) 评论(0) 推荐(0) 编辑 |

摘要:activity_linear_recycler_view <?xml version="1.0" encoding="utf-8"?> <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" androi 阅读全文

posted @ 2021-02-09 14:02 ***Pepsi*** 阅读(8) 评论(0) 推荐(0) 编辑 |

摘要:activity_recycler_view <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_ 阅读全文

posted @ 2021-02-08 13:59 ***Pepsi*** 阅读(22) 评论(0) 推荐(0) 编辑 |

摘要:activity_web_view <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http:// 阅读全文

posted @ 2021-02-07 13:57 ***Pepsi*** 阅读(12) 评论(0) 推荐(0) 编辑 |

摘要:layout_grid_item <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width= 阅读全文

posted @ 2021-02-06 13:55 ***Pepsi*** 阅读(15) 评论(0) 推荐(0) 编辑 |

摘要:layout_grid_recyclerview_item <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android: 阅读全文

posted @ 2021-02-05 13:54 ***Pepsi*** 阅读(12) 评论(0) 推荐(0) 编辑 |

摘要:layout_hor_item <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width=" 阅读全文

posted @ 2021-02-04 13:53 ***Pepsi*** 阅读(14) 评论(0) 推荐(0) 编辑 |

摘要:layout_linear_item <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_widt 阅读全文

posted @ 2021-02-03 13:52 ***Pepsi*** 阅读(11) 评论(0) 推荐(0) 编辑 |

摘要:SharedHelper package com.example.firstapp; import android.content.Context; import android.content.SharedPreferences; import android.widget.Toast; impo 阅读全文

posted @ 2021-02-02 13:51 ***Pepsi*** 阅读(37) 评论(0) 推荐(0) 编辑 |

摘要:MyGridViewAdapter package com.example.firstapp.gridview; import android.content.Context; import android.view.LayoutInflater; import android.view.View; 阅读全文

posted @ 2021-02-01 13:45 ***Pepsi*** 阅读(16) 评论(0) 推荐(0) 编辑 |

随笔 - 319, 文章 - 0, 评论 - 0, 阅读 - 36566

Copyright © 2025 ***Pepsi***
Powered by .NET 9.0 on Kubernetes

点击右上角即可分享
微信分享提示