Android Developer Days 2013 – Ankara

I have attended to Android Developer Days at 14-15 June in Ankara. It was really great event which any can see many enthusiast people, entrepreneur and business men. At least you can take the breath of Android flora, and see the great apps, tools which any can use with your job.   I have experienced Google Glass at first time. It was exactly different than I expected. It can capture your...

Android is against to Touch Responsiveness with Project Butter

Google’s Project Butter addresses speed to make the user experience “buttery smooth” in three distinct areas. Project Butter applies to the entire OS, not just the launcher, so this smoothness should be immediately available in every app running on Jelly Bean. Vsync Vsync improves graphical performance and increases the frame rate to 60fps! To ensure a consistent frame rate across the entire experience, Android 4.1 extends vsync timing across all drawing and animation that the...

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

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...

Top Embedded Internet How-To’s (so far)

Here are the ten most popular how-to articles published on Embedded Internet Design so far for 2010. Topics include TCP/IP embedded Internet applications, Java for networked devices, cryptography for embedded systems, IPv4 and IPv6 addressing and much more:   #1: TCP/IP Embedded Internet Applications - The Network Layer • Part 1 looks at the Internet Protocol, including the IP header, the IP checksum and fragmentation. • Part 2 covers IPv6 and extended addressing capability, ICMP, and using...