'fragment' is an ambiguous tag, used to refer to numerous technologies. Prefer less ambiguous tags.

learn more… | top users | synonyms

-2
votes
2answers
20 views

How can i make main activity(class) for fragments? [closed]

I am building app and i have 3 scrollable tabs, every tab is diferent fragment, and i have main class who will send informations to website, how to make when i switch on second or third tab activity ...
1
vote
0answers
8 views

Spinners in ActionBarFragment Sherlock

@Override public void onCreateOptionsMenu(Menu menu, MenuInflater inflater) { // TODO Auto-generated method stub super.onCreateOptionsMenu(menu, inflater); MenuInflater blowup = ...
0
votes
0answers
19 views

<MyFragment> is not currently in the FragmentManager Android

I know that to solve it exception I need write thmth like this : FragmentTransaction ft = getSupportFragmentManager().beginTransaction(); TabInfo currentTabInfo = getCurrentTabInfo(); Fragment ...
0
votes
2answers
22 views

can fragment be created with only one instance

I was just wondering,can fragment creation only have one instance or singleton? I went through google iosched project too.They simply create Fragment a =new Fragment(); Whenever they want... ...
0
votes
0answers
13 views

QT glsl different fshaders for different textures

I use glsl to transform a colored texture into a black and white and e.t.c. The program draws two textures. After the drawn first, I need to disable glsl (fshader). .... ...
0
votes
1answer
17 views

How to “run” OSGi fragments on Tomcat?

I want to integrate some existing OSGi bundles and fragments in a servlet and run it on Tomcat 7. Following this tutorial http://www.javaworld.com/javaworld/jw-06-2008/jw-06-osgi3.html I managed to ...
0
votes
1answer
24 views

Android: ViewPager - adding Fragments

I am trying to add a ViewPager, but I am am having problems adding new fragments. I followed a tutorial to create it where the on each swipe the SAME fragment was used with only a TextView in the ...
4
votes
2answers
46 views

Passing data from fragment in an Activity from Another Activity

I have researched on passing data from Activity to Activity. But I could not use the same method to pass to my fragment. How do I pass the data to my fragment? The Code I am using is Intent i = ...
0
votes
0answers
24 views

Blending sprites with OpenGL ES 2.0

I have been working on a drawing app for mobile platforms, and my drawing system is working fairly well at this point. I am using a system called LibGDX for this, though I think the principles behind ...
0
votes
0answers
24 views

FragmentPagerAdapter returns a nullpointerexception

I am trying to add tabs to the action bar in my android application. Using FragmentPagerAdapter seems a nice idea but when I try to set the adapter to the ViewPager object, it returns a ...
0
votes
0answers
12 views

cwac Endless Fragment Demo Issue - Using Within My Own Fragment Format

I have a basic working app generated by using the ADT wizard. As a result I have a basic fragment format (1 ) which I have been using. I want to take the demo code (2) and use it how ever if I take ...
0
votes
1answer
16 views

Sending email from a fragment activity contact form

I know questions like this have been asked already, but even after studying several other people's problems I still can't get my code to work, mostly because differences between projects have made it ...
0
votes
1answer
23 views

Android : Replacing a fragment inside an Activity's onPause() method gives NullPointerException

I am trying to learn fragments in android and trying to replace fragment with another one in the Activity's onPause() method when the activity pauses. My code for onPause method is :- public void ...
0
votes
1answer
31 views

Error in Creating Views in Fragment

I have created a Activity with 3 Fragment layout where the user will swipe the screen to display another fragment. On my first fragment I plan to have a ListView to display out the information of the ...
0
votes
0answers
7 views

If I am using a ListView Fragment with ActionBar Sherlock and want to use getListView().setChoiceMode(ListView.CHOICE_MODE_SINGLE);

If I am using a ListView Fragment with ActionBar Sherlock and want to use getListView().setChoiceMode(ListView.CHOICE_MODE_SINGLE); Where should I place it in my code where it will work right away ...
0
votes
0answers
12 views

Possible to create two list in Fragment master listview & detail listview in android?

I want to create two list-view by using fragment in android Crate a master listview, Create a detail listview based on masted listview By using fragment how to make it?
-3
votes
0answers
25 views

about a project with a lot of fragment [closed]

I had a project, it's most UI has used Fragment, four layers like frameLayout,now I have no time rebuild the project in other way and the program is very very slow when it running.I want some advice ...
0
votes
1answer
11 views

Have a ViewPager scan through the same instance of a Fragment

I have seen lots of examples of how to use a ViewPager to scan through multiple instances of the same Fragment. I don't want to do that. I want to have a single instance of a Fragment that runs off ...
-2
votes
2answers
19 views

OSGi Fragment connection to a bundle

I want to create a Fragment which will connect to a bundle living in an OSGi container. I cannot find any documentation about the content of each Manifest.MF files for both sides (Fragment and ...
0
votes
1answer
37 views

How do I get a string array from an async task into an image adapter?

I am trying to adapt the google example BitmapFun of processing bitmaps into my own code. I get the picture urls from a mysql database via JSON through an async task (SearchDaMovies). The problem is, ...
0
votes
0answers
14 views

Fragment view in 2nd Tab still showing on 1st Tab

I'm implementing an ABS SherlockFragmentActivity with two tabs. Inside each tab is a Fragment. My TabListener performs a detach() in onTabUnselected(), which, as far as I am aware, will subsequently ...
0
votes
1answer
14 views

Animation beyond Fragment borders

I have a very simple Fragment. Its view is a RelativeLayout with a single ImageView. I want to animate that ImageView using ObjectAnimator's TRANSLATE_X property. The problem is that the image does ...
0
votes
0answers
19 views

Setting up google maps as an another page(activity ) on andriod

I am designing an app and i want one of the activities to maps, so i want to set up Google maps on that activity. public class Map extends MainActivity Main Activity is my main page I have been ...
0
votes
1answer
47 views

Sliding Menu with Fragment changing

I use the Sliding Menu library in my app. The sliding menu is a fragment. The blue part is the sliding menu when opened. The red part is static, it doesn't change, it's the main activity btw. The ...
1
vote
2answers
115 views

Cannot update dynamically created fragment after rotation

I have a problem with fragments and configuration changes (rotation) : I have a screen with a button that randomly update the Text of a fragment. Everything works fine untill I rotate the device ...
0
votes
0answers
31 views

How can I keep a SupportMapFragment active after that a SlidingPaneLayout panel has been slided upon it?

I am using a SlidingPaneLayout in which the first fragment is a list of destinations while the second fragment is a SupportMapFragment. <net.bikeproject.NoSlidingPaneLayout ...
0
votes
0answers
15 views

Access Activity within Fragment

Im making an App. And I want to access my 3 main activities into 3 different fragments. i use viewpager to swap activities but it only show layouts do not work on its functionality. Then i used ...
0
votes
1answer
18 views

how do I set setOnPageChangeListener?

I create and set up my Fragment inside my FragmentActivity like this: public class PosFragmentActivity extends FragmentActivity { ... @Override protected void onCreate(Bundle ...
1
vote
1answer
24 views

Building a partial data downloader / caching mechanism

I'm trying to write a .NET/MS SQL application that will download daily weather data from a web service and I'd like to store/cache that data in the local database. The way it's going to be used is: ...
0
votes
0answers
36 views

ViewPager that loads alternate FragmentPagerAdapter

I have a ViewPager that I hope will be "refreshed" with different FragmentPagerAdapter when ActionBar.OnNavigationListener onNavigationItemSelected() is triggered. I thought this will be easy, but it ...
1
vote
1answer
24 views

How do I duplicate “new TextView” and “setId”?

My FragmentActivity loops and creates numerous Fragments, each with `new TextView. After some help, I have this: FragmentActivity.java ... @Override protected void onCreate(Bundle ...
1
vote
3answers
33 views

getFragmentManager with API8

I build my app with API17 as target and minSDK 12 now I have to make the app works on andorid.2.2 (API8) devices I chang the minSDK to 8 and the target SDK to 8 also I fix some errors but I don't know ...
1
vote
1answer
13 views

Three Fragments, interface on second Fragment requiring implementation on both Main and Second Activity

Taking the default 'Master/Detail' flow template in Eclipse, and adding a third Fragment (let's call it Edit, launched from the pre-existing Detail Fragment) and I'm now looking to open the Edit ...
-1
votes
0answers
8 views

Which control does whatsapp use to show chat, android? [closed]

So which android control does whatsapp use to show chat? Is it fragments, textview?
0
votes
0answers
27 views

How to resume a fragment after creation of a new instance of that fragment in the FragmentPagerAdapter?

This is a little complicated (and I'm an Android noob), so I'll try to be as clear as possible: I have a FragmentPagerAdapter and a ViewPager that support the display of three fragments as tabs. As ...
0
votes
2answers
27 views

How do I duplicate fragments?

My FragmentActivity loops and creates 8 Fragments from the same xml and activity. The fragment has a TextView, by passing parameters to the Fragment, I want to display different text inside each ...
0
votes
1answer
64 views

LibGDX - Comparing Sprites in the Fragment Shader

I am working on a LibGDX project, and I would like to be able to modify things like the color and alpha of a sprite, specifically on any part that overlaps the previously placed one. From what I can ...
2
votes
3answers
82 views

Android cutting my text when using fragments

I have an activity with one fragment. On top of the fragment, I want to place and small advertisement. The problem is, if I define anything on top of my fragment, the text inside my frag will appear ...
1
vote
2answers
62 views

Accessing MyApplication from android fragments

Basically I am starting to port a purely Activities application to Fragments and I am stuck nearly at the first step. In my current application I extend application to have access to global constant ...
0
votes
0answers
12 views

Lazy loaded TAB

In my app I need to implement a tab-like interface. It was not complicated to add 3 buttons and replace their backgrounds to see which is the "active". As the contents of the "tabs" use a lot of ...
0
votes
1answer
46 views

The method getActivity() is undefined for the type DataAdapter

I'm trying to use the demo provided by cwac... how ever when I have pulled it in to my fragment I am getting the error "The method getActivity() is undefined for the type DataAdapter" I am sure its a ...
0
votes
0answers
15 views

TabActionBarFragment repeated info error

hi I have a tabActionBarActivity with two fragments into fragment one i have a list view right now it has 2 values teste and teste2 but when i pass to tab2 and then tab1 the values on the list are ...
0
votes
1answer
22 views

Android, using bluetooth inside sherlockFragment

I have a Fragment Tabs Pager and used sherlockFragment and I need to search for other bluetooth devices inside it. but I cannot registerReceiver as it's needed. I get the following error: The method ...
1
vote
1answer
40 views

Android: SlidingMenu change content

I'm using SlidingMenu with a ListView as a menu and I want to change the content of my MainActivity dynamically based on the click of a ListView element. I know that I have to use Fragments to achieve ...
0
votes
1answer
19 views

Return different Fragment Types

I have the following method which gives back different Fragments: @Override public SherlockFragment getItem(int position) { SherlockFragment fragment = null; if (position == 0) { ...
0
votes
0answers
9 views

Change tab from Fragment

I used this code: http://thepseudocoder.wordpress.com/2011/10/04/android-tabs-the-fragment-way/ I have created a class "Main" extending from FragmentActivity and implements ...
2
votes
1answer
63 views

Android - ListView With Fragment issue

i have created list view with fragment. but there is some issue. check below image. its happens only when screen rotate. my code is below: public class LListFragment extends SherlockListFragment ...
0
votes
1answer
31 views

can't run any fragment activity in any android project

can't run any fragment activity whenever I created a project.. here's the logcat of facebook sdk and fragment basic project I used before, now it stop when run at emulator. 1st: I followed this ...
0
votes
2answers
33 views

Mapfragment findFragmentById always null

I have problems to access the fragment of the map. getFragmentManager().findFragmentById(R.id.map)) returns always null. I don't know why. What's the problem? Thank you! <LinearLayout ...
0
votes
1answer
33 views

Error TabActionBarFragment repeated data [EDIT]

I have an app that has an ActionBarActivity and inside I have two fragments that represent each tab...the thing is I have a list on fragment1 with two values "teste" and "teste2" But when I change to ...

1 2 3 4 5 30