logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

android studio 集成flutter项目报错 no-sound-null-safety

可以尝试在工程项目 gradle.properties中添加。同时报no-sound-null-safety错误。android 项目集成flutter 项目中报错。

文章图片
#android studio#flutter#android
android 分module模块化不同module中applaction中初始化组件

public interface ApplicationImpl {void onCreate(BaseApplication application);}1.在applaction中初始化加载private void modulesApplicationInit() {for (String moduleImpl : ModuleConfig.MODULESLIST) {try {Class&l

#android
android SharedPreferences 使用工具类

实际就是对SharedPreferences 做了简单的封装取值以及存值的时候使用起来方便一点public class SPUtil {public staticfinal StringAPPNAME = "SharedPreferences名字";public static void putString(Context context, String key, String s) {Shared

#android
android greendao3.3.0使用(记录)

1.在工程build下添加classpath 'org.greenrobot:greendao-gradle-plugin:3.3.0'2.

#android
到底了