Questions tagged as 'android-fragment'

2
answers

Fragment setContentView Android

Hello good day today was making an app connected to the database with Firebase the application is already connected and all with some tutorials that I saw on YouTube, but now I wanted to make my app more aesthetic and I added a Bottom Navigation...
asked by 20.05.2018 / 09:23
1
answer

call a method from a DialogFragment

As I can call a method from DilogFragment , the problem is that in this DialogFragment I use it to generate a dialog box where I enter two data that is stored in a file until that part I have no problem, it is saved correctly everyt...
asked by 27.02.2018 / 19:28
2
answers

Recover the text of an EditText in a DialogFragment?

I am working with DialogFragment to be able to show a dialog box where I request two data that are captured by two EditText, the progblem is when I want to recover what is written in those EditText, how can I recover the contents of those EditTe...
asked by 31.01.2018 / 21:11
1
answer

Read QR from fragment and return the result to fragment

Good, I have the following code that works for me when I work with normal activities, the fact is that I am now making an app dependent on fragments, so I do not know how to make this request: Code to read the qr scanbtn.setOnClickListener(...
asked by 14.09.2017 / 14:20
2
answers

Error Bottom Navigation with Fragment

I want to open a fragment by selecting an Item from the Bottom Navigation that I created, but the following code is the one that does not let me continue because it appears wrong in the fragment before the fragment.getTag and does not How to s...
asked by 15.05.2017 / 22:42
1
answer

Fragment with drawermenu in the action toolbar

The problem is the following I have my main activiy that is composed of a drawer activity when I give to one of the options of the drawer activity I have to pass to a fragment , the problem is the following when I pass to fragmen...
asked by 14.04.2017 / 22:19
2
answers

Spinner in Fragment

I have a Spinner in a Fragment , that when I click on an item of Spinner leads me to another Fragment . But when I run the app, it goes directly to the first item in Fragment . It does not show me the Fragment...
asked by 24.01.2017 / 02:53
2
answers

Fragment does not load

I have a Slide View in activity_main , when I give in the menu the fragment to load does not load follows the screen of activity_main public class BlankFragment extends Fragment { WebView mWebView; public BlankFragment()...
asked by 05.09.2016 / 07:56
1
answer

call a Fragment from a ListFragment on android

I've been looking everywhere and I can not find such an answer, what happens is that I have a ListFragment and that ListFragment I have a method setOnItemClickListener , everything works very well, only I need to call a fr...
asked by 03.11.2016 / 10:20
2
answers

getFragmentManager null the second time

Good morning, I've been programming on Android for a few weeks and I'm having some problems with using getFragmentManager . I have read post about the termination of activities and this is what I have made clear: Stack Over Flow Quo...
asked by 03.11.2016 / 10:51