开发者

Using Multiple Fragments in an single activity

开发者 https://www.devze.com 2023-02-09 19:25 出处:网络
I want to develop an android application using Honey Comb 3.0 in which I want to display a list , clicking on any item in a list should display another listbeside that list item in the form 开发者_开发

I want to develop an android application using Honey Comb 3.0 in which I want to display a list , clicking on any item in a list should display another list beside that list item in the form 开发者_开发知识库of Fragment. Can any one provide me sample code in sorting out this issue?

Thanks in Advance,


Have a look at these two blog posts from Google's Reto Meier:

  1. http://blog.radioactiveyak.com/2011/02/android-app-surgery-earthquake-redux.html
  2. http://blog.radioactiveyak.com/2011/02/strategies-for-honeycomb-and-backwards.html

He has lots of code examples in there for handling fragments.

0

精彩评论

暂无评论...
验证码 换一张
取 消