How to get source codes of an apk

Most of the developers sometimes want to see the source codes of some applications for reverse engineering, so do I.  To do that, I learned how to get source codes of an apk and last week when I wanted to see source codes of an apk again I realized that I forgot how to do that so I learned again and I decided to write this entry to remember quickly how to look...

An Update on Flash Player and Android

This post directly copied from Flash website. This is an announcment about unpublishment and any update no longer on Flash Player with Android devices after 15th August. This is important, take care if you have an Android Smart Phone. We announced last November that we are focusing our work with Flash on PC browsing and mobile apps packaged with Adobe AIR, and will be discontinuing our development of the Flash Player for...

Android Developer sayfasının tasarımı yenilendiAndroid Developer Page refreshed by Design

Google, Android Geliştiricileri sayfasında Google I/O öncesinde çeşitli yenilikler yaptı. Tasarım bölümü bağlantısı sayfanın üstüne çıkarılarak daha dikkat çekici hâle getirilirken ana sayfa da biraz daha sadeleştirildi. Daha önceki sürümde yer alan yedi farklı sekmenin sayısı üçe düşürüldü. Google bu sadeleştirmeyi yazılımcıların üç farklı ilgi sepetiyle açıklıyor: Tasarım, Geliştirme ve Dağıtım. Her bir bölüm uygulama geliştirme sürecinin farklı safhalarına odaklanıyor. http://developer.android.com/index.html

A Faster Emulator with Better Hardware SupportA Faster Emulator with Better Hardware Support

Android team thrilled to announce several significant improvements to the emulator, including a dramatic performance upgrade and support for a broader range of hardware features, notably sensors and multi-finger input. The Android emulator is a key tool for Android developers in building and testing their apps. As the power and diversity of Android devices has grown quickly, it’s been hard for the emulator keep pace. Added GPU Support The system...

Arçelik Akıllı Kumanda / Beko TV RemoteArçelik Akıllı Kumanda / Beko TV Remote

"Arçelik Akıllı Kumanda" Google Play'de yerini aldı.. Bu uygulamanın kodlayıcısı olmaktan gurur duyduğumu belirtmek istiyorum..   :)   https://play.google.com/store/apps/details?id=arcelik.android.remote Ayrıca Beko TV Remote uygulamasını da markette bulabilirsiniz.. https://play.google.com/store/apps/details?id=arcelik.android.beko.remote Uygulama ile ilgili açıklamalar aşağıda.. Arçelik SMART Inter@ctive TV'nizi Android telefonunuzu kullanarak kontrol edebilirsiniz. Tek ihtiyacınız olan televizyonunuzu ve Android telefonunuzu aynı internet bağlantı noktasına bağlamanız. Telefonunuz, TV'nizi otomatik olarak bulur ve televizyonunuzu kontrol etmenizi sağlar. Özellikler: Uygulamanın Kumanda, Dokun, Klavye ekranları...

How to check disconnection in Java/Android

There are some issues to check disconnection between server and client sockets in the programming area. Inspite of connection closed in real, read method does not give an error to BufferedReader() method like below; if (bufferedReader.read()==-1 )  {          logger.info("CONNECTION TERMINATED!");           clientSocket.close(); setUpSocket(); //sets up the server to reconnect to the client  }else{ sendHeartBeat(); //Send a heartbeat to the client } Many...

5 Life Lessons Demonstrated by the Late Steve Jobs5 Life Lessons Demonstrated by the Late Steve Jobs

Apple co-founder and essential visionary Steve Jobs was laid to rest over the weekend in a private ceremony conducted by his family, according to the late CEO’s final wishes. His departure from this world marks the end of an era of technological innovation: the Age of Apple. While not always the most valuable tech company in the world, Apple has always represented the ideal when it comes to technological design....