Tag: java

  • Kotlin is so cool and easy to learn

    Kotlin is so cool and easy to learn

    I enjoy developing Android applications. When I’ve read couple of months ago Kotlin has been added as a official language to Android Studio I finally decided to learn it. Up to that point I had been hearing only good things about Kotlin. I don’t know when I first heard of Kotlin but probably year and…

  • Creating CSV file with different datasets

    Lately I’ve been into Java (as part of programming in Android apps) and I had to code a logic that takes different datasets (for example data about game, data about player stats, different headers) and writes them in single CSV file. This is not a task when you simply write 2D array of string to…

  • On developing Android applications

    Developing Android applications is fun thanks to good documentation, lots of guides and zillion examples all over the internet. Programming in Java, not so much. But not discouraging to the point to use libraries which let you write mobile apps in other programming languages like Ionic, PhoneGap or similar. I prefer going native. And besides,…

  • Processing in Sublime Text

    Če vam je prijetnejše pisati kode v urejevalniku Sublime Text kot pa v privzetem grafičnem urejevalniku Processinga, lahko Sublime Text nadgradite tako, da bo prepoznal *.pde datoteke, jih povezal s sintakso processinga ter za nameček še poganjal izvorno kodo direktno iz urejevalnika (build system). Vse, kar je potrebno narediti je, da s pomočjo Control Package…