240 发简信
IP属地:河南
  • android studio生成的trace.html文件打开是空白的,用chrome load的话出错Couldn't create an importer for the provided eventData.楼主有遇到过这个问题吗?

    Systrace分析UI性能

    一、简介 Systrace允许你监视和跟踪Android系统的行为(trace)。它会告诉你系统都在哪些工作上花费时间、CPU周期都用在哪里,甚至你可以看到每个线程、进程在指...

  • @风魔龙郎 别闹,怀疑我的英语水平么,我知道原理,你在状态栏位置上覆盖上自定义view,状态栏设置成透明或半透明就无所谓了吧。

    透明状态栏和导航栏的终极解决方案

    背景 在我做 Android 开发之前,我就发现有些 App 的状态栏和导航栏有透明效果,或者是沉浸式效果,比如说酷安的客户端,是像这个样子的 虽然只是简单的改变,但相对于传...

  • “自定义颜色的状态栏和导航栏”中window.addFlags(WindowManager.LayoutParams.FLAG_TRANSLUCENT_STATUS);这句话应该是设置状态栏为半透明吧,TRANSLUCENT是半透明的意思

    透明状态栏和导航栏的终极解决方案

    背景 在我做 Android 开发之前,我就发现有些 App 的状态栏和导航栏有透明效果,或者是沉浸式效果,比如说酷安的客户端,是像这个样子的 虽然只是简单的改变,但相对于传...

  • 执行build_android.sh的时候就报错:
    1 [main] getent (3408) C:\cygwin64\bin\getent.exe: *** fatal error - cygheap base mismatch detected - 0x1802FF408/0x180304408.
    This problem is probably due to using incompatible versions of the cygwin DLL.
    Search for cygwin1.dll using the Windows Start->Find/Search facility
    and delete all but the most recent version. The most recent version *should*
    reside in x:\cygwin\bin, where 'x' is the drive on which you have
    installed the cygwin distribution. Rebooting is also suggested if you
    are unable to find another cygwin DLL.
    一直解决不了,楼主知道怎么解决吗?

    Android Studio编译FFmpeg

    前言 编译FFmpeg的Android版本,并整合到Android Studio。系统:macOS Sierra 10.12。NDK版本:r12b。FFmpeg版本:3.1....

  • “Rect outRect:可以简单理解为item四边边距奉封装在这个对象中,用来设置Item的padding。”
    这句话感觉有问题,outRect的作用应该是用于减少item在RecyclerView中的可用空间,结合view的measue源码就看出来了。

    Android——RecyclerView入门学习之ItemDecoration(一)

    学习资料: 张旭童同学的使用ItemDecoration为RecyclerView打造带悬停头部的分组列表 Piasy大神的深入理解 RecyclerView 系列之一:It...

  • 1:方式一中activity_image_translucent_bar.xml文件中不需要加android:fitsSystemWindows="true"
    2:方式二中的布局在4.4上肯定有一条灰白色的状态栏,不应该那样写。

    Android开发:Translucent System Bar 的最佳实践

    Translucent System Bar 的最佳实践 近几天准备抽空总结Android一些系统UI的实践使用,于是开始动手建了一个库 AndroidSystemUiTra...

  • 120
    Android关于Theme.AppCompat相关问题的深入分析

    先来看这样一个错误: No resource found that matches the given name '@style/Theme.AppCompat.Light'...