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

相关文章:

  • 2021-12-15
  • 2021-12-31
  • 2022-12-23
  • 2022-03-01
  • 2021-05-21
  • 2021-09-13
  • 2022-12-23
猜你喜欢
  • 2021-07-27
  • 2021-05-21
  • 2021-08-15
  • 2022-12-23
  • 2022-03-02
相关资源
相似解决方案