Skip to content

pawegio's dev blog

android, kotlin & clean code

  • My apps
  • About me
  • GitHub

Monthly Archives: July 2015

Using Picasso in Kotlin

Caching images in android is key for performance issues. We can write our own AsyncTask to manage it well or use Picasso with one-line of code:

Java
1
Picasso.with(context).load(path).into(imageView);

When we develop our app in Kotlin we can make it smarter using Extension Properties.

Posted byPaweł GajdaJuly 29, 2015July 29, 2015Posted inAndroid Development, Kotlin1 Comment on Using Picasso in Kotlin

Kotlin for Android

I am sharing slides from my yesterday’s presentation on Mobile Warsaw #27.

Posted byPaweł GajdaJuly 21, 2015Posted inAndroid Development, KotlinLeave a comment on Kotlin for Android

Recent Posts

  • Kotlin for Android – Video from Mobile Warsaw #27
  • Using Picasso in Kotlin
  • Kotlin for Android
  • Kotlin Dev Links
  • Programmers day Android app in Kotlin

Archives

  • August 2015
  • July 2015
  • March 2015
  • September 2014
  • May 2014

Categories

  • Android Development (5)
  • IntelliJ IDEA (2)
  • Kotlin (5)
  • libGDX (1)

Follow me on Twitter

Tweets by @pawegio

Meta

  • Log in
  • Entries feed
  • Comments feed
  • WordPress.org
pawegio's dev blog, Proudly powered by WordPress.