[android-developers] Starting ADB server failed (code -1)

2012-10-28 Thread solnichko
Hi, I have been trying to update SDK via SDK Manager. And once it was finished the Log had following message: ... ... Updated ADB to support the USB devices declared in the SDK add-ons. Stopping ADB server succeeded. *Starting ADB server failed (code -1)*. Done. 3 packages installed. Done

[android-developers] A couple of questions on the Video/Audio in an Android app

2012-10-19 Thread solnichko
Hi people, Can anyone assist on the following please. I am trying to develop a small app and not sure what is the best way to handle the data. Basically, I have an activity displaying an object's title, image and description (accessed via WS). I also have a link 'More', which opens an html

[android-developers] Re: Jagged array's objects in the ListView

2012-10-14 Thread solnichko
Hi Dhruv, This is not what I am asking. I am trying to convert a jagged array returned by a web service into an (2D)array list to be displayed in a list view(Android). Searched online, heaps of info on how to convert an array list to an array, but not vice versa. I am not sure if this is

[android-developers] Jagged array's objects in the ListView

2012-10-13 Thread solnichko
Hi, I am working on an android app which has to display a list of objects. The application receives a jagged array of IDs and Titles from web service via SOAP. What do I need to do with this array in order to display the objects(Ids and Titles) in a ListView. E.g. do I need to

[android-developers] Re: Parsing this string in Android

2012-10-11 Thread solnichko
Hi I was just wondering if you managed to solve this issue? I'd appreciate your help. On Tuesday, March 6, 2012 5:20:45 AM UTC+13, andyjohnson wrote: I have made a simple web service which I return a list of values, this is the code: [WebMethod] [ScriptMethod(ResponseFormat =

[android-developers] Returning complex object/s via SOAP from .Net web services

2012-09-30 Thread solnichko
Hi everyone Can anyone suggest what are the options for returning complex object/s via SOAP from .Net web services? At the moment I am trying to parse the XML data structure and not quite sure how to do so. The data returned looks like this: stringtitlePasifika Drums/titledescriptionThis is a

[android-developers] Re: Returning complex object/s via SOAP from .Net web services

2012-09-30 Thread solnichko
I mean not just a simple String or int. The example XML string above is returned from the web services when an ID of this object is passed. At the moment I get Title, Description and a couple f URLs returned, but have no success parsing the XML String above and displaying the values simply in

[android-developers] Access Web Services via SOAP on password-protected server from an Android App

2012-09-23 Thread solnichko
Hi guys, Does anyone know how I could make it possible to access Web Services via SOAP on password-protected server from an Android App. I am in the process of developing an app that used to access those services and suddenly it stopped working. I've tried everything and when I finally

[android-developers] Re: How to exract payload from NDEF message

2012-09-15 Thread solnichko
On Saturday, September 15, 2012 11:27:01 AM UTC+12, solnichko wrote: Hi in the Boilerplate example the NfcReaderActivity has the following method: private void showList() { if(messages != null messages.length 0) { // display the first message byte

[android-developers] Re: How to exract payload from NDEF message

2012-09-15 Thread solnichko
I have added the bolded code, but getting en in front of the string: Hi in the Boilerplate example the NfcReaderActivity has the following method: private void showList() { if(messages != null messages.length 0) { // display the first message byte[]

[android-developers] Re: My AVD is super slow

2012-09-15 Thread solnichko
When creating a new AVD try this: http://tools.android.com/recent/emulatorsnapshots It helped me :) -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe