Re: [SailfishDevel] Simple device to device communications

2015-05-15 Thread Jani Nuutinen
: > On to, 2015-05-14 at 19:57 +0300, Jani Nuutinen wrote: > > What might the most crude requirements be when looking into simple > > device to device (/application to application) communications? > > > > Depends a bit, if the devices are on the same network then you

[SailfishDevel] Simple device to device communications

2015-05-14 Thread Jani Nuutinen
What might the most crude requirements be when looking into simple device to device (/application to application) communications? Just to illustrate the question a bit more (in this example two different users have their own devices and are using the same application for the communication): a use

Re: [SailfishDevel] Getting simple XML to show on the emulator

2015-05-14 Thread Jani Nuutinen
} > > Text{ > width: parent.width > font.pixelSize: 15 > color: Theme.primaryColor > text: price > wrapMode: Text.Wrap > } > } >

Re: [SailfishDevel] Getting simple XML to show on the emulator

2015-05-13 Thread Jani Nuutinen
wrote: > Hi Jani, > > As somebody else wrote: JSON is the native data format for QML. > > I'm using XMLHttpRequest and JSON.parse() for my project. > Maybe this is something for you. > > greets, > Michael. > > On Tuesday 12 May 2015 22:58:16 Jani Nuutinen wrot

Re: [SailfishDevel] Getting simple XML to show on the emulator

2015-05-12 Thread Jani Nuutinen
g XML is not simplest for QML. Native data format for QML/JavaScript > is JSON. > > 13.05.2015 00:58, Jani Nuutinen пишет: > > I'm trying early on to familiarize myself with passing data to the phone > from the Internet and just for starters I chose to use a simple XM

[SailfishDevel] Getting simple XML to show on the emulator

2015-05-12 Thread Jani Nuutinen
I'm trying early on to familiarize myself with passing data to the phone from the Internet and just for starters I chose to use a simple XML-file to see if I could make something out myself. I do not know if using XML from Internet source is the simplest or the smartest method, but trying to follow