maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Applications (https://talk.maemo.org/forumdisplay.php?f=41)
-   -   [Request] Steam Community app for N900 (https://talk.maemo.org/showthread.php?t=68235)

lolloo 2011-01-18 16:12

Re: [Request] Steam Community app for N900
 
ok its easy
i will use WebKit Examples as my refrence, and just change some links and put some buttons

and thats it! alright!!

lolloo 2011-01-18 16:14

Re: [Request] Steam Community app for N900
 
ok found one~

http://doc.qt.nokia.com/4.7-snapshot...previewer.html

This will do me good!

marxian 2011-01-18 16:37

Re: [Request] Steam Community app for N900
 
Quote:

Originally Posted by lolloo (Post 923110)
ok its easy
i will use WebKit Examples as my refrence, and just change some links and put some buttons

and thats it! alright!!

I don't have a Steam account, so I'm not exactly sure how the website works, but if you want to display an XML feed, the best way (using QML) might be to use XmlListModel and ListView. Create a delegate that displays the information you want, and the ListView will display the results.

freemangordon 2011-01-18 16:41

Re: [Request] Steam Community app for N900
 
And if you are going to use QT and QWorkerThread have in mind that signal-slot mechanism is thread unsafe ;)

cfh11 2011-01-18 21:50

Re: [Request] Steam Community app for N900
 
Quote:

Originally Posted by lolloo (Post 922992)
so many people like to talk jibrish.

if you dont have anything usefull to say dont say it!! people here are messing this thread! get out!!

The extreme irony of this post is not lost on me.

RobbieThe1st 2011-01-19 01:38

Re: [Request] Steam Community app for N900
 
Quote:

Originally Posted by tswindell (Post 923047)
Firstly, get a steam development key from here: http://steamcommunity.com/dev/apikey

Then work out what you need to do as far as HTTP requests from the API documentation here:
http://steamcommunity.com/dev

Alternatively, you can use the web resources described here without the need for an apikey:
https://partner.steamgames.com/docum...community_data

Ooh, nice. That will be useful.

(But I'm still not going to make anything for you, lolloo - not without money)

ysss 2011-01-19 05:41

Re: [Request] Steam Community app for N900
 
I'm glad to see the thread takes a somewhat positive turn (albeit the OP repeatedly dampens the immense goodwill of would-be helpers by his repeated lying and unthoughtful remarks).

PS: Please remind me... if someone speaks Jibrish, is that person from Jibrael or Jireland?

lolloo 2011-01-19 08:04

Re: [Request] Steam Community app for N900
 
Quote:

Originally Posted by RobbieThe1st (Post 923504)
Ooh, nice. That will be useful.

(But I'm still not going to make anything for you, lolloo - not without money)

oh come on, i will give you half of my code

@marxian
http://img.techpowerup.org/110119/Capture2224.jpg
btw i have to choose QML application for my project, correct? so i can use XmlListModel and ListView... right

Char 2011-01-19 08:23

Re: [Request] Steam Community app for N900
 
almost there..... just a little more.... hang on tight!

tswindell 2011-01-19 11:14

Re: [Request] Steam Community app for N900
 
Quote:

Originally Posted by lolloo (Post 923604)
oh come on, i will give you half of my code

@marxian
http://img.techpowerup.org/110119/Capture2224.jpg
btw i have to choose QML application for my project, correct? so i can use XmlListModel and ListView... right

Yes, then make an XmlHttpRequest with one of those api resources I mentioned earlier, and with the resulting Xml add a transform for the model using some simple xpaths and assign that model to the XmlListView, create a pretty delegate for your list items and you're sorted.

This all depends on the type of data you're getting, obviously an XmlListView is for displaying a list, if you're displaying a profile then you'll want to draw that differently.


All times are GMT. The time now is 06:59.

vBulletin® Version 3.8.8