Multitasking the Android Way

Android is fairly unique in the ways it allows multiple applications to run at the same time. Developers coming from a different platform may find the way it operates surprising. Understanding its behavior is important for designing applications that will work well and integrate seamlessly with the rest of the Android platform. This article covers the reasons for Android's multitasking design, its impact on how applications work, and how you...

Google Translate API sini kendiniz kullanın..Use Google Translate API by own

Merhabalar, Burada bir Java program ornegi verecegim. Bu program Google Translate API nı kullanarak, girilen texti daha önceden tanımlanmış dillere çeviriyor. Google Translate API yüzlerden API dan sadece bir tanesi, bunları kullanarak daha çok şey yapabilirsiniz. Çevirilecek text burada elle yazıldı, ve çevirilecek dil sayısı da belli ama siz istediğiniz gibi değiştirerek farklı uygulamalar yapabilirsiniz. Mesela biz değiştirdik, hatta Netbeans ve Eclipse i beraber kullanarak bir arayüz tasarladık, text'in girilebileceği,...

Ten Tips for Android Application Development

Beginner tips Learn SQL and put your data models in a database Android has an excellent persistence system; use it to make your applications more robust in case of failure or shutdown, and to make suspending and resuming more efficient. Android's SQLite-based storage system is thoroughly integrated with Android's user interface classes. Android supports the observer pattern in Cursor, Adapter, and View classes, enabling the user interface to connect directly to...

Grundig TVs at IFAGrundig TVs at IFA

Merhabalar, bizim geliştirdiğimiz ürünler bu seneki IFA fuarında müşteri önüne çıkarıldılar. Çalışmalarımızın sonuçlarını sizlere burada sunmaktan çok mutlu olduğumu belirtmek isterim. Lütfen aşağıdaki videoları izleyin.. 2011 IFA - Grundig Smart Inter@ctive TVs Grundig TVs Comfort Guide  Here are the products that we are developing and they were presented in IFA in Berlin/Germany. I am very happy to show you our work results. Have fun. 2011 IFA - Grundig Smart Inter@ctive...

Funny Source Code Comments

Funny Source Code Comments I recently stumbled upon an awesome Stack Overflow thread, entitled "What is the best comment in source code you have ever encountered?". As you might have guessed, it is a collection of funny source code comments, provided by developers all over the world. Take a look at it, it could definitely make your day. I am reposting here my personal favorites from that long long collection:...

Preview of Google TV Add-on for the Android SDK (at last)

[This post is by Ambarish Kenghe, who’s a Product Manager for Google TV — Tim Bray in http://android-developers.blogspot.com] At Google I/O, we announced that Android Market is coming to Google TV. Today, we’re announcing a preview of the Google TV Add-on for the Android SDK. With the upcoming OS update to Honeycomb, Google TV devices will be Android compatible. That means developers can build great new Android apps for TV, optimize existing mobile or...

When algorithms control the world

If you were expecting some kind warning when computers finally get smarter than us, then think again. There will be no soothing HAL 9000-type voice informing us that our human services are now surplus to requirements. In reality, our electronic overlords are already taking control, and they are doing it in a far more subtle way than science fiction would have us believe. Their weapon of choice - the algorithm....