Skip to content

pawegio's dev blog

android, kotlin & clean code

  • My apps
  • About me
  • GitHub

Category Archives: Kotlin

Kotlin for Android – Video from Mobile Warsaw #27

Posted byPaweł GajdaAugust 31, 2015August 31, 2015Posted inAndroid Development, KotlinLeave a comment on Kotlin for Android – Video from Mobile Warsaw #27

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

Kotlin Dev Links

Kotlin Reference Official and complete reference to Kotlin containing syntax and useful idioms. Kotlin Blog Latest news and tips from JetBrains about Kotlin.

Posted byPaweł GajdaMarch 13, 2015June 17, 2015Posted inKotlinLeave a comment on Kotlin Dev Links

Programmers day Android app in Kotlin

In view of the fact that today we celebrate Programmer Day, I decided to write a simple app for this event in Android Platform using Kotlin.

Posted byPaweł GajdaSeptember 13, 2014September 13, 2014Posted inAndroid Development, IntelliJ IDEA, KotlinLeave a comment on Programmers day Android app in Kotlin

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.