08 2020 档案
摘要:/** * 整个架构的父类、超级父类 * Created by Administrator on 2020/8/12. */ public abstract class SuperBase<CONTRACT> { public abstract CONTRACT getContract(); //子
阅读全文
摘要:废话少说,直接记录步骤。 在app的build.gradle中添加 compile 'com.android.support:design:26.1.0' 这里注意一下:design:26.1.0 是和 implementation 'com.android.support:appcompat-v7
阅读全文
摘要:Github项目地址:https://github.com/pedant/sweet-alert-dialog 1、在app的build.gradle中添加: compile 'com.github.f0ris.sweetalert:library:1.5.1' mavenCentral() 2、在
阅读全文
摘要:在安卓项目使用了Kotlin之后,发现Kotlin一个相当强大的地方,可以不用findViewById,引入布局,直接使用控件,使用kotlin插件自动生成 1、在 application.gradle 中引入kotlin扩展插件 classpath "org.jetbrains.kotlin:ko
阅读全文
摘要:Android Bootstrap是一个Android库,提供根据Twitter Bootstrap规范设置样式的自定义视图 。这使您可以花更多的时间在开发上,而不是试图在整个应用程序中获得一致的主题 有关Android-Bootstrap组件可以到Github上查看:https://github.
阅读全文

浙公网安备 33010602011771号