Posts by rodrigo.oliveira • 1,251 points
82 posts
-
1
votes1
answer17
viewsQ: Android Parser from soapFault
Well I’m starting to make errors that the webservice Soap returns to me, as for example if the user enters login or password wrong the web service returns an error Soapfault: user or password…
-
2
votes0
answers168
viewsQ: Filter in listview takes item from wrong position
In Listview without using the filter when you click it shows the correct data in the other Activity, but when you filter one item it changes the position and passes another ID the data has nothing…
-
1
votes1
answer1254
viewsQ: Change Listview color when selecting
How can I change the color of a listview when selecting? below goes as is the stuck in my project: listDebitosPendentes.setOnItemClickListener(new AdapterView.OnItemClickListener() { @Override…
-
2
votes2
answers336
viewsQ: How to eliminate the space left by invisible views on the screen?
I am working on an android application and my question is: When the user logs in the application, it checks the permissions of the same. How can I make this button invisible and organize so as not…
-
0
votes1
answer70
viewsA: How can I parse an xml that has a vector within another vector?
I was able to solve the problem of the following, I took the position where the xml array comes from and passed to a vector. Follow the code: Vector<SoapObject> vector =…
-
1
votes1
answer70
viewsQ: How can I parse an xml that has a vector within another vector?
I have a question about how I can parse an xml that the server is sending me. I can get the data up to the tag Cobranca after this tag has another array that I can’t catch. Follows the one part of…
-
1
votes0
answers26
viewsQ: Problem to do to send a type Complex Soap
I’m making a method to update customer registration data, but when I go through this method I’m having trouble sending the object, someone has seen this problem? Follows the code: package…
-
1
votes1
answer243
viewsA: problems when passing data to Edittext Android
I solved the problem I wasn’t passing the database connection, so when it was instantiated it created a new reference. protected void onCreate(Bundle savedInstanceState) {…
-
2
votes1
answer243
viewsQ: problems when passing data to Edittext Android
I’m having trouble loading data from an sqlite table and sending this data to Edittext, which I may be doing wrong, when I open the screen returns this message in the log Cat 11-03 06:43:30.721…
-
0
votes1
answer70
viewsA: Android ormlite
The Login class was missing the annotation @DatabaseTable(tableName=Login)
-
1
votes1
answer70
viewsQ: Android ormlite
I’m having a problem recording a login in the database, when I call create it returns me Null, what could I have done wrong? Remembering that when I give a LOG to see the login, it shows me the data…
-
0
votes1
answer86
viewsA: Error while Browsing Web Wervice
problem solved with the code below; SoapObject request = new SoapObject("urn:RouterBoxMobile","LoginCentral"); SoapObject chaveIntegracao = new SoapObject("urn:RouterBoxMobile","LoginCentral");…
-
1
votes1
answer47
viewsA: How to manipulate the returned object by envelope.getresponse()?
Just follow my code. public String loginCentral(LoginSerealizable login) throws IOException, XmlPullParserException { SoapObject request = new SoapObject("urn:RouterBoxMobile","LoginCentral");…
-
2
votes1
answer47
viewsQ: How to manipulate the returned object by envelope.getresponse()?
I’m having difficulty to catch an object that resume my connection with the server, I log in and it returns me a getResponse. response = envelope.getResponse(); In this report comes the client code…
-
0
votes3
answers1120
viewsA: Align visual components
I solved the problem <?xml version="1.0" encoding="utf-8"?> <ScrollView xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools"…
-
3
votes3
answers1120
viewsQ: Align visual components
I’m having trouble aligning the buttons/icons on my Active. I’m using relative layout to position the buttons, but when compiling it gets out of order. Follows the code: <?xml version="1.0"…
-
2
votes1
answer395
viewsQ: Calendar.MONTH returns incorrect month
I’m developing a method where I can get the date, month and year, to create a security key to connect to the server. Only I already checked the date of my emulator and my mobile phone is correct,…
-
0
votes1
answer55
viewsA: Android consmindo web service Soap
I solved the problem as follows. SoapObject request = new SoapObject("urn:RouterBoxMobile","ListaDetalhe"); SoapObject chaveIntegracao = new SoapObject("urn:RouterBoxMobile","ListaDetalhe");…
-
2
votes1
answer35
viewsA: Complex type Android ksop2
After a lot of reading, I solved the problem. and managed to pass more of a complex type. Just follow the code: SoapObject request = new SoapObject("urn:RouterBoxMobile","ListaDetalhe"); SoapObject…
-
2
votes1
answer35
viewsQ: Complex type Android ksop2
I’ve been working for days developing an application that consumes a Soap web service. Sending a complex type I’m getting, as I should do to send more of a complex type? The integration key I can…
-
1
votes1
answer55
viewsQ: Android consmindo web service Soap
I’m having trouble consuming a web service SOAP complex-type How could I submit this request, I am beginner in mobile development. <Autenticacao xsi:type="urn:Autenticacao"…
-
5
votes1
answer1244
viewsQ: Android app in the background
I’m working on the open source project Linphone,when the application is closed is not working in the background, so if someone makes a call to me in the meantime I am not notified, how can I treat…
-
4
votes1
answer86
viewsQ: Error while Browsing Web Wervice
I am doing a query of customers in a web service, step the key to see what it returns me tells that I did not pass the key, what I may be doing wrong in the method? That’s the .xml of consultation…
-
0
votes1
answer334
viewsQ: Android consuming web service Soap
I’m developing an application to search the response server, I send the boleto number and your type. Only when I send the data he doesn’t send me a return, what I might be doing wrong? package…
-
7
votes3
answers1666
viewsQ: Ionic is suitable for what types of applications?
The Ionic Framework is indicated for what types of applications? I’ve been doing some research on the plugins of Cordova, seems to give much problem in cross platform development, some plugins do…
-
2
votes1
answer164
viewsQ: Ionic record audio not back to view
I made an app, to record audio, it opens the native recorder but does not return the audio to view. .controller('MyCtrl', function ($scope, $cordovaCapture) { $scope.captureAudio = function () { var…
-
2
votes1
answer181
viewsQ: Ionic audio capture
I made an app that captures audio by the native recorder of the phone, now I needed to take these media, how can I get this media from the phone? I did the following controller to capture…
-
1
votes1
answer142
viewsA: Ionic show lautitude and longitude in view
I solved the problem, I was with error in the code I took as base on the site ngCordova, I removed this part that was wrong because I was not using there the controller was like this.…
-
1
votes1
answer142
viewsQ: Ionic show lautitude and longitude in view
I’m not being able to show my location in the view, but using the.log(long) console I can see my location from the console. Where can I be missing? ` .controller('Geoctrl', Function ($Scope,…
-
1
votes1
answer65
viewsA: Bring in smartphone contacts
The solution to the problem was using the position of the array, goes down as it went down. {{contact.displayName}}, {{contact.phoneNumbers[0].value}}…
-
1
votes1
answer65
viewsQ: Bring in smartphone contacts
I made an application to bring the contacts from the device. My doubt is the following when I bring the phone it brings me an array, with type:mobile, value="" with the phone, how can I do a…
-
-1
votes1
answer34
viewsQ: How to pass a url to a server in java
I’m auditioning for my college project, and I’m having a problem. I create an object and pass all its data through the Tter and the constructor. When I call Service with the save method, it returns…