Questions tagged as 'android-fragment'

0
answers

Get Fragment data in a ViewPager (Form)

I have a Activity that contains 5 Fragment with a ViewPager type form, what I want is to recover the information of each EditText of the Fragment as it happens with the swipe from one fragment to another, I d...
asked by 17.04.2018 / 00:13
0
answers

ListView is cut off when viewing remote server with Android Studio

I have an activity with tabs, and in a fragment of these tab I load a list View, in this fragment I have a class that inherits from AsyncTask and what it does is bring from a webapi a list of names of people and the route to an image that is on...
asked by 18.04.2018 / 14:38
0
answers

How to create these objects within a Fragment

I want to add the following two objects within a Fragment so they can be used by the elements of the layaout of that fragment. These are the objects I want to add: public void copiarEstatico (View view){ ClipboardManager myClipboard = m...
asked by 11.04.2018 / 21:17
0
answers

Download file in fragments

I have a very basic app: a Navigation Drawer where each menu leads to a different fragment. The theme is that the fragment "Gallery" has a webview that shows an own online gallery and that gallery in turn has a button to download the photo shown...
asked by 02.04.2018 / 00:36
1
answer

How to navigate from an activity to a fragment of another activity of a navigationBar?

Good morning I have a problem in the navigation of my application in which I have a mainActivity (); where I have a series of fragments, now create a form activity in which for the moment I just need the one button to return me to a specific...
asked by 22.03.2018 / 03:14
0
answers

TabLayout stopped working when you put NavigationDrawer

Hi, I have created a horizontal menu in the TabLayout from which I showed the corresponding Fragment of this menu, but I have set a Navigation Drawer and the TabLayout menu has stopped working, now when I show the Fragment i...
asked by 22.03.2018 / 20:30
0
answers

I have a problem with my recyclerview in my fragment

The problem of my recyclerview in my fragment is a very silly mistake because I am wrong in the name of a variable an apology.     
asked by 04.04.2018 / 05:53
2
answers

How to move from one fragment to another in a defined order in Android?

I have a MainActivity that contains a button, within that same Activity I have 3 fragments, the Fragment1 is the one that appears visible when I open the app, what I do now is this; //Controlamos las acciones de los botones flotantes @Override...
asked by 14.03.2018 / 14:00
0
answers

How to fill a my recyclerview with picasso in a fragment?

This is my adapter: public class AdapterMarcas extends RecyclerView.Adapter<AdapterMarcas.ViewHolderMarcas> { List<Marcas> listMarcas = new ArrayList<>(); Context context; public AdapterMarcas(Context context, ArrayList...
asked by 27.02.2018 / 00:01
0
answers

Ideal weight of android studio images

My app just gave me the following problem: java.lang.OutOfMemoryError: Failed to allocate to 14737836 byte allocation with 3589248 free bytes and 3MB until OOM I understand that the problem is with the memory, which from what I read is 48m...
asked by 02.03.2018 / 16:40