spinner :: anddev.org - Android Development Community | Android Tutorials - 0 views
-
spnCountries.setAdapter(aspnCountries); spnCountries.setOnItemSelectedListener(spnCountriesListener); private Spinner.OnItemSelectedListener spnCountriesListener = new Spinner.OnItemSelectedListener() { public void onItemSelected(AdapterView parent, View v, int position, long id) { Log.i("print", parent.getSelectedItem().toString()); } public void onNothingSelected(AdapterView parent) { } };
Binding to Data with AdapterView | Android Developers - 0 views
-
Spinner s2 = (Spinner) findViewById(R.id.spinner2);Cursor cur = managedQuery(People.CONTENT_URI, PROJECTION, null, null); SimpleCursorAdapter adapter2 = new SimpleCursorAdapter(this, android.R.layout.simple_spinner_item, // Use a template // that displays a // text view cur, // Give the cursor to the list adatper new String[] {People.NAME}, // Map the NAME column in the // people database to... new int[] {android.R.id.text1}); // The "text1" view defined in // the XML template adapter2.setDropDownViewResource(android.R.layout.simple_spinner_dropdown_item);s2.setAdapter(adapter2);
foursquare :: android - 1 views
Flipping Your Views - 1 views
ArtfulBits > Products > Android > aiPrototyping - 1 views
-
基于Visio的Android 原型设计工具
-
download from here: http://dl.dropbox.com/u/3449728/Android_Gui_Stencil_v1.4.zip
Android Rises in Mobile Web Usage, iPhone Stagnates, Declines - 0 views
-
Worldwide, it doesn't look so bad for Apple yet; it's still the king of the hill by a long shot, steady at about 50%. Android is making inroads, though, now accounting for almost a quarter of the world's mobile web usage.
-
-
And now we get to the interesting part: the United States. The top-notch Android phones have been available in the US for longer than in other countries, and carriers there have been pushing them longer. This shows: in the US, Android has almost overtaken the iPhone OS (which excludes the iPod Touch!) in mobile web usage - 42% vs. 44%.
- ...2 more annotations...
Solidot | Android使用率上升,iPhone停滞不前 - 0 views
-
对于苹果为何要起诉HTC专利侵权有很多猜测,其中一个猜测是苹果对使用Android系统的手机数量上升而感到了威胁。根据最新的移动Web使用统计,苹果的担忧不无道理。 大型移动广告公司AdMob,跟踪了点击他们广告的移动手机型号和操作系统。数据显示,iPhone使用率停滞不前,已经呈现下降颓势;Windows Mobile仍然是微不足道;而webOS和RIM看来也不是令人乐观——注意这些数据是用户使用智能手机上网的比率,并非是实际销售数量。在2009年11月,iPhone OS占到美国移动Web使用的55%,而现在则下降到了44%,在此期间,Android从27%增加到了42%。也就是说目前iPhone OS和Android不分伯仲,差距极小。 根据Statcounter的统计,过去一周中国搜索引擎市场,百度和Google的起伏也十分大。Google最高一天达到了49.52%;百度最低为48.72%,最高59.51%。
February 2010 Mobile Metrics Report « AdMob Metrics - 0 views
-
Some of the highlights from the report include: Smartphones accounted for 48% of AdMob’s worldwide traffic, up from 35% in February 2009, fueled by heavy application usage on iPhone and Android devices. Although the share of feature phone traffic in AdMob’s network declined from 58% to 35%, the absolute traffic from feature phones still grew 31%. This means that while the overall traffic from feature phones is growing, traffic from smartphones and mobile Internet devices is growing faster. The mobile Internet device category experienced the strongest growth of the three, increasing to account for 17% of traffic in AdMob’s network in February 2010. Although the vast majority of traffic in this category comes from the iPod touch, the category also includes devices like the Sony PSP and Nintendo DSi.
-
DateUtils | Android Developers - 1 views
Drawable to Bitmap By Hong - 8 views
啊~~~,一直没有留意App Buddy是良子大哥做的啊,哈哈,5星了, "Luke Shan"一下没让我联想起"良子"来 Orz
Android缩放drawable - Windows Live - 0 views
Exploring the world of Android :: Part 2 « JTeam Blog / JTeam: Enterprise Jav... - 1 views
-
But in practice, you will notice that the AsyncTask is limited to 10 threads. This number is hardcoded somewhere in the Android SDK so we cannot change this. In this case it’s a limitation we cannot live with, because often more than 10 images are loaded at the same time.
-
I’ve shown you how to improve performance of a ListView in three different ways: By loading images in a seperate thread By reusing rows in the list By caching views within a row
-
- ...1 more annotation...
Working with the Android Calendar - Developer.com - 1 views
YouTube - Diigo Intro - 2 views
绝美的鸟类舞蹈_鸟类网 - 0 views
CommonsWare Android Components - 1 views
-
The CommonsWare Android Components, or CWAC, are open source libraries to help solve various tactical problems with Android development. Each CWAC component is packaged as a tiny JAR file that you can add to your project (e.g., drop it in libs/), requiring at most other CWAC JARs as dependencies.
« First
‹ Previous
361 - 380 of 497
Next ›
Last »
Showing 20▼ items per page