Skip to content
kotlin logo

Kotlin

Kotlin is a statically typed programming language for modern multiplatform applications. 100% interoperable with Java and Android, it now supports JavaScript and native with LLVM (including iOS). It was developed by JetBrains in 2011, and designed to be a new language for the Java Virtual Machine (JVM) that can compile quickly.

Here are 14,434 public repositories matching this topic...

swankjesse
swankjesse commented Feb 19, 2019

Stuff like:

  • HTTP caching heuristics source?
  • what it means if cacheResponse() and networkResponse() are both non-null (issue #4539)
  • why you need to read the entire response before an entry is stored
  • the cache must not compete with other processes for the same directory
  • pruning the cache manually
leakcanary
lannyf77
lannyf77 commented Aug 26, 2019

https://square.github.io/leakcanary/upgrading-to-leakcanary-2.0/
says now it does not have leakcanary-android-no-op but only:

dependencies {
  debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.0-beta-3'
}

in our app with 1.6.3 we have

//leakcanary
deps.leakcanary = "com.squareup.leakcanary:leakcanary-android:1.6.3"
deps.leakcanary_no_op = "com.squareup.l
LouisCAD
LouisCAD commented May 18, 2017

Hi,

When browsing the bintray page, on Maven build settings more specifically, I see a lot of artifacts, including:

  • common and commons. What are the differences? What do they contain?
  • A lot of *-coroutines artifacts: Is this really dependent on Support Libraries and on Android SDK version?

The README should be crystal clear in what all these artifacts are IMHO. Could you improv

android 4.4以上沉浸式状态栏和沉浸式导航栏管理,适配横竖屏切换、刘海屏、软键盘弹出等问题,可以修改状态栏字体颜色和导航栏图标颜色,以及不可修改字体颜色手机的适配,适用于Activity、Fragment、DialogFragment、Dialog,PopupWindow,一句代码轻松实现,以及对bar的其他设置,详见README。简书请参考:http://www.jianshu.com/p/2a884e211a62

  • Updated Oct 16, 2019
  • 130 commits
  • Java
ktor
You can’t perform that action at this time.