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...
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...
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...
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(...
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...
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...
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...
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()...
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...
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...