Questions tagged as 'android'

0
answers

push notifications android studio

I have read something about floating notifications of incoming calls, but I can not find a way to do them. I just got the notifications and the simple ones work fine but I do not know how to do a floating. On the other hand I create an icon w...
asked by 15.04.2017 / 14:08
0
answers

Get data only from some soap objects in android and show in listview

I am consuming SOAP services and this is the result that the soap object shows me: getContractsByDocSubscriberResponse { return = anyType { codError = 0; msjError = OK; dataContracts = anyType { contract = 2080086; p...
asked by 21.03.2017 / 22:37
0
answers

Follow path traced in the api of google maps on android

I'm designing an application in android studio with the Google Maps API, the situation is that the code I've made already traces the route from point to point but I can not erase the path already made when I follow the route marked!     
asked by 27.03.2017 / 17:21
1
answer

Get image of an arrangement

I'm occupying the next ImagePicker library for Android (Java), but I'm working with recovery, which I'm referring to this, to the method onActivityResult , which returns an array of images, in my case I limited the Picker to 1 photo at m...
asked by 20.03.2017 / 21:05
1
answer

Query database from internal memory

I am working on an app and I need to use a BD SQlite (already created) from the internal memory of the mobile. I have searched and can not find, I already know how to create the BD from scratch in the app itself or copy a BD to the assets folder...
asked by 21.03.2017 / 07:32
1
answer

Securely send data from Sqlite to Mysql

I am doing a synchronization of information that is stored in the database Sqlite my problem esque is a field application that is to say it will work with mobile data, but I have problem that the sending of information is not executed cor...
asked by 30.03.2017 / 17:41
0
answers

Search with the snackbar

It would be possible to search for ListView items with the FAB button and the Snackbar, I have no idea how to do it. Pressing the FAB button opens the SnackBar , because at that moment, I get the keyboard and while I'm pressing ch...
asked by 18.03.2017 / 07:46
1
answer

Problems with the onChildClick in an ExpandableListView

I'm doing a program and I do not know why it fails. I have a ExpandableListView object that makes Adapter and% Fragment that calls this object. To the elements of the list, it works, the problem is in the onChildClick...
asked by 17.03.2017 / 08:46
1
answer

How to prevent me from launching an error when trying to create a folder on google drive?

What happens is that I want to create a folder in google drive my perfect code, the problem that when using it and I do not know if it is because it does not have a good Internet connection or it is the google services that have not yet linked t...
asked by 31.03.2017 / 21:59
2
answers

Variable returns me null

I have a problem, I need to click on save to send the url of the image that I uploaded to cloudinary, the image if it is uploaded but I do not know why it returns to me, the code itself does not return error, in this log Log.d ("Path in save bu...
asked by 18.03.2017 / 18:12