I have an error writing this in my buil.gradle of my volley module that matters:
useLibrary 'org.apache.http.legacy'
Once I write that line and synchronize the project again it shows me this error:
Error: Unable to find optional...
Good afternoon I'm trying to import Firebase to my project but I can not make the instance of the class because it can not find the reference, and try to do it with all the steps of the documentation but it does not give me a solution, I hope yo...
I'm customizing a map marker but when loading the map it shows me in a very exaggerated size and not in the size of the marker, try to try placing a vector, but it showed me the following error.
com.google.maps.api.android.lib6.common.apiexce...
Here my code:
public class SplashActivity extends Activity {
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
// Set portrait orientation
setRequestedOrientatio...
I am taking a course in which they put us to carry out an app with android studio. They ask us to create a git repository on an ubuntu server (which I have virtualized) and that the code I develop in android studio is saved in that repository (t...
In the android resources file I have a <string-array name="system"> with two items, what I want is to call it in a java class that extends from RecyclerView.Adapter to fill a string[] , in the following way:
String []...
I'm doing Navigation Draw Activity , with fragments inside. The fact is that I have several fragments. It is a long form that I divided into several fragments, and I want to send the data I receive from editText of the firs...
I need to share my mp4 video file generated by my app, which acquires name with a ( System.currentTimeMillis /1000 ). the share action must choose that last generated file to share it in social networks.
I leave the initRecorder...
I am doing an App in Android Studio and it throws me the following error that seems to be a failure to inflate the view in my XML file but I can not give it a solution.
This is the XML
<?xml version="1.0" encoding="utf-8"?>
<a...