Skip to content

Toth Arpad

programming addict

  • Home
  • Apps
  • About

Tag: Kotlin

Android Unbind Drawables

If you create Drawable objects on the fly you may have the unpleasant surprise that you introduced some memory leaks in your code. In that case, maybe you should unbind your drawables. This happens because when you display a Drawable object in your Activity, that Drawable instance will be bound (via some callbacks) to your … Continue reading Android Unbind Drawables →

Arpad Toth Hobby, Programming Leave a comment January 31, 2019 1 Minute

How to get Android resource ID by string

You may want to do this if you want to write a framework that relies on the name of the resources and not the actual ID, in order to remove references to the R class. For example if you use R.layout.activity_todo_list in your class, and you want to move your class in a separate library... … Continue reading How to get Android resource ID by string →

Arpad Toth Programming Leave a comment January 18, 2019 1 Minute

Write less with Lombok

I'm not a fan of code generators,usually I simply hate them but lately, working with Project Lombok and especially writing Java code after a lot of Kotlin, I must confess I grown to tolerate this little library. People who hate Java, usually invoke its verbosity as on of the main reasons. Unfortunately, they are right, … Continue reading Write less with Lombok →

Arpad Toth Programming Leave a comment January 18, 2018January 18, 2018 2 Minutes

Kotlin, after half a year

I started to learn Kotlin after Google's announced it as one of the official languages for the Android platform and in the heath of the moment I wrote my first impressions in this article. I thought that's it and never considered as a viable alternative for my production applications but I was wrong. Now after … Continue reading Kotlin, after half a year →

Arpad Toth Programming Leave a comment January 8, 2018January 9, 2018 2 Minutes

Kotlin – first impressions

I just played a little bit with Kotlin, a fairly new programming language, that will be the default language for the Android platform. My first impression is good. It seems like a decent language with nice syntax but I won't use it for my personal projects in the near future. Of course if somebody pays … Continue reading Kotlin – first impressions →

Arpad Toth Programming 1 Comment June 2, 2017 1 Minute

Search

Enter your email address to follow this blog and receive notifications of new posts by email.

Categories

  • Fun
  • Hobby
  • Lessons
  • Linux
  • Programming
  • Projects
  • Technology
  • Uncategorized

Recent Posts

  • Free To-Do Android App
  • RxJs – Retry with delay and error handling
  • Android Unbind Drawables
  • Monolith vs Micro Services
  • I still like jQuery, Is that a sin?
Website Powered by WordPress.com.
  • Follow Following
    • Toth Arpad
    • Join 53 other followers
    • Already have a WordPress.com account? Log in now.
    • Toth Arpad
    • Customize
    • Follow Following
    • Sign up
    • Log in
    • Report this content
    • View site in Reader
    • Manage subscriptions
    • Collapse this bar
 

Loading Comments...