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