Fragments represent reusable behaviors or portions of user interface in an Android app.
0
votes
0answers
5 views
detect fragment change with mediaController
I have a tab bar with fragments
One of these fragments contains a VideoView with a mediaController always displayed
The problem is if i change tab the mediacontrollser remains displayed in another ...
0
votes
0answers
2 views
Can you have a loader without fragments
Very basic loader question.
My WIMMOne watch uses Android 2.1 (version 7).
There are no orientation changes, etc. with a watch. The small screen does not have room for any layout changes. So no ...
0
votes
1answer
28 views
Fragment within a Fragment
I have an ActionBar containing two tabs, Fragment A and Fragment B.
Is it possible to have Fragment A hold ANOTHER two fragments, Fragment C and Fragment D? Let's say I want Fragment A to initially ...
0
votes
1answer
16 views
register and unregister broadcast reciever in a fragment
My app has action bar with 3 fragment tabs.
In the second fragment I register and unregister a broadcast reciever?().
I unregister the reciever in onPause, and register the reciever in onCreateView ...
0
votes
1answer
14 views
SQLite database in combination with fragments
I'm changing my application from Activity's to Fragments, it's going great but I've one bug that won't let me open my database. Here's the error (from the logcat):
05-17 15:28:38.704 ...
1
vote
1answer
29 views
View Pager show only 1 ListView
I'm building some custom listview then add them to View Pager.
But when I swift screen, View Pager show only 1 Custom ListView.
this is the image of problem:
the SpeakingActivity.java
public ...
0
votes
4answers
30 views
Navigate to another fragment
I have a FragmentActivity which contains two fragments. For ex: fragment1 and fragment2.
Now fragment1 has two buttons.
I need to go to fragment3 on a button click in fragment1.
FragmentActivity has ...
0
votes
1answer
24 views
Multiple layouts for the Fragment
Can I choose different layout for the Fragment based on the Button that has been clicked on the Activity, or should I create one Fragment class for each Button?
I know that Fragments exist to ...
0
votes
3answers
34 views
Dialog box disappears during orientation change in fragment
So I am not a very experience Android programmer, so please be gentle with me :)
I am trying to create an app that uses fragements and from within one of these fragments I am calling a custom dialog ...
0
votes
0answers
30 views
MapView.onPause hangs in Google Maps API v2 for Android
I have a Fragment (from the support library) which includes a MapView (from the Google Maps API v2). When an info window belonging to a marker is clicked, I want to switch from the Fragment containing ...
0
votes
0answers
7 views
Removing a fragment added to a tabhost onTabSelected
please excuse me if this is a duplicate question , im greatly confused when it comes to fragment transactions in tabhosts.
I have a tabhost of fragments that works just fine, in one of the tabs is a ...
0
votes
0answers
14 views
Multiple List Fragments in Single Fragment
I am little bit confused in creating this type of layout for my tablet application.
It contains of two list fragments and one detail fragment. Detail fragment can be a List Fragment or simple view ...
0
votes
0answers
15 views
Why do my custom views disappear when I implement use of Fragments?
I have a "detail" view for a search-based app which utilizes a table that holds a bunch of instances of the same custom view. There's also a SupportMapFragment hosted in the same activity.
When I ...
0
votes
0answers
11 views
Fragment in ViewPager not restored after popBackStack
Problem
A Fragment is not reattached to its hosting ViewPager after returning from another fragment.
Situation
One Activity hosting a Fragment whose layout holds a ViewPager (PageListFragment in ...
0
votes
0answers
6 views
JSON for fragment
Is it humanly possible to add a listview to a fragment that is pulling data from a json webpage? I can't find a work example anywhere. Am I going about this wrong? I'm using the fixed tab + swipe ...
0
votes
1answer
20 views
DialogFragment keeps displaying full screen (not in a dialog)
I have a DialogFragment which contains a WebView. I create an instance of the DialogFragmentwithin the activity and call the show method on it. Usually this displays it as a Dialog over the current ...
0
votes
1answer
14 views
use SectionsPagerAdapter with custom fragment
When creating a template project with holo fragments and tabs and sectionsPagerAdapter you get something like this
public class SectionsPagerAdapter extends FragmentPagerAdapter {
public ...
0
votes
0answers
24 views
Android class for managing fragment 'pages' outside of tabs?
I'm creating a data entry application, which is currently divided into three Activities - a login activity, a 'main' activity (user information, summaries, etc), and a data entry activity for a single ...
0
votes
0answers
19 views
Listener for when a Fragment becomes visible
I'm going crazy trying to get an optionsMenu to have different options for different views. I could have it working if onResume() was called on my fragments, but it isn't.
I have one ...
0
votes
0answers
5 views
Android Fragment : replace Crash and Hide/show don't works
I'm making an App that implements this slide-out Menu and i'm pretty much satisfied about the implementation.
I divided my app in multiple Fragment for one Activity so for each section of the menu ...
0
votes
2answers
25 views
NullPointerException : android editText
I've been following this this tutorial to create a date picker , but I keep having a nullpointerexception when setting the value of edit_text , here some parts of my code :
// Update demo edittext ...
2
votes
1answer
47 views
Fragments remain after Activity get's killed and recreated
I have a FragmentActivity (Support Fragments) where I create Fragments by code and put them into FrameLayouts. It all works fine so far.
Now if I leave the App an return everything is fine as long as ...
0
votes
0answers
23 views
button inside a fragment doesn't work
i'm new with android, here and mi english is far o be good, i beg your understanding.
I created a project using scrollable swipe + tabs, and modified it slightly for my needs, but had an error when i ...
0
votes
1answer
15 views
App crashed on FragmentTransaction
everybody. My app crashed and I don't know why. I'm recently learning FragmentTransaction. Basically, activity_main.xml contains my ActionBar with two tabs containing two fragments, BasicFragment and ...
0
votes
1answer
17 views
How to get FragmentManager for PreferenceActivity on Android?
Should i inherit from another activity class? I need to use dialog fragments on PreferenceActivity so the Activity should be FragmentActivity inheritor. I can use support library but i can't ...
-2
votes
2answers
28 views
Replacement of 'TabActivity' in Android
I used TabActivity for tabs in my application. Now TabActivity is deprecated. So I googled and found that 'Fragment' is the replacement for the TabActivity to create a tabs. Can someone guide me to ...
0
votes
1answer
29 views
Recovering FragmentActivity after screen rotate
I'm using ViewPagerIndicator library by Jake Wharton and in FragmentActivity shown below when I rotate the screen the onCreate method is called but the activity remains blank and only displays the ...
0
votes
0answers
14 views
Android - Adjust size of Fragment by sliding
In my head I have an idea for a layout in Android. Now I was looking for ways to implement it, but I couldn't really find it.
I want to have a layout containing 2 fragments, and the top fragment has ...
0
votes
0answers
8 views
Android Gesture above Fragments with ListViews and Viewpagers
Currently, my app uses a lot of fragments in one FragmentActivity, (look a like facebook app navigation). In a lot of my Fragments, I have ListViews and ViewPagers and scrollviews.
I would like to ...
1
vote
1answer
18 views
The method getLayoutInflater(Bundle) in the type Fragment is not applicable for the arguments ()
I'm trying to use a custom datePicker date picker
but I'm getting this error when inflating the root Layout inside a fragment :
public void button_click(View view) {
// Create the ...
0
votes
1answer
17 views
Changing layout files for a fragment during runtime
I am trying to develop an app in which fragments are involved. There are 2 fragments on screen. The list fragment containing a Start and Stop button and a detail fragment on the right side. On click ...
0
votes
1answer
26 views
Android change Fragment page
you can download my zip here
ok so i made an app with Swipe+Tab View i want each tab to show a diffrent .xml page if u click above you can download my workspace to edit it .. i really need help ...
0
votes
1answer
12 views
DatePickerDialog Fragment Crashing using TabsAdapter and ActionBarSherlock
I'm using a tabs adapter with Fragments and ActionBarSherlock. I want to use a datepicker dialog in one of my fragments, called from an onClick event on one of the buttons. The app is crashing when ...
0
votes
0answers
14 views
Load Fragments in FragmentpagerAdapter on demand
i had an app with 3 fragments, im using pageadapter so i use an arraylist to load fragment, the problem its, when i add the Arraylist the fragment Load ALL the fragment, after that i load another 2 ...
1
vote
3answers
39 views
Reference to EditText in ViewPager creates null pointer exception
What I'm trying to do:
Have users input data on 3 different fragments, then on the 4th fragment the user will review all data input into the first 3 fragments before submitting to a database.
The ...
0
votes
0answers
11 views
Set the Fragment Layout Margin Programmatically at run time
I want to set the Layout margin of fragment programmatically. Is there way to do this.
As I tried with MapView like this.
LayoutParams layoutParams = (RelativeLayout.LayoutParams) ...
-2
votes
0answers
17 views
Android - When using Fragments is getActivity() is onCreate() or using the activity passed in during onAttach() better practice? [closed]
EDIT: I didn't expect much performance difference at all due to both ways simply giving over a reference but I am just as interested in what is better practice (rephrased my question to reflect that)
...
0
votes
1answer
30 views
Changing Fragment
I recently modified my ActionBar as to have two tabs, corresponding to two Fragments respectively.
Let's say my first tab is the Main Page, the second my About Page.
The About Page is static.
The ...
0
votes
1answer
35 views
Android errors when getting battery info (in a Fragment)
My app has several action bar tabs, this is one of the fragments.It is supposed to display some information about the battery. The errors appear after navigating the app for a bit.Please explain what ...
0
votes
0answers
20 views
FragmentTransaction seems to be slow and laggy
I have a problem with Android code:
This piece of code works perfectly:
CalendarDialogFagment dialog = new CalendarDialogFagment();
dialog.setTargetFragment(this, 0);
...
0
votes
0answers
16 views
Fragment in another fragment creating issue
I am using one fragment in another fragment. Main fragment contains three fragments.Inflating the views accordingly. One fragment is at the top of screen, one is in the middle & another one on the ...
-2
votes
0answers
12 views
java.lang.ClassCastException android
I'm getting java.lang.ClassCastException: HeadlinesFragment class cannot be cast to ArticleFragment class when executing following code..
public class MainActivity extends Activity implements ...
0
votes
1answer
22 views
Rotate fragment to create a reflection on the x-axis
So basically I have defined a fragment for a card game I am creating, I wish to reuse this fragment for both player 1 and player 2 (since they both have the same layout) however I want them to be a ...
0
votes
1answer
39 views
Android ViewPager adapter modify other pages
I have a Viewpager that uses a FragmentStatePagerAdapter. Each page is a Fragment. My pages contains an linearlayout (llTags) which is default visible.
If the user clicks on a page (main layout of ...
2
votes
2answers
70 views
Android Fragment getArguments() returns null
As the title suggest.
I've downloaded fragment code from here, http://developer.android.com/shareables/training/FragmentBasics.zip.
It is Fragment example from Android Official Developer site. ...
0
votes
1answer
16 views
Showing/Hiding fragments takes two clicks to work
I have a basic dual-pane fragment activity, where the left pane is a ListFragment and the right pane a regular Fragment. On my ActionBar, I have an item that, when clicked, covers the whole screen ...
0
votes
1answer
28 views
Handling menu in dual pane fragments
I have a fragment layout like below.
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
...
-1
votes
2answers
45 views
my app does not run on emulator
I have an app that runs on tablet devices and emulator Android 3.2 API Level 13 successfully but it does not run on emulator Android 4.2 API Level 17
Why does this happen and this emulator is not ...
1
vote
1answer
36 views
How to make particular tab in FragmentTabHost has multiple fragment navigations like tabgroupactivity
I created three tabs using FragmentTabHost. Now I need to make all the navigation are under the tabs. How can I get this. I need to get what we get using TabGroupActivity.
Tab1
--->frag1-->frag2
...
1
vote
0answers
57 views
app crashing - java.lang.IllegalStateException - Fragment com.myapp.android.MyAppActivity did not create a view
I have an activity that extends SherlockFragmentActivity and implements ActionBar.TabListener.
Here's what the xml looks like:
<LinearLayout ...



