2012-04-20 72 views
0

任何一個可以告訴我,它可以顯示在列表視圖如何在縱向和橫向模式下在單個列表視圖中顯示不同的列數android?

不同。例如列數: - 當我在縱向模式下看到列表視圖它顯示了3列,當我看到在橫向模式下列表視圖它顯示了4列。我嘗試去做,但我的解決方案不適合我,我定義了佈局文件夾中的protrait和layout-land文件夾中的橫向的不同佈局,但它不適合我。

Can any one tell me is it possible to achive this . 

And one More thing it possible to execute some code by checking 

For Example:- if(this is android phone){ 

        execute this code; 
       } 

       if(this is android tablet){ 

         execute this code; 
        } 

like iphone and ipad developer do 

        if(this is iphone) 
        { 
        execute this code ; 
         } 



        if(this is ipad) 
        { 
        execute this code ; 
         } 

,因爲我同一個應用程序在兩個手機和平板電腦使用,其中一些人想顯示的手機不同的事情,並以片劑不同。

Thanks in advance 

回答

0

在/資源創造更多的佈局具有相同名稱/佈局

選擇根元素後,單擊「下一步」,然後選擇可用限定符(方向)之一併定義listView及其屬性。

+0

我這樣做似乎並沒有工作。當我在縱向模式下啓動應用程序時,它顯示爲我的預期,但是當我立即將其變爲橫向時,它不顯示containt,因爲我期望 – 2012-04-20 11:10:30

+0

Tr vtuhtan 2012-04-20 11:43:34

+0

與我之前遇到的問題相同 – 2012-04-20 11:52:07

相關問題