[android-developers] Android Fragments

2011-12-20 Thread Geet
Hi, I have a main.xml layout in which I am adding one fragment.when the activity is started I am displaying a listview in fragment.When the user clicks on the itme in the list view, I am replacing the current listview with another listview, with the same fragment. Now if I turn my device, I should

[android-developers] Android Fragments

2017-01-25 Thread GAGANDEEP SINGH
Hello I want to create Android application. I need to show toolbar and navigation drawer and menu icon on entire application. my concerns are below: Can I use Fragments to create all view and as and when needed I can replace the fragments with another fragment But am i able to get the all ev

[android-developers] Android Fragments doubt.

2012-09-08 Thread pharaoh
Hello guys. I am developing a application and in a activity a I want it to be similar to ICS settings application, i.e. in the left side I have a ListFragment with 4 categories and in the right a Fragment with content of each category, and each category has a different layout, and I ran into a

Re: [android-developers] Android Fragments doubt.

2012-09-08 Thread Mark Murphy
On Sat, Sep 8, 2012 at 8:15 PM, pharaoh wrote: > I am developing a application and in a activity a I want it to be similar to > ICS settings application, i.e. in the left side I have a ListFragment with > 4 categories and in the right a Fragment with content of each category, and > each category