摘要:
前言: App项目开发大部分时候还是以UI页面为主,这时我们需要调用大量的findViewById以及setOnClickListener等代码,控件的少的时候我们还能接受,控件多起来有时候就会有一种想砸键盘的冲动。所以这个时候我们想着可以借助注解的方式让我们从这种繁重的工作中脱离出来,也让代码变得 阅读全文
posted @ 2019-06-21 16:35
DarJeely
阅读(338)
评论(0)
推荐(0)
摘要:
package com.example.youngwind.helloworld.FileStorage; import android.content.Context; import android.support.v7.app.AppCompatActivity; import android.os.Bundle; import android.text.TextUtils; import... 阅读全文
posted @ 2019-06-21 15:11
DarJeely
阅读(806)
评论(0)
推荐(0)
摘要:
package com.example.youngwind.helloworld.FileStorage; import android.app.Activity; import android.content.SharedPreferences; import android.os.Bundle; import android.view.View; import android.widget... 阅读全文
posted @ 2019-06-21 15:10
DarJeely
阅读(216)
评论(0)
推荐(0)
摘要:
package com.example.youngwind.helloworld.HttpRequest; import android.support.v7.app.AppCompatActivity; import android.os.Bundle; import android.util.Log; import android.view.View; import android.wid... 阅读全文
posted @ 2019-06-21 15:08
DarJeely
阅读(342)
评论(0)
推荐(0)
摘要:
package com.example.youngwind.helloworld.ThreadTask; import android.os.Handler; import android.os.Message; import android.support.v7.app.AppCompatActivity; import android.os.Bundle; import android.u... 阅读全文
posted @ 2019-06-21 14:39
DarJeely
阅读(226)
评论(0)
推荐(0)
摘要:
Spring Boot 概述 Build Anything with Spring Boot:Spring Boot is the starting point for building all Spring-based applications. Spring Boot is designed t 阅读全文
posted @ 2019-06-21 13:57
DarJeely
阅读(356)
评论(0)
推荐(0)
摘要:
转载 https://blog.csdn.net/qiutiandepaomo/article/details/84028558 windowSoftInputMode属性主要是用来设置窗口软键盘的交互模式的,这个属性会有两个影响: 1)当有焦点产生时,软键盘是隐藏还是显示。 2)是否减少活动主窗口 阅读全文
posted @ 2019-06-21 12:01
DarJeely
阅读(503)
评论(0)
推荐(0)
摘要:
描述:在一些机型上安装软件 提示卸载原先的软件 但是又安装不上新软件 DELETE_FAILED_INTERNAL_ERRORError while Installing APKs 解决:File->Settings->Build,Execuion,Deployment->Instant Run然后 阅读全文
posted @ 2019-06-21 11:14
DarJeely
阅读(225)
评论(0)
推荐(0)
摘要:
Activity Activity是最基础的一个,是其它类的直接或间接父类。 Activity中只能使用系统自带的host Fragment(API Level 11中加入),对应getFragmentManager方法来控制Activity和Fragment之间的交互。 FragmentActiv 阅读全文
posted @ 2019-06-21 11:05
DarJeely
阅读(2809)
评论(0)
推荐(0)
摘要:
转载 https://blog.csdn.net/today_work/article/details/79300181 继承AppCompatActivity的界面。 如下图所示: copy界面代码 public class MainActivity extends AppCompatActivi 阅读全文
posted @ 2019-06-21 11:02
DarJeely
阅读(6000)
评论(0)
推荐(0)

浙公网安备 33010602011771号