Questions tagged as 'android'

0
answers

Add bookmarks without reloading Android map

Good afternoon! I was already googling to know if there is any way to add a bookmark to a map without having to reload onMapReady. This is what I tried: With the following code I execute Alerts which is a WS that is returning me a seri...
asked by 11.01.2018 / 20:34
1
answer

Error compiling in Android Studio Unable to merge dex

Hello everyone , I'm trying to compile my app, but it shows me this error Error:Execution failed for task ':app:transformDexArchiveWithExternalLibsDexMergerForDebug'. > java.lang.RuntimeException: java.lang.RuntimeException: com.android.bu...
asked by 29.12.2017 / 23:01
1
answer

ERRORS can not resolve symbol REQUEST_LOCATION

I'm getting the following errors: Error 1: can not resolve symbol REQUEST_LOCATION, Error 2: FusedLocationApi, appears crossed out. when I try to request permission This is the code fragment public void onConnected(Bundle bundl...
asked by 30.12.2017 / 16:38
1
answer

LocationServices.FusedLocationApi ... ERROR

AS shows me an error in the next line, the problem is that it causes my app to stop, and when I go to the activity in java it appears underlined in red, I do not know why because LocationServices.FusedLocationApi.requestLocationUpdates(googleA...
asked by 30.12.2017 / 13:46
0
answers

Volley, Custom Header

Currently I have a problem I find the following code to make a POST call public void pendingPaymentsCollections(final Context context, String request, final Response.Listener<GetPendingPaymentsCollections> listener, final Response.Error...
asked by 29.12.2017 / 16:57
1
answer

Project Android studio crashea app when finished listview load

good afternoon community, and happy year I would like to ask why when I finish loading a listview through a service in my project, instead of showing up, the app crashes directly? the test I'm doing with a G4 plus motorcycle (if you have somethi...
asked by 03.01.2018 / 21:41
0
answers

How to obtain the value of the spinners that have been "inflated" from a layout, in a certain number of times?

Good, these days I had a problem, I will use inflate to inflate a layout into another layout, the layout that contains a Spinner insert but the problem I have is that when I want to get the id of the spinner that insert so be 4 or 10 the...
asked by 04.01.2018 / 22:17
0
answers

How to make my APK compatible with any device?

I'm doing an APP with android studio. I've finished it, I've made it Build correct but I tried to install it in a "Huawei P8 Lite" and it tells me that it is not compatible with the device. What part of the code is what makes it incompatible?...
asked by 04.01.2018 / 17:31
1
answer

Android phone call from webview in a viewpager

I have a web page viewpager. It is very simple and works well. But when I click on the href="tel:971142254"> link, try to access the website and I get an error. I tried this, but it gives me the same error. public boolean shouldOverr...
asked by 10.01.2018 / 16:29
0
answers

YouTube view

What is this type of view based on, where BottomNavigationView is seen? I know they are not Fragments because the life cycle remains and is not destroyed (or so I think), but from what I have seen, Fragment is usually...
asked by 22.12.2017 / 21:16