CodeCafe icon indicating copy to clipboard operation
CodeCafe copied to clipboard

开源实验室手机客户端

Results 6 CodeCafe issues
Sort by recently updated
recently updated
newest added

Rxbus1.0.9以上如何使用?

App has crashed, executing CustomActivityOnCrash's UncaughtExceptionHandler java.lang.RuntimeException: Unable to start activity ComponentInfo{top.codecafe/top.codecafe.activity.MainActivity}: android.view.InflateException: Binary XML file line #22: Binary XML file line #22: Error inflating class fragment at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2416) at...

FATAL EXCEPTION: main Process: top.codecafe, PID: 24809 java.lang.RuntimeException: Unable to instantiate application top.codecafe.AppContext: java.lang.NullPointerException: Attempt to invoke virtual method 'char[] java.lang.String.toCharArray()' on a null object reference at android.app.LoadedApk.makeApplication(LoadedApk.java:625) at android.app.ActivityThread.handleBindApplication(ActivityThread.java:4980)...

里头进行了网络请求 这样还符合当初的设计么? Delegate不是单纯的view使用么