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.

marxian 2011-01-19 12:47

Re: [Request] Steam Community app for N900
 
Quick profile delegate I made from the example XML at http://steamcommunity.com/profiles/7...8575517/?xml=1

http://img404.imageshack.us/img404/1...pshot2u.th.png

I don't use Steam, so I have no idea about what is the most useful data to display. :p

There's no need to use XmlHttpRequest for lists, just use XmlListModel and ListView/PathView/GridView depending on how you want to present the list of results. :)

Helmuth 2011-01-20 20:45

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
http://img.techpowerup.org/110119/Capture2224.jpg

As proven by this picture you finished already 50% of your steam project.

When will we see the first proper client at the repository?

toxaris 2012-01-27 14:27

Re: [Request] Steam Community app for N900
 
Maybe there is new hope in a open API when Steam them self have released a mobile steamclient.
http://store.steampowered.com/news/7231/

azeós 2012-02-01 01:31

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

Originally Posted by toxaris (Post 1156547)
Maybe there is new hope in a open API when Steam them self have released a mobile steamclient.
http://store.steampowered.com/news/7231/

I hope so, that would be great.


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

vBulletin® Version 3.8.8