2010년 11월 24일 수요일

TableLayout에 동적으로 TableRow추가하기.

new TableRow(Context)로 생성해서

TableLayout에 addView하면되는데

setLayoutParameter를 할때

TableLayout.LayoutParameter를 쓰면안나오고

TableRow.LayoutParameter를 사용해야 정상적으로 화면에 표시된다..

으..삽질!

2010년 1월 14일 목요일

안드로이드로 하는 첫번째 어플 작업..

회사의 웹사이트 기능을 안드로이드로 구성하는 작업을 오늘부터 시작.

이지만.. 웹을 바탕으로 만들어진 디자인을 안드로이드에 맞게 변경하기가 쉽지 않다..

제대로된 계획 없이 만들게 되면.. 나중에 소스가 뒤죽박죽 될테인데..

걱정이다..

이곳에 기록을 하면서 만들어 가자..!

2010년 1월 11일 월요일

Android 2.1 업데이트!

구글에서 미국 시간으로 2010년 1월 5일 넥서스 원을 발표했다.

Android 2.1 이 올라간 넥서스원!

그리고 오늘 Android 2.1 SDK가 공개 되었다.

http://developer.android.com/sdk/android-2.1.html

2.1 업데이트 되며 바뀐것

Live Wallpapers

The following additions provide APIs for you to develop animated wallpapers:

Telephony

Views

WebKit

  • New WebStorage methods to manipulate web storage databases.
  • New GeolocationPermissions methods to get Geolocation permissions from, and set them on the WebView.
  • New WebSettings methods to manage settings for app cache, web storage, and zooming based on screen density.
  • New WebChromeClient methods for handling video, browsing history, custom Views, app cache limits, and more.