Questions tagged as 'fragment'

0
answers

Pass fragment detail to another with click, searchview error

Hello friends, I have a problem in which I enter after implementing a searchview in my fragment. As you can see there is the list of items and if I click on each one it shows me the detail correctly. When doing a search, it shows me the co...
asked by 06.01.2018 / 02:31
0
answers

problems with fragment

I have an activity that controls a session and it also has many fragments that are the whole operation of the app, it turns out that I'm making a request for rest services in the fragment's onCreateView, and change fragments using the addToBackS...
asked by 06.12.2017 / 23:54
0
answers

How to end a fragment by changing to another fragment

I have a small application with a BottomNavigationView , I have added three buttons, with the first button shows a fragment _home, in this fragment there is a viewpager which aims to show a slide of images , a timer...
asked by 21.11.2017 / 20:16
0
answers

Problem with google placepicker api place

I'm implementing the api of google places in my application, I'm working with a bottom navigation as a menu, so I have different fragments that are the options, example home, search, settings, etc. Implement place picker in one of the fragments,...
asked by 06.11.2017 / 04:08
0
answers

Destroy a [duplicate] activity

Good, I have a problem with my application, when I open an activity and it is finished doing what is required with that activity, it is passed to the other, however, if the user presses the back button of his device he returns to the previous...
asked by 05.10.2017 / 18:00
1
answer

Run an Asynctask within a fragment with a listview

I have a Asynctask that gets data from a webservice and this data the user sees through a lisview, but now I want to enter the listview in a fragment . but I can not achieve it. Well the fragment appears where I am using V...
asked by 08.10.2017 / 00:55
0
answers

Black screen when I pass Fragment

When a button is pressed the first Fragment retrieves information from a server, in some cases this information takes time due to the bad quality of the links. At the moment of the transition from the first to the second Fragment the screen turn...
asked by 29.09.2017 / 03:34
0
answers

PopupMenu on Fragment Android

I have two projects: In one I open in an activity a reciclerview that I charge with cardviews , these cardviews have a button that opens a popupmenu, all perfect. In the other project I try to do the same but within a fr...
asked by 28.07.2017 / 12:44
1
answer

How can I show two arrays in the same fragment?

I'm trying to do a Array with different categories to show them in the same fragment , the problem is that it only shows me a Array and not both. I would like to know if it can be done like this or there is another way. Th...
asked by 27.06.2017 / 21:45
1
answer

Failed with ListView in Fragment

What I want to do is that listView shows the data, I have the following error:    05-27 19: 26: 59.412 13176-13176 / com.example.pc.libreta   E / AndroidRuntime: FATAL EXCEPTION: main                                                           ...
asked by 27.05.2017 / 19:32