Questions tagged as 'android-viewpager'

0
answers

Share a captured image from an array of images on android

I would like to share the image seen at that moment in the ViewPager , which will be taken from an array of images named sliderImagesId . Here are the files of the app. <?xml version="1.0" encoding="utf-8"?> <android.support...
asked by 19.09.2016 / 18:40
1
answer

Update Fragment?

I have a gallery that is divided into two sections, which I use two Tab to divide, use ViewPager . Here is my code of the class Pager and therefore use Fragments , I have impliementados several methods delete image take...
asked by 23.09.2016 / 15:05
1
answer

Open a fragment from another fragment of different activity

I have a question In this code that I currently have, located in a fragment contains a "swich case" that opens a different activity, now what I did is create another an activity 2 which loads 12 fragments with a viewPager, which would replace th...
asked by 09.08.2017 / 05:06
2
answers

Problems with ViewPager

I'm with a problem. I made a ViewPager with 3 screens. Until then everything was fine, the problem came when I wanted to program on one of the screens and I do not understand why I'm throwing an error into something as simple as a button becomes...
asked by 17.10.2016 / 23:52
2
answers

How do I make the titles of my viewpager multi-language?

I have a tabbed activity with 3 sections or viewpagers, and since the data type is charsequence it does not let me take the name from the string like this: @ string / conversionunidades so that it is multi-language. How do I make it multi-langua...
asked by 29.04.2018 / 04:30
0
answers

Bluetooth in ActivityMain for different Fragments

I have an application that uses TabbedActivity with 3 Fragments where the intention is to show data received by bluetooth. My idea is to put in the main class the reception of the data that I will keep in Lists and those Lists to pass them to...
asked by 05.12.2018 / 19:32
0
answers

Load Data in a fragment in Android

I'm doing an app in Android Studio to answer forms, the app generates a PageView with the number of categories that are in a table and each time a "page" is generated you should print the name of the category in which it is, until...
asked by 20.09.2018 / 13:23
0
answers

How to maintain the context of the main activity in all the elements of the ViewPager?

I had my application in a single layout, in order to improve it I am trying to implement a main layout with a ViewPager and through it access the different layout in which I divided the app. When I had everything in one layout, it did not presen...
asked by 11.07.2018 / 17:54
0
answers

refresh to a viewpager

Hello that such a good day to all I want to know in what way I can do a refresh to a viewpager. my problem arises from the fact that in my pager I have 2 calendars one with which I select a range of dates and in the other I only select a specifi...
asked by 06.07.2018 / 14:25
1
answer

How to implement a viewpager together with my recyclerview?

I have a recyclerview to which I want to implement a viewpager in a fragment but at the moment of implementing it and starting the application it will crash and I would like to know what my problem is My layout: <FrameLayout xmlns:an...
asked by 14.06.2018 / 17:07