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