Questions tagged as 'android-studio'

1
answer

How to disable control git version in Android Studio

How to disable control version git in Android Studio in Windows, what I did was go to the menu: VCS - enable control version and now I do not know how to undo it, turn it off, disable, turn off. thanks     
asked by 04.06.2018 / 23:00
1
answer

How do I convert a getString to a getChar in Androdi Studio (list)

In this list event I want to convert the part of a getString to a getChar but I do not recognize it as char, how would its syntax be? public List listar(){ List<BobConstruye> d=null; try { BDatos bddatos = ne...
asked by 29.11.2017 / 17:57
2
answers

Infinite load problem when I try to create a project in Android Studio 3.0.1

Let me explain, I downloaded the version of Android Studio 3.0.1 everything went well with the installation I downloaded everything that I was asked for, but the problem is that when I want to create a project it never builds the project I can n...
asked by 08.02.2018 / 03:43
0
answers

Android programming with Java [closed]

What topics and / or Java concepts do I need to know in order to start programming apps with a certain degree of complexity in Android?     
asked by 09.12.2017 / 06:49
2
answers

Show me an error with the Manifest

I have this error in android studio    Error: Execution failed for task ': app: processDebugManifest'.   Manifest merger failed: Attribute meta-data#android.support.VERSION@value value = (26.0.0-alpha1) from [com.android.support:recyclerview-...
asked by 02.12.2017 / 21:23
1
answer

Help! Implement a dialog-like view similar to Facebook comments in your app

I would like to know what is called the view that implements facebook in your Android app and how can I implement it, thank you very much in advance. This is the view I'm looking for     
asked by 18.11.2017 / 14:06
1
answer

How can I parse more objects that I have within arrays in JSON and kotln?

   Quotation in block What I want is not to repeat code can pull the data without doing array, array1 etc how can I do it? val stringRequest = StringRequest(Request.Method.GET, URL_DATA, Response.Listener { response -> progressDial...
asked by 22.03.2018 / 21:42
1
answer

java.net.SocketException: Permission in Android Studio with Visual Studio 2017 Web Service

Use KSOAP2 library in Android Studio, SQL SERVER with a table called "Clients" and the ASP.NET web service in Visual Studio 2017. When I call "TaskWSCconsult" and "TaskWSnviar" I capture the following exceptions: 11-05 07:14:56.592 12155-12...
asked by 05.11.2017 / 09:39
1
answer

How to save data permanently on a screen (Fragment or Activity) on android even if you leave it?

I hope you can support me with this doubt that does not let me move forward with the app I'm doing. How can I store two data on the screen2 from the screen1 permanently, so that when I go to another screen and return I still have the same data....
asked by 18.10.2017 / 23:49
1
answer

Android Studio Error - "Android Emulator is incompatible with Hyper-V" [duplicated]

When trying to create a virtual emulator in Android Studio I get the following error message:    Android Emulator is incompatible with Hyper-V What can you owe?     
asked by 19.10.2017 / 17:32