Questions tagged as 'android-studio'

0
answers

Install ADT BUNDLE in Windows 10

I downloaded the Android Studio Bundle that comes with the necessary tools to start programming on Android. The problem is that I execute it and it does not start the installer. I also execute it as Administrator and nothing. Something similar h...
asked by 17.08.2016 / 19:35
1
answer

web services Soap android

Inquiry, how to consume a soap service using the KSOAP2 android library, the web service is: link to use the library: NAMESPACE, URL, METHOD_NAME, and SOAP_ACTION. I do not know exactly what those parameters are. SoapObject request...
asked by 22.09.2016 / 23:38
2
answers

Error showing image from internet on android [duplicated]

I'm trying to show an image from the internet with the following code: try { final ImageView prueba2 = (ImageView) view.findViewById(R.id.pruebaImagen); URL url = new URL("http://www.expertoanimal.com/es/images/9/7/5/img_nombres_par...
asked by 07.07.2016 / 06:25
1
answer

Glide.load from request

In my android application I am using the Glide library for loading images, but I need to upload images that are only obtained with POST calls and a certain body (they do not return with just one URL). For now what I do is download the images...
asked by 07.07.2016 / 17:35
0
answers

Intel Emulator Accelerator Certificate Issues in Windows 10

Good guys, first of all say that I am new to this website and a fan of it. I commented, I have acquired a new computer: processor i7 6700k and motherboard Asus H170, a beast. Well it turns out that when installing the operating system again a...
asked by 06.08.2016 / 22:54
0
answers

Application icon in status bar [closed]

Dear, how can I leave the icon of my app in the status bar when it is running in the background? My app uses the MediaPlayer class to play streaming and I want to leave it in the status bar with an icon.     
asked by 04.08.2016 / 20:26
1
answer

What is the most efficient way to see a DB from android [closed]

I would like to know what would be the most efficient way to create an app for android that the only thing you do is consult a database on a computer, the computer has an inventory software made with Visual Fox Pro, the database of the software...
asked by 25.06.2016 / 20:13
0
answers

Share data between Android projects

Good afternoon! I have a question-doubt I hope you can help me. They know if there is any way to share variable data to other projects or between different modules that belong to a project. That is, I have my main project and that variable wh...
asked by 22.11.2017 / 06:03
1
answer

Error deleting record in SqlLite

I am new to programming and I have many doubts. The first thing is that I'm doing a registry of people, I have the DB in sqlite, I have already managed to save, search and delete the information, this I show in a listview , but when...
asked by 22.11.2017 / 09:03
1
answer

Live Template btnClick in Android Studio 2.1

I am getting used to using the live templates that Android Studio has. ctrl+j : the available ones are shown. I try to create a Live Template that starts, writing btnClick , the purpose is to complete the assignment code of a cli...
asked by 03.05.2016 / 13:36