TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Android Applications with Kotlin

28 pointsby hhaririabout 12 years ago

2 comments

scotthabout 12 years ago
How does it perform? IIRC, startup time suffers when using Scala or Clojure on Android. Is that the case here?
评论 #5743035 未加载
评论 #5743434 未加载
RyanZAGabout 12 years ago
Quick summary of Kotlin and why you'd want to use it in Android:<p><pre><code> Lambdas Fairly lightweight, probably looking at 10% overhead only Can ducktype existing classes. eg add "hello".reverse() IDE support in Jetbrains (but not in eclipse) Can turn 'try..finally' into library methods Full interop with java files in same project val/var types help to reduce side effects</code></pre>
评论 #5743390 未加载