2009-06-25_224230
Posted by actionshin
adobe_logo_nov_08Adobe and ARM today announced that they are joining forces to bring Adobe Flash Player 10 and Adobe AIR to ARM powered devices in a move that Adobe hopes will lower power consumption for mobile devices running Flash and AIR content, and make it easier for users to play video on a variety of devices.



According to the statement, the partnership stems from the Open Screen Project, Adobe's industry-wide initiative set to address challenges of Web browsing on a broad range of screens.





The joint technology will target the ARMv6 and ARMv7 architectures used in ARM11 processors as well as the upcoming Cortex-A series processors.



ARM believes that the resulting technology will run on "billions of devices from our partners, such as pocket-sized mobile devices, mobile computing platforms, set-top boxes, digital TVs and automotive infotainment," said vice president of marketing, Ian Drew in the statement. "The combination of Adobe Flash and ARM's low-power processor IP and Mali GPU will ensure a fantastic Internet experience for consumers on the world's leading 32-bit architecture."



Getting Flash on mobiles in an efficient manner has been a goal of Adobe for some time. The majority of mobile phones that can use Flash at the moment use Flash Lite, the cut down version of the technology, and one that is limited in what it can play.



Although the technology is not expected to be available until the second half of 2009, Adobe will demonstrate Flash Player 10 during the Adobe MAX developer conference this week in San Francisco.
Posted by actionshin
링크 : http://code.google.com/intl/ko-KR/android/reference/available-resources.html



Android supports a stretchable bitmap image, called a NinePatch graphic. This is a PNG image in which you define stretchable sections that Android will resize to fit the object at display time to accommodate variable sized sections, such as text strings. You typically assign this resource to the View's background. An example use of a stretchable image is the button backgrounds that Android uses; buttons must stretch to accommodate strings of various lengths.



A NinePatch drawing is a standard PNG image that includes a 1 pixel wide border. This border is used to define the stretchable and static areas of the screen. You indicate a stretchable section by drawing one or more 1 pixel wide black lines in the left or top part of this border. You can have as many stretchable sections as you want. The relative size of the stretchable sections stays the same, so the largest sections always remain the largest.



You can also define an optional drawable section of the image (effectively, the padding lines) by drawing a line on the right and bottom lines. If you do not draw these lines, the first top and left lines will be used.



If a View object sets this graphic as a background and then specifies the View object's text, it will stretch itself so that all the text fits inside the area designated by the right and bottom lines (if included). If the padding lines are not included, Android uses the left and top lines to define the writeable area.



The Draw 9-patch tool offers an extremely handy way to create your NinePatch images, using a WYSIWYG graphics editor.



Here is a sample NinePatch file used to define a button.






This ninepatch uses one single stretchable area, and it also defines a drawable area.


Source file format: PNG — one resource per file


Resource source file location: res/drawable/some_name.9.png (must end in .9.png)


Compiled resource datatype: Resource pointer to a NinePatchDrawable.


Resource reference name:

  • Java R.drawable.some_file

  • XML @[package:]drawable.some_file



Posted by actionshin
안드로이드 SDK는 개발자들이 안드로이드를 탑재한 휴대폰에서 돌아가는 애플리케이션을 개발할 수 있도록 해준다.



앞서 출시된 안드로이드 SDK0.9와 가장 큰 차이점은 실제 휴대폰에서 작동된다는 것.



구글은 안드로이드 OS가 휴대폰 산업이 보다 적극적으로 인터넷 기술을 끌어안을 수 있는 기폭제가 되기를 대망하고 있다.
상대적으로 폐쇄적인 휴대폰 환경에 PC시장에서 일어났던 혁신을 보다 쉽게 가져올 수 있는 시나리오를 꿈꾸고 있는 것이다.



이렇게 되면 구글은 모바일 광고 수입을 늘릴 수 있다. SDK는 이를 위한 선봉장이다.



SDK를 통해 개발된 안드로이드 애플리케이션들은 구글이 곧 선보일 안드로이드 애플리케이션 온라인 마켓플레이스 '안드로이드 마켓'을 통해 배포된다.



원문 >

Posted by actionshin
Numerous previous reports have pointed to the inclusion of 3G data for T-Mobile's network, GPS and Wi-Fi as well as microSD for flash storage. The carrier is believed to be pricing the G1 at an iPhone level and with new data plans to encourage added data use.






더보기
Posted by actionshin
단말은 대만의 HTC에서 만든 HTC Dream이며, T-Mobile을 통해 출시될 예정이다. HTC 관계자의 말에 의하면 이번에 6~7만대 정도가 초기 물량으로 선적될 예정이라고 한다.

구글이 어플리케이션 수익을 가지지 않고 개발자와 이통사가 수익을 가지게 했다는 점이 특히 맘에 듭니다. 국내에도 빨리 나왔으면 도전해 보고 싶네요.



더보기 >
http://bloter.net/archives/6163
http://itnews.inews24.com/php/news_view.php?g_serial=357984&g_menu=020600
http://www.zdnet.co.kr/news/digital/0,39030978,39173197,00.htm
Posted by actionshin
구글맵과 스트리트뷰가 눈에 띄네요.
사용자 삽입 이미지
사용자 삽입 이미지
사용자 삽입 이미지
사용자 삽입 이미지
Posted by actionshin