skip to main
|
skip to sidebar
Kito的開發日誌
2012年3月11日 星期日
在Layout XML中的ListView Preview它的List Item效果
<ListView>
<!-- Preview: listitem=@layout/listitem_layout -->
</ListView>
Add activity's view to Layout
// add activity to Layout
FrameLayout container = (FrameLayout) findViewById(R.id.layout);
container.addView(
getLocalActivityManager().startActivity("ViewActivity", new Intent(RootActivity.this , NextActivity.class))
.getDecorView());
2012年3月9日 星期五
Change device orientation, video view not reload
// change device orientation, video view not reload
// "AndroidManifest.xml" file
<activity android:name=".MoviePlayerActivity"
android:configChanges="orientation" >
較新的文章
較舊的文章
首頁
訂閱:
文章 (Atom)
著作人
Darkco
Kito
總網頁瀏覽量
標籤
.NET
(9)
雜項/研究/破解
(1)
Android SDK
(25)
C/C++
(16)
C#
(4)
Darkco作品
(2)
iPhone Open Source Framework
(1)
iPhone SDK
(30)
Java
(1)
Kito作品
(2)
Mac App SDK
(1)
MacOS
(1)
Migd2DX
(1)
MySQL
(4)
Objective-C
(27)
PHP
(3)
Shell Script
(1)
SVN
(1)
Windows Phone 7
(2)
XNA
(4)
網誌存檔
►
2015
(1)
►
5月
(1)
▼
2012
(27)
▼
3月
(3)
在Layout XML中的ListView Preview它的List Item效果
Add activity's view to Layout
Change device orientation, video view not reload
►
2月
(9)
►
1月
(15)
►
2011
(33)
►
10月
(3)
►
9月
(3)
►
8月
(3)
►
7月
(2)
►
6月
(10)
►
5月
(7)
►
4月
(1)
►
2月
(4)
►
2010
(10)
►
12月
(1)
►
11月
(1)
►
9月
(1)
►
8月
(1)
►
2月
(1)
►
1月
(5)
►
2009
(11)
►
12月
(3)
►
10月
(6)
►
9月
(2)
追蹤者