Questions tagged as 'android'

0
answers

Import library WebHose.io in Android Studio

I am trying to import this liberia to an android project without success. I've tried from File-> Project Structure- > dependencies- > each of the options. when downloading the "library" it looks like a project folder, not as a .jar and o...
asked by 14.03.2018 / 00:38
0
answers

"java.lang.IllegalStateException: The content of the adapter has changed but ListView did not receive notification" On an AutoCompleteTextView

Currently I have a form in which I have a AutoCompleteTextView element, to fill this View I have an adapter called AutoCompleteStoreAdapter in which, using the getFilter () method, I get the data from the GetAllStores class that extends fr...
asked by 13.03.2018 / 19:07
2
answers

How to move from one fragment to another in a defined order in Android?

I have a MainActivity that contains a button, within that same Activity I have 3 fragments, the Fragment1 is the one that appears visible when I open the app, what I do now is this; //Controlamos las acciones de los botones flotantes @Override...
asked by 14.03.2018 / 13:00
2
answers

Read JSON by OpenHttpConnection in a Public IP

I have a problem trying to read a JSON by OpenHttpConnection on a Public IP. I tried the JSON link and it is perfect, but when I try to read the JSON I have the following message by Log: D / NetWorkSecurityConfig: No NetWork Security Confi...
asked by 13.03.2018 / 15:58
2
answers

How can I show the results of a JSON in an AlertDialog?

I'm trying to show the results of my Json in an AlertDialog, using the AsyncTask class, I managed to process the url, but I have no idea how to show the final results within a listView, in my onPostExecute ... Some help for favor there is my cod...
asked by 12.03.2018 / 15:26
0
answers

Zoom Android Studio screen

I would like to know how to zoom with your fingers in Android Studio, that is, to do all the layout.xml (or as you call it), since on the internet I have only seen how to zoom in on a image, and I would be interested in zooming the whole screen,...
asked by 19.03.2018 / 14:48
0
answers

Save data type many2one in Odoo using the library aXMLRPC android

I'm working on an Android project that consists of connecting an Android application to Odoo using the library aXMLRPC . The application will allow the user to create a sale ( sale.order ). But now, I have the object (...
asked by 19.03.2018 / 17:02
0
answers

I can not write to the sd card

I have the problem that the following code creates the folder and the file in the internal memory. And as I read in the documentation the path that I invoke getStErnalStoragePublicDirectory should do it in the SD memory. I requested...
asked by 19.03.2018 / 12:27
1
answer

Error when using a Sevice, when the Activity that I call it is closed

I have a service that runs fine, until I close the Activity that called it or destroyed it in this case: Activity_Calls. In the service I call this method: public void TactivarBroucast(int a,int b) { int t=b*3600000+a*1000; D...
asked by 09.03.2018 / 22:39
0
answers

error when compiling with 'com.android.ide.common.process.ProcessException: Failed to execute aapt'

I created a new project (thinking I screwed up with the previous one), but the same thing happens to me, I compile and this error appears:   : app: splitsDiscoveryTaskDebug UP-TO-DATE   : app: processDebugResources   C: \ Users \ jogv6.gradle...
asked by 10.03.2018 / 12:52