Questions tagged as 'android'

0
answers

Contents of an application site in Intel XDK

I'm developing an application on Intel XDK where I need to publish site content in-app. That is, when I update the site, the content in the application is also updated. Remembering that the site was developed in the Joomla! and is responsive....
asked by 22.01.2017 / 00:24
1
answer

ListView only appears when I click to close the keyboard [closed]

I do not know how to solve this problem, but the list-view does not appear when I search, it only comes to appear when I click the button to close the keyboard, it seems that when I press the button it updates the Activity and there it appears a...
asked by 21.10.2016 / 05:58
0
answers

hashCode of the APK signature

I need to return a single hashCode of the apk signature. Signature[] sigs = context.getPackageManager().getPackageInfo(context.getPackageName(), PackageManager.GET_SIGNATURES).signatures; for (Signature sig : sigs) { Trace.i("MyApp", "Sign...
asked by 01.12.2016 / 15:30
1
answer

Android consmindo web service soap

I'm having trouble consuming a complex SOAP web services SOAP As I could send this request, I am a beginner in mobile development. <Autenticacao xsi:type="urn:Autenticacao" xmlns:urn="urn:RouterBoxMobile"> <ChaveIntegracao xsi:...
asked by 17.10.2016 / 13:46
0
answers

Error: android.view.InflateException: Binary XML file line # 10: Error inflating class android.widget.ListView

I'm running my app, but it returns the following error: Caused by: android.view.InflateException: Binary XML file line #10: Error inflating class android.widget.ListView And I'm simply running the App and opening my ListView directly with a...
asked by 17.10.2016 / 01:55
1
answer

Problem in editText within a ListView [closed]

Hello,IcreatedalistofquestionswithinaListView,Icreatedalltheprogrammingquestions,I'mnotdoinganycomponentinthelayout.xml,itjusthasaframeLayout,butthemomentIclickonedittextitdoesnotletmetype,Iclickandthekeyboardcellphonepopsupanddisappearsquickly...
asked by 05.12.2016 / 17:52
1
answer

receive the size of a folder in the textview [closed]

I'm an Android development trainee, so I need to create an app to receive / discover the size of the WhatsApp images folder / directory ... I researched and could not find anything, I saw some technologies that could be used, I have no idea h...
asked by 06.12.2016 / 14:30
1
answer

Send image to Server

When I send a [] byte converted to String to the server on the server it comes empty or bursts. I do not understand why. Bitmap photo = (Bitmap)data.getExtras().get("data"); photo = Bitmap.createScaledBitmap(photo, 800, 1...
asked by 05.12.2016 / 19:29
1
answer

Map loads only on my device

I have a map in a fragment. I already solved all as key questions, I created the signed apk, it is not what I want to do and I did not put any google developer console, with the name of the project. A created key I placed in the manifest of the...
asked by 08.11.2016 / 00:02
0
answers

Problem to make to send a type complex Soap

I am making a method to update customer data, but when I go through this method I am having trouble sending the object, has anyone seen this problem? Follow the code: package routerbox.com.br.centraisdoassinante.routerbox.com.br.centraisd...
asked by 07.11.2016 / 17:05