上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 22 下一页

2021年3月5日

摘要: Login.java 1 package com.example.tiwenzhuce; 2 3 import androidx.appcompat.app.AppCompatActivity; 4 import android.content.Context; 5 import android.c 阅读全文

posted @ 2021-03-05 15:18 ***Pepsi*** 阅读(24) 评论(0) 推荐(0) 编辑


2021年3月4日

摘要: 0、介绍 TextClock是在Android 4.2(API 17)后推出的用来替代DigitalClock的一个控件!TextClock可以以字符串格式显示当前的日期和时间,因此推荐在Android 4.2以后使用TextClock。这个控件推荐在24进制的android系统中使用,TextCl 阅读全文

posted @ 2021-03-04 15:14 ***Pepsi*** 阅读(77) 评论(0) 推荐(0) 编辑


2021年3月3日

摘要: 百度定位 准备阶段:1.用Android Studio创建一个项目 2.在命令符下获取SHA1值(申请秘钥用) 3. 在百度地图官网注册开发者账号获取秘钥 4.记录下获取秘钥成功后的AK值(项目配置文件中使用) 5.下载需要使用的SDK(根据项目所需功能来勾选下载) 6.选取SDK中的jar文件和s 阅读全文

posted @ 2021-03-03 15:12 ***Pepsi*** 阅读(123) 评论(0) 推荐(0) 编辑


2021年3月2日

摘要: 今天是建民哥的第一节课,老师上第一节课没有说太过于知识性的内容,而是重点讲了“做中学” 做项目就如游泳一样,灌了水之后才学会换气,做项目也是如此,要失败几次之后才会做,老师还举了一个例子,大致是讲我们不能只背书,要将背书与实践结合起来,不结合的话你所背之书都是无用之书。 回想之前所做的项目,只是简单 阅读全文

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


2021年2月28日

摘要: 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*** 阅读(19) 评论(0) 推荐(0) 编辑


2021年2月27日

摘要: 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*** 阅读(25) 评论(0) 推荐(0) 编辑


2021年2月24日

摘要: 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*** 阅读(39) 评论(0) 推荐(0) 编辑


2021年2月23日

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

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


2021年2月22日

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

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


2021年2月21日

摘要: 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*** 阅读(19) 评论(0) 推荐(0) 编辑


2021年2月20日

摘要: 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*** 阅读(39) 评论(0) 推荐(0) 编辑


2021年2月19日

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

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


2021年2月18日

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

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


2021年2月17日

摘要: 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*** 阅读(48) 评论(0) 推荐(0) 编辑


2021年2月16日

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

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


上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 22 下一页

Copyright © 2024 ***Pepsi***
Powered by .NET 8.0 on Kubernetes