Info is volatile, Blogs are permanent!


  • Threading vs Parallelism


    Threading vs Parallelism

    0 Comments

  • string.xml Translations Using Google Apis


    Hello community,

    0 Comments

  • Türkçe Karakter Problemi


    Bu yazımda türkçe karakterlerden dolayı yaşadığım bir sıkıntıyla ilgili yazdığım bir scripti paylaşmak istiyorum. İhtiyaç duyulabilecek birşey.

    0 Comments

  • Concurrency in Android


    In some cases, for some reason developer may need to do something in background(like server operations). In those cases doing the stuff in the main ui thread will consume time and make the application seem bulky. To figure out those tasks android offer simple solutions like async and handler. Both async and handler uses threads to handle their job in the background. But they provide solution on simple tasks, to the basic thread problems, like :

    0 Comments