zhaoyingkun

Results 18 comments of zhaoyingkun

Wow~ Could you please share some time schedule for this feature? @greenrobot

@Yazon2006 where are you find the FAQ? would you please share the url?

@greenrobot So, Is the **Can I ship my app with a pre-built database?** in FAQ recommend for developers?

@greenrobot So,If I want to develop with a preset data.mdb, my process is: 1、I generate a data.mdb with my preset datas. 2、get a default path in data/data/myPackageName/file/objectbox/data.mdb 3、replace the default...

@greenrobot Really thanks, I'll check it later.

@greenrobot Sorry to disturb,I can't find API on [http://objectbox.io/files/objectbox-java/current/](url) I use `BoxStoreBuilder.initialDbFile(...) `method like below: ``` BoxStoreBuilder builder = MyObjectBox.builder(); Factory is = new Factory() { @Override public InputStream provide()...

@greenrobot but I cannot get the `provide()` callback in `Factory` , `LogUtil.d("yocn Factory provide");`cannot be printed, I don't know where I did wrong or it is normal behavior

@greenrobot Yes~~~forget it , first run is normal, appreciate it.

1、数据准备。如果有首页必须准备好的数据,可以分步骤加载,先加载紧急的数据 2、区分三方库是否可以在子线程初始化,是否必须放在Application中初始化,可以的话先放子线程,或Activity中延迟加载。 3、UI方面,非必要UI的初始化放到其他的时机 4、可以使用IdleHandler 做延迟加载

编译步骤: 下载NDK,在你的电脑里配置好,如果是mac请在.bash_profile/.zshrc等配置环境变量 export NDK=/Your-Path/Android/sdk/ndk/20.1.5948944 export PATH=${PATH}:${NDK} 因为ffmpeg使用了子模块,使用前请使用子模块来更新代码 git submodule init git submodule update 编译ffmpeg等的so库 cd libNative/src/main/jni ./build-all.sh