240 发简信
IP属地:天津
  • App Crash Dialog Auto Dismiss

    如果我们的App并没有主动调用Thread.setDefaultUncaughtExceptionHandler方法捕获崩溃异常,则当App崩溃...

  • A problem occurred starting process 'command '/home/reid/apps/sdk/build-tools/24.0.2/arm-linux-androideabi-ld''

    在LInux 64位系统下使用Android studio 编译Android Project时遇到以下错误: Error:Execution ...

  • RecyclerView嵌套子RecyclerView无法正常显示

    自从有了Recyclerview,就彻底抛弃了ListView和GridView,主要是在于其高度可定制化的特性太棒了。最近在尝试Recycle...

    0.1 11526 1 2 1
  • 自定义分享功能

    目前大部分Android App中都具有分享功能,用户可以将自己喜欢的文章分享到朋友圈或微博。Android系统本身具有分享功能,但是功能比较简...