Android¥¢¥×¥ê¤ò³«È¯¤¹¤ë¤¿¤á¤Î´ðÁäò¤Þ¤È¤á¤Æ¤¢¤ê¤Þ¤¹¡£

»öÁ°½àÈ÷

¼¡¤Î¥×¥í¥¸¥§¥¯¥È¤òEclipse¤Ë¥¤¥ó¥Ý¡¼¥È¤·¤Æ¤¯¤À¤µ¤¤¡£
¥Õ¥¡¥¤¥ë̾PhotoViewerPart1.zip

ÇØ·Ê¿§¤Ë¤Ä¤¤¤Æ

  • ListView¤ÎÇØ·Ê¿§¤Ï¡¢¥Ç¥Õ¥©¥ë¥È¤Ç¤ÏÆ©²á¤Ë¤Ê¤Ã¤Æ¤¤¤Þ¤¹
·ë²ÌŪ¤Ë¡¢¥¦¥£¥ó¥É¥¦¤Î¥Ç¥Õ¥©¥ë¥È¿§¤Ç¤¢¤ë¹õ¤¬ÇØ·Ê¿§¤Ë¤Ê¤Ã¤Æ¤¤¤Þ¤¹
  • ¥Ç¥Õ¥©¥ë¥È¤ÎÇطʤËÂФ·¤Æ¡¢¥¹¥¯¥í¡¼¥ë¤òÁ᤯¤¹¤ë¤¿¤á¤ÎºÇŬ²½¤¬¹Ô¤ï¤ì¤Æ¤¤¤Þ¤¹
¥¹¥¯¥í¡¼¥ë¤Î³¤­¤¬¤¢¤ëÊý¤Ë¡¢¥Õ¥§¡¼¥É¥¢¥¦¥ÈÉôʬ¤ä¡¢¥¹¥¯¥í¡¼¥ë¤·¤Æ¤¤¤ë´Ö¤Î¿§¤¬¹õ¤Ë¤Ê¤ê¤Þ¤¹
  • ¥¦¥£¥ó¥É¥¦¤ÎÇØ·Ê¿§¤ò¹õ¤«¤éÊѹ¹¤¹¤ë¤È¡¢¤³¤ì¤é¤ÎÉôʬ¤Î¹õ¿§¤ÈÀßÄꤷ¤¿ÇØ·Ê¿§¤¬¹ç¤ï¤Ê¤¯¤Ê¤ê¤Þ¤¹

¥¹¥¯¥í¡¼¥ë¤·¤Æ¤¤¤Ê¤¤¾õÂÖ

¥¹¥¯¥í¡¼¥ë¤·¤Æ¤¤¤ë¾õÂÖ

CacheColorHint¤ÎÀßÄê

¾åµ­¤òÈò¤±¤ë¤Ë¤Ï¡¢CacheColorHint¤ËŬÀÚ¤ÊÇØ·Ê¿§¤ò»ØÄꤷ¤Þ¤¹¡£
º£²ó¤Ï¡¢¥¦¥£¥ó¥É¥¦Çطʤ˲èÁü¤òÀßÄꤷ¤Æ¤¤¤ë¤¿¤á¡¢Æ©²á¿§¤ò»ØÄꤷ¤Þ¤¹¡£

res/layout/main.xml¤Î½¤Àµ

<?xml version="1.0" encoding="utf-8"?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="fill_parent" 
    android:layout_height="fill_parent"
    android:padding="10dip"
    android:background="@drawable/tile_bg">
    <ListView
        android:id="@android:id/list"
        android:layout_width="fill_parent" 
        android:layout_height="fill_parent"
        android:gravity="center"
<!-- ¢­¤³¤³¤«¤é -->
        android:cacheColorHint="@android:color/transparent" />
<!-- ¢¬¤³¤³¤Þ¤Ç -->
</FrameLayout>

¼Â¹Ô

¥¹¥¯¥í¡¼¥ë¤·¤Æ¤â¡¢Çطʤ¬¹õ¿§¤ÎÉôʬ¤¬É½¼¨¤µ¤ì¤Ê¤¯¤Ê¤ì¤ÐÀ®¸ù¤Ç¤¹¡£

¥³¥á¥ó¥È¤ò¤«¤¯


¡Öhttp://¡×¤ò´Þ¤àÅê¹Æ¤Ï¶Ø»ß¤µ¤ì¤Æ¤¤¤Þ¤¹¡£

ÍøÍѵ¬Ìó¤ò¤´³Îǧ¤Î¤¦¤¨¤´µ­Æþ²¼¤µ¤¤

´ÉÍý¿Í/Éû´ÉÍý¿Í¤Î¤ßÊÔ½¸¤Ç¤­¤Þ¤¹