Questions tagged as 'android-fragment'

2
answers

Send data from a Fragment to an Activity

Good Morning Personal I have a fragment containing a listview where it clears the data coming from a webservice. In the onclick method I have the following code where I pass some values to another activity according to the code below. ltwPacot...
asked by 27.04.2017 / 13:58
1
answer

Error performing a SQLITE table creation

I'm trying the following error: android.database.sqlite.SQLiteException: no such column: np (code 1): , while compiling: SELECT _id, nome, email, np, tipoFunc FROM usuarios ORDER BY nome ASC...
asked by 21.06.2017 / 21:11
1
answer

FloatingActionButton does not work

My FloatingActionButton does not work. In my application I have a fragment and two tabs. In one of the tabs, the floatingActionButton works, the other does not. This is the main fragment layout, where the button is located:      <!-- The...
asked by 12.05.2017 / 15:21
1
answer

Application closing unexpectedly when submitting post request

Well I'm developing a screen using holder view and I'm sending JSON to the server, but it's been a problem. By clicking the submit button it simply closes the application, and nothing appears in the error log. What could be the...
asked by 12.05.2017 / 14:11
1
answer

Create a marker at the current location of Maps with Fragment

Hello, I need to put a marker in my current position and show it in Google Maps, but as I'm using Fragment the setMyLocationEnabled method does not work, I already went behind the internet on several sites and I did not find the solution, so I de...
asked by 26.09.2016 / 17:40
1
answer

SlideShow of images with android

Does anyone know how to do a slide show of images in a HorizontalScroolView in android? Or do you know of any library that does this? I need to make a slideshow within a fragment     
asked by 28.06.2016 / 21:27
1
answer

Creating an Android Studio datepicker

I want to create a datepicker as shown below. ButwhenIcreateone,itstaysthatway. But when I use some example that creates one according to the first image, it ends up being the same as the second image. I want to create the datepicker...
asked by 16.11.2015 / 04:23
1
answer

Go from Main Activity to Fragment

I'm building an app on Android and it will have among the various activities a fragment for user profile. The problem is that, from the selection of the profile, you need to go from the main activity to the fragment. But I'm having trouble wi...
asked by 27.11.2018 / 12:26
1
answer

How to display a Menu by clicking the BottomNavigationView item

My application looks like this: IneedwhenIselectthefourthitem,amenuappears: The code for my Activity Main: package br.com.friendlychat.navigationbottombar; import android.os.Bundle; import android.support.annotation.NonNull; import a...
asked by 16.08.2018 / 19:04
1
answer

Refresh fragment within Pageview with Tab

Galera, See if you can help me, I've had this problem for 2 days and I can not resolve it. My app has PagaView, TabLayou, and 3 Fragment Ok? As the image below: OnmythirdtabIhavethefollowingFragmentcode:android.support.v4.app.Fragmentfrag...
asked by 29.08.2018 / 16:36