摘要:
数据库的存储读取,系统时间读取。 Button Btn; TextView timeET; 用户名与时间 User user=new User(); timeET=(TextView)findViewById( R.id.timeET ); SimpleDateFormat simpleDateFo 阅读全文
摘要:
读取本机手机号与自动登录功能的实现。 TelephonyManager tm = (TelephonyManager)this.getSystemService(Context.TELEPHONY_SERVICE); String pho = tm.getLine1Number(); boolean 阅读全文
摘要:
AndroidStudio注册功能实现。 protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.zc); UserService 阅读全文
摘要:
介绍自己 缺点:三分钟热度、选择性拖延症、选择性懒癌晚期…… 优点:大概是喜欢解题后的成就感,义务教育时期来自于数学和物理,现在来自于所有工理科。 现状、经验和计划 各种语言都学了个大概但都模模糊糊不精通,最擅长的语言取决于常用语言,现在是JAVA。 对于计划,有将来从事游戏软件开发的意愿,但这只是 阅读全文
摘要:
设计思路: 制作体温填报网页,利用按钮跳转。 代码如下: package com.example.myapp1; import androidx.appcompat.app.AppCompatActivity; import android.os.Bundle; import android.uti 阅读全文
摘要:
主要代码已完成,app“精修”等以后再说。 今天完成的是app的打包与“家人群传销”。 android sutdio打包方法参考自https://jingyan.baidu.com/article/22a299b583606b9e19376acf.html 自此,记账本开发大致完成。 阅读全文
摘要:
今天完成账单的显示。(代码参考自CSDN、百度等) package com.example.myapp0; import androidx.appcompat.app.AppCompatActivity;import android.widget.ImageButton;import android 阅读全文
摘要:
public class Add extends AppCompatActivity { private EditText time; @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(save 阅读全文
摘要:
今天连接了数据库。 package com.example.myapp0.service; import android.content.Context; import android.database.sqlite.SQLiteDatabase; import android.database.s 阅读全文
摘要:
今天实现了点击按钮跳转页面。 package com.example.myapp0; import androidx.appcompat.app.AppCompatActivity; import android.content.Intent; import android.net.Uri; imp 阅读全文