Android fragments loader

http://marshal.easymorse.com/?s=fragment

 

https://motodev.adobeconnect.com/_a985855811/p9h1aqk3ttn/?launcher=false&fcsContent=true&pbMode=normal

 

//list Fragment

String[] locations = getResources().getStringArray(R.array.loction_array);

setListAdapter(new ArrayAdapter<String>(getActivity(), R.layout.list_item,locations));

/res

  /layout-land

    /main.xml

    /fragment1.xml

    /fragment2.xml

 /layout-port

   /main.xml

   /fragment2.xml

 /values-xlarge

posted on 2012-04-16 11:36  老Zhan  阅读(425)  评论(0编辑  收藏  举报