يتم التشغيل بواسطة Blogger.

الجمعة، 18 ديسمبر 2009

Hello, Stack Overflow!

Over the past year, an Android presence has been growing on a relatively new technical Q&A web site called Stack Overflow. The site was designed specifically for programmers, with features like syntax highlighting, tagging, user reputation, and community editing. It's attracted a loyal software... اقرأ المزيد »

Back and other hard keys: three stories

Android 2.0 introduces new behavior and support for handling hard keys such as BACK and MENU, including some special features to support the virtual hard keys that are appearing on recent devices such as Droid.This article will give you three stories on these changes: from the most simple to the gory... اقرأ المزيد »

الخميس، 17 ديسمبر 2009

New resources and sample code on developer.android.com

Hey Android developers—if you've visited the online Android SDK documentation recently, you may have noticed a few changes. That's right, there's a new Resources tab, which... اقرأ المزيد »

Knowing is half the battle

As a developer, I often wonder which Android platforms my applications should support,especially as the number of Android-powered devices grows. Should my application only... اقرأ المزيد »

الجمعة، 11 ديسمبر 2009

Come to Our Virtual Office Hours

Starting this week, we're going to be holding regular IRC office hours for Android app developers in the #android-dev channel on irc.freenode.net. Members of the Android team will be on hand to answer your technical questions. (Note that we will not be able to provide customer support for the phones... اقرأ المزيد »

الخميس، 10 ديسمبر 2009

Optimize your layouts

/* Stylesheet generated from TextMate theme * * Mac Classic * * *//* Mostly to improve view within the TextMate HTML viewer */body { margin: 0; padding: 0;}pre.textmate-source { margin: 0; padding: 0 0 0 2px; font-family: Monaco, monospace; font-size: 11px; line-height: 1.3em; word-wrap: break-word;... اقرأ المزيد »

الخميس، 3 ديسمبر 2009

Android SDK Updates

Today we are releasing updates to multiple components of the Android SDK:Android 2.0.1, revision 1Android 1.6, revision 2SDK Tools, revision 4Android 2.0.1 is a minor update to Android 2.0. This update includes several bug fixes and behavior changes, such as application resource selection based on API... اقرأ المزيد »

الاثنين، 30 نوفمبر 2009

Announcing the Winners of ADC 2

Back in May at Google I/O, we announced ADC 2 -- the second Android Developer Challenge -- to encourage the development of cool apps that delight mobile users. We received many interesting and high-quality applications -- everything from exciting arcade games to nifty productivity utilities. We also... اقرأ المزيد »

الثلاثاء، 24 نوفمبر 2009

ADC 2 Public Judging is now closed

Thanks to tens of thousands of Android users around the world who participated in the review of ADC 2 finalist applications, we have now collected sufficient scores to complete Round 2 of public judging.We are reviewing the final results and will announce the top winners this coming Monday, November... اقرأ المزيد »

الأربعاء، 11 نوفمبر 2009

Integrating Application with Intents

Written in collaboration with Michael Burton, Mob.ly; Ivan Mitrovic, uLocate; and Josh Garnier, OpenTable.OpenTable, uLocate, and Mob.ly worked together to create a great... اقرأ المزيد »

الخميس، 5 نوفمبر 2009

ADC 2 Round 2 Voting Open

The results from ADC 2 Round 1 are now tabulated and verified. With the top 200 applications identified, it's time to begin the final round judging. Be sure to download the... اقرأ المزيد »

الاثنين، 2 نوفمبر 2009

Bring Your Lab Coats

With the recent release of Android 2.0 and the growing number of available devices, we want to give developers a convenient way to test drive their apps on these new devices.... اقرأ المزيد »

الثلاثاء، 27 أكتوبر 2009

Announcing Android 2.0 support in the SDK!

I am excited to announce that the Android SDK now supports Android 2.0 (also known as Eclair).Android 2.0 brings new developer APIs for sync, Bluetooth, and a few other areas.... اقرأ المزيد »

الجمعة، 23 أكتوبر 2009

UI framework changes in Android 1.6

Android 1.6 introduces numerous enhancements and bug fixes in the UI framework. Today, I'd like to highlight three two improvements in particular.Optimized drawingThe UI... اقرأ المزيد »

الخميس، 8 أكتوبر 2009

Support for additional screen resolutions and densities in Android

You may have heard that one of the key changes introduced in Android 1.6 is support for new screen sizes. This is one of the things that has me very excited about Android 1.6 since it means Android will start becoming available on so many more devices. However, as a developer, I know this also means... اقرأ المزيد »

الثلاثاء، 6 أكتوبر 2009

ADC 2 Round 1 Scoring Complete

The response to round one of the Android Developer Challenge 2 has been phenomenal! We originally expected that it would take two weeks to get all the necessary data to... اقرأ المزيد »

الاثنين، 5 أكتوبر 2009

Gestures on Android 1.6

Touch screens are a great way to interact with applications on mobile devices. With a touch screen, users can easily tap, drag, fling, or slide to quickly perform actions... اقرأ المزيد »

الثلاثاء، 29 سبتمبر 2009

Now available: Android 1.6 NDK

Today Android 1.6 NDK, release 1 is available for download from the Android developer site.To recap, the NDK is a companion to the SDK that provides tools to generate and... اقرأ المزيد »

الاثنين، 28 سبتمبر 2009

Zipalign: an easy optimization

The Android 1.6 SDK includes a tool called zipalign that optimizes the way an application is packaged. Doing this enables Android to interact with your application more efficiently and thus has the potential to make your application and the overall system run faster. We strongly encourage you to use... اقرأ المزيد »

الجمعة، 25 سبتمبر 2009

A Note on Google Apps for Android

Lately we've been busy bees in Mountain View, as you can see from the recent release of Android 1.6 to the open-source tree, not to mention some devices we're working on with partners that we think you'll really like. Of course, the community isn't sitting around either, and we've been seeing some really... اقرأ المزيد »

الخميس، 24 سبتمبر 2009

ADC 2 Judging Has Begun!

I am happy to announce that Android Developer Challenge 2's first round of judging has begun!As a reminder, user voting determines which apps will make it to the second round.... اقرأ المزيد »

الأربعاء، 23 سبتمبر 2009

An introduction to Text-To-Speech in Android

We've introduced a new feature in version 1.6 of the Android platform: Text-To-Speech (TTS). Also known as "speech synthesis", TTS enables your Android device to "speak" text of different languages.Before we explain how to use the TTS API itself, let's first review a few aspects of the engine that will... اقرأ المزيد »
صفحة 1 من 266123...266»الأخيرة
جميع الحقوق محفوظة لــ: RabbitsTeam 2016 © تصميم : كن مدون
كن مدون