xshengcn 最近的时间轴更新
xshengcn

xshengcn

V2EX 第 179360 号会员,加入于 2016-06-28 10:18:15 +08:00
xshengcn 最近回复了
2022-10-31 14:49:17 +08:00
回复了 cnfzv 创建的主题 Android 小白提问: Android 有什么类似 okhttp 的 tcp 网络库么?
https://github.com/Tinder/Scarlet

使用起来和 Retrofit 一样
https://juejin.im/post/5c6a290cf265da2d864b2c09
dialog 为什么不用透明的 activity 来展示呢
2018-12-24 12:44:10 +08:00
回复了 azev 创建的主题 问与答 android 的 webview 能拿到当前展示的页面的 html 内容吗?
2018-11-18 00:56:39 +08:00
回复了 nutting 创建的主题 Android 刷了 pixel experience,怎么修改虚拟按键位置
> adb shell
> settings put secure sysui_nav_bar "space,recent;home;back,space"
2017-01-19 15:08:25 +08:00
回复了 AifeiI 创建的主题 Android RecyclerView 使用水平滚动的 LinearLayoutManager 时,焦点丢失问题
@xshengcn 实验了一下好像 edittext 不能点击了😢
2017-01-19 15:03:16 +08:00
回复了 AifeiI 创建的主题 Android RecyclerView 使用水平滚动的 LinearLayoutManager 时,焦点丢失问题
没这么麻烦, 直接在 recyclerview 上加上
android:descendantFocusability="blocksDescendants"
就行
2016-10-20 13:46:07 +08:00
回复了 akiossdev 创建的主题 Android macOS Sierra ADB 没法连接手机
2016-10-12 11:26:08 +08:00
回复了 nicegoing 创建的主题 Android android studio 2.2 设置支持 java8,dagger2 就会报错,求解决办法?
不需要引用 apt
apply plugin: 'com.android.application'

android {

defaultConfig {

jackOptions {
enabled true
}
}

compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
}
}

dependencies {
// dagger2
compile 'com.google.dagger:dagger:2.7'
annotationProcessor 'com.google.dagger:dagger-compiler:2.7'
provided 'javax.annotation:jsr250-api:1.0'
}
关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   1061 人在线   最高记录 6543   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 11ms · UTC 18:58 · PVG 02:58 · LAX 11:58 · JFK 14:58
Developed with CodeLauncher
♥ Do have faith in what you're doing.