BugFree
BugFree
全部文章
分类
未归档(19)
题解(4)
归档
标签
去牛客网
登录
/
注册
BugFree的博客
因为我喜欢的东西很贵,我想去的地方很远,我爱的人很优秀
全部文章
(共23篇)
AS log信息不打印及常用的 adb 命令
AS中为什么有时候打 log 信息,明明肯定会执行的代码,但log信息不打印。 因为 as 的 log 打印的是当前进程,对于在 Service 或者 广播里的log,可能不在当前进程,故打印不出来 所以,可以通过在logcat窗口切换进程,或者使用 adb 命令抓取 log 信息 adb lo...
2018-12-18
0
663
App 产品运营重要指标数据分析
App运营指标 DAU DAU(Daily Active User)日活跃用户数量。常用于反映网站、互联网应用或网络游戏的运营情况。DAU通常统计一日(统计日)之内,登录或使用了某个产品的用户数(去除重复登录的用户)。 MAU MAU(monthly active users)是一个...
2018-12-13
2
936
异常:You need to use a Theme.AppCompat theme (or descendant) with this Activity
异常信息 Caused by: java.lang.IllegalStateException: You need to use a Theme.AppCompat theme (or descendant) with this activity. 异常分析 异常的意思是:你需要使用一个 th...
2018-12-12
0
1130
Android Studio 中的单元测试
通常在开发 Android app 的时候经常会写一些小函数并验证它是否运行正确,通常做法我们是把这个函数放到某个界面(Activity)执行一下,运行整个工程跑一下 app,通过打 log 或 debug 的方式来验证。浪费了大量时间,降低了工作效率,虽然最新的 android studio 中提...
2018-12-12
0
565
AppFlyer
用户获取归因 将每次安装归因到相应的营销活动或媒体源。细维度控制面板显示了驱动每位用户的广告平台或渠道、广告类型、广告组以及广告创意。 Click-Through Rate(CTR) 点击率:即一段时间内的点击数除以曝光数 Non-organic Installs:AppsFlyer 的安装指...
2018-12-12
0
701
Android开发小工具之:Chrome Custom Tabs
参考文章 官方文档 官方源码 http://qq157755587.github.io/2016/08/12/custom-tabs-best-practices/ https://juejin.im/entry/586f089c61ff4b006d29f9c0 一、为什么要用Chrome ...
2018-12-06
0
798
Error: Program type already present: android.support.v4.app.FragmentTransitionCompat21$1
参考链接 https://stackoverflow.com/questions/52845161/error-program-type-already-present-android-support-v4-app-fragmenttransitionco 主要原因: gradle 文件没有导...
2018-12-06
0
554
Android Splash
Why Getting users to the content they care about should be your #1 priority Android APP 启动,替代白屏、黑屏、闪屏 当我们的 APP 已经启动但尚未在内存中时,用户点击 app 图标启动应用程序与实际调用启...
2018-12-05
0
531
RecyclerView:getLayoutPosition 和 getAdapterPosition
一、getPosition /** * @deprecated This method is deprecated because its meaning is ambiguous due to the async * handling of adapter updates. Please u...
2018-12-04
0
513
RecyclerView之AsyncListDiffer
参考链接: https://blog.csdn.net/IO_Field/article/details/79804299 https://developer.android.com/reference/android/support/v7/recyclerview/extensions/Lis...
2018-12-04
0
480
首页
上一页
1
2
3
下一页
末页