Tagged Questions
2
votes
1answer
42 views
Where am I going wrong with fragmenttransaction.replace() (ActionbarSherlock)
I have two classes that I am using, my main SherlockFragmentActivity and a SherlockListFragment. I'm trying to simply move from one to the other using a the actionbar navbar.
The problem is when I ...
1
vote
1answer
40 views
using bundle to pass data between fragment to another fragment example
I have 3 sherlockListFragments in my app. Every fragment has some editTexts and the last fragment has a button which when it's pressed all data in the first and second fragments should be accessed and ...
0
votes
0answers
26 views
How to use Horizontal Swipe with FragmentPagerAdapter inside a fragment
I want to use the FragmentPagerAdapter inside a fragment that is taking half of the screen so that there is a fix fragment in the upper half of the screen and you can swipe the lower part of the ...
0
votes
0answers
20 views
Creating a bottom bar to control list views
I am working on an android app and have 2 questions regarding fragments -
1. I want to create a "Skeleton" for the whole application so the top part will be an actionbar, or app logo and the bottom ...
0
votes
2answers
33 views
ListFragment Replace “addView(View) is not supported in AdapterView” after switching from SupportFragmentManager to FragmentManager
I have an activity which has a fragment. When I click on a list item the current fragment gets replaced with another fragment. This used to work correctly...
However, I would like to move away from ...
0
votes
1answer
52 views
How to run a method of a fragment from an activity, using Tags?
I've got a little app in which I created three swipeable tabs using eclipse. One of these is a common fragment while the second and third are ListFragments each of them gets it's data from a Cursor.
...
0
votes
2answers
55 views
ListFragment is empty after going back
I have a simple activity built with HoloEverywhere with one fragment container. ListFragment appears there on start, and appears normally. Then, click on list item replaces ListFragment with another ...
0
votes
0answers
20 views
stop Fragment from moving up in an activity
I have one activity in which there are two fragments in left and right side.The left-Fragment is ListView with a button in bottom. Right Fragment is like a form which is having edit boxes. On filling ...
-4
votes
0answers
23 views
Fragments Based on ButtonClick [closed]
Am Developing an Application Using Fragments.
Activity with FragmentList and FragmentDetails.Activity Contains Buttons Based Button
Click How can i Change the List in the FragmentList.
0
votes
1answer
38 views
Load data into ListFragments
I would like to load data from network into fragments. Inside the Activity I have a ViewPager and I am using a FragmentPagerAdapter to provide fragments to it. The problem is:
How can I detect from ...
0
votes
0answers
44 views
Set TouchListener to root view without overriding touchevents of child view?
My Activity consists of one Framelayout (named fragment_content) where I replace/add different Fragments.
Now I set a TouchListener to this fragment_content to implement a "Two-Finger-Swipe" (-> just ...
2
votes
1answer
58 views
Android ListFragment Errors
This is my first time using ListFragments and I'm running into an error.
So my question is why am I getting a red line on this line of code?
setListAdapter(new ...
0
votes
0answers
109 views
Activity loop using onNavigationItemSelected on an ActionBar
I've been trying to write an activity that has an ActionBar where you can select what view you want. I've created a base activity class with most of the ActionBar specific code to extend to classes ...
1
vote
1answer
194 views
Android - ListFragment inside DialogFragment(AlertDialog): Fragment does not have a view
I'm trying to create a DialogFragment with a ListFragment nested inside of it.
I'm using the nested fragment that was added in the 4.2.2
I'm using it with support library so my api version shouldn't ...
0
votes
2answers
95 views
Only load ListFragment once via AsyncTask
I'm trying to learn Android development and am still trying to wrap my head around how the framework works and how to properly extend all these classes.
My goal is this: An Activity that has a ...
0
votes
1answer
116 views
Not able to set list item activated in Master/Detail Fragment ICS 4.0
I am trying to develop application with Master/ Detail (Fragment) layout but I am facing a weird issue that is when i added my own listview adapter then the activation of the listview items on ...
0
votes
0answers
105 views
How to keep multiple image view dynamically in listView at one clickable zone in fragment process.
I am stuck in a process where i need multiple textView view in a row at single clickable zone in list Fragment. I tried a lot but not getting success. i am providing code. so please help me.
in ...
0
votes
0answers
104 views
Populating the row of an ArrayAdapter with a fragment
I have a fragment ArticleFragment which is passed an Article object.
The ArticleFragment is usually displayed in an Activity but I would like to reuse the fragment inside a ListView. Each row of the ...
1
vote
1answer
134 views
Android: Refresh ListFragement using ContentProvider and Loader
I am using a SQLite database and a ContentProvider to fill a ListFragment. The problem is that ListFragment is not getting refreshed after I add a item. The ListFragment is empty. I have to close and ...
0
votes
1answer
55 views
Is this possible to use ListFragment and FragmentTransaction in below level of api 11?
Any body help me for use Fragment in below api level 11.
developer.android provides List Fragment and Transaction Fragment but its added in api level 11.
How to use Fragment in Froyo(2.2).(I want to ...
0
votes
1answer
168 views
Android: ListFragment does not refresh
Hi am using a ListFragment where I add a contact from my SQLite database. I then want to refresh the ListFragment but it does not work.
This is the code inside my Fragment to display an AlertDialog ...
0
votes
1answer
104 views
Using SQLite with ListFragment makes problems
I am using a ListFragment to show data from a database. But the data is not shown correctly.
Inside my Fragment I add an contact to the SQLite database after the user has clicked on an ActionBar item ...
1
vote
2answers
205 views
Error inflating class fragment - duplicate id/illegalargumentexception?
I'm trying make an app that I'm building take a search term from the main activity, return results, and then have the results be clickable such that a detail could be viewed from each results. I'm ...
2
votes
2answers
311 views
Handle Fragment duplication on Screen Rotate (with sample code)
There are some similar answers, but not to this situation.
My situation is simple.
I have an Activity with two different layouts, one in Portrait, another in Landscape.
In Portrait, i use ...
3
votes
2answers
399 views
how to apply pull to refresh and loadmore by extending Fragment
here i am using sliding menu. in that on click home icon it shows 3 tabs, in list tab there is ListDemo.java which extends ListFragment, i want to apply pull to referesh concept by extending ...
0
votes
2answers
633 views
No View Found For id in Android FragmentActivity with ListFragment
I'm attempting to create a custom ListView. When I test my code, I receive the following error
03-09 19:21:10.425: E/AndroidRuntime(379): java.lang.RuntimeException: Unable to start activity ...
0
votes
1answer
22 views
How to use android activity fragement of already existing activities?
Please see below the explanation of existing scenario and problem statement:
Existing scenario: I have set of activities in my application, one activity displays list of items and on click of each ...
0
votes
2answers
187 views
Change Listfragments selected item from fragment
i implemented a master/detail flow layout in my app.
There is a fragment activity, a listfragment and a fragment.
In my fragment i have a prev/next button to navigate in the listsfragments items, so ...
0
votes
1answer
315 views
Send/get intent extras in fragment class
the question is in the title.
On normal activity i use:
To send array:
b.putParcelable(Activity.EXTRA_ARRAY, xy);
i.putExtras(b);
startActivity(i);
To get the array:
Bundle b = ...
0
votes
0answers
112 views
Fragment Loses Data on Return Not Orientation Change
I have Activity A and Fragment A (ListFragment). On click the flow goes to Activity B and Fragment B.
When on Activity/Fragment A the list data is saved in onSaveInstanceState (using a parcelable ...
0
votes
1answer
46 views
Android ListFragment invoked twice
When I start a fragment from the activity, The methods onCreate(), onViewCreated() are invoked twice.
Here's my code:
@Override
protected void onCreate(Bundle savedInstanceState)
{
...
0
votes
0answers
75 views
Fragment not able to restore saved instant state
I have three activities: ActivitySection (Used with FragmentSection - a list), ActivityChapter (Used with FragmentChapter - a list) and ActivityDetail (Used with FragmentDetail).
ActivityChapter is a ...
2
votes
0answers
56 views
Show default content for a fragment in Intellij UI Designer
Is there any way to set some type of placeholder for xml elements in an Android fragment which are normally loaded at runtime so that I can preview the layout? For example, I'm using a custom fragment ...
0
votes
5answers
685 views
Android Fragments - 2 Fragment & 1 Frame Layout
I am trying to create a layout with three vertical panel - 2 fragments and 1 frame layout. 1st fragment will be a list on selection, 2nd fragment will have different content. on selecting a list item ...
-2
votes
1answer
90 views
scrolling listfragment not fluent with photo
i have a listfragment whith users photo. When i scroll my list it is slow. Then i load my photo async:
public class UserArrayAdapter extends ArrayAdapter<Friend>{
.
.
.
@Override
public View ...
2
votes
2answers
251 views
Calling fragment from a list adapter
I am using sliding menu/drawer pattern in my app. So the main activity has a leftView which is a ListFragment named topicsFragment() which loads set of topic items. When an item/topic is clicked it ...
0
votes
1answer
233 views
How to recreate the listview of a former ListFragment after pressing back button
I have a ListFragment with a listview in it, that contains a navigation-structure. By selecting an item of the list, the next navigation hierarchy stage should be displayed. And so on.
The next ...
1
vote
1answer
775 views
What is difference between getSupportFragmentManager() and getChildFragmentManager()?
My class inherits Fragment and that's why it can't use getSupportFragmentManager().
I am using getChildFragmentManager and it is showing me Error - IllegalArguementException: No view found for id... ...
0
votes
0answers
311 views
Android Tutorial -> Fragment Class Error inflating class fragment
I would like to ask a help for this research. I am new in android application. I am following the training in Android developer in this link : [enter link description here][1]
[1]: ...
0
votes
1answer
61 views
Android ListView and spicing up the UI [closed]
I am making an android application in which there are three multiple selection listviews in 3 separate activities. Some options are selected from each one and on a button click, the next listview ...
0
votes
2answers
120 views
FragmentManager - not able to access the fragment in another activity
I have two fragments like left panel one fragment and right side another fragment having.
The left panel fragment i having the add button from there when i click add button it launches another ...
0
votes
1answer
282 views
Populate ListView after Button Click in Fragments
So I'm trying populate a ListView in one Fragment after adding Text in an EditText field after a button click in another Fragment.
My java coding skills are pretty bad, so any code suggestions would ...
1
vote
2answers
238 views
back button doesn't work when I want to return to the previous fragment
I manage two fragments in my MainActivity.
One of them is a subclass of ListFragment to show a list of items.
The main idea is to navigate to another list view when user tap one of the items, and ...
1
vote
0answers
98 views
How can I show the content in listView by “pushing” in Android
I am a new Android developer.
In iOS, there is a class called UINavigationController by which I can push a new viewController to stack and go back to the previous view by pushing the "back" button.
...
-1
votes
2answers
120 views
Update fragment in android
say I have a few fragments displaying and doing certain things. Now, based on some event, I want to change the screen(or content) for a fragment.
[EDIT]
For example.
My first layout, layout A, has ...
0
votes
3answers
178 views
ListFragment - How do I add a menu?
I have a ListFragment and I have to add a menu. This is my code:
listuser_menu:
<menu xmlns:android="http://schemas.android.com/apk/res/android">
<item
android:id="@+id/any_option"
...
0
votes
2answers
308 views
SherlockListFragment doesn't update when setListAdapter is called
I have the following code, for my SherlockListFragment,
public class RoutesListFragment extends SherlockListFragment {
private ArrayList<Route> mItems;
private static final String TAG ...
1
vote
1answer
201 views
Android: reusing listfragment in viewpager
I have a ViewPager that essentially displays a custom view ListFragment except with different data. So I am thinking there must be a way I can use this same ListFragment but populate it with different ...
0
votes
1answer
128 views
listview in listfragment doesnt work
i want to change my android app in that way, that i implements fragments. In the Mainactivity i am getting the content from a xml file, that i want to populate with the listview in a fragment. But ...
0
votes
1answer
161 views
Class extending fragment and listview
I am trying to create a tab using fragments which will display a list of entries after parsing a xml page. But I am unable to extend listactivity int the tab class as it already extends fragments.I ...








