ccomeaux / boardgamegeek4android

BoardGameGeek application for Android (unofficial)
GNU General Public License v3.0
228 stars 47 forks source link

Add Forums #14

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Add a menu to the BoardgameActivity called Forums
Clicking this starts a Forums activity that lists the forums for the game
- The list can be found at http://boardgamegeek.com/forums/thing/13 (for 
example) - we just need the name and the ID, e.g. Reviews and 297.
- There's an issue with parsing the HTML on this page, as it's not semantically 
correct XML
Clicking on a list item on the Forums activity shows the items for that forum 
ID in a new Forum activity, e.g. 
http://www.boardgamegeek.com/xmlapi2/forum?id=297
Store the forum names and IDs in the database so this only needs to be fetched 
once. (The forum items aren't cached at all)
Clicking on a list item in the Forum activity shows the thread, e.g. 
http://www.boardgamegeek.com/xmlapi2/thread?id=653509

Original issue reported on code.google.com by chris.co...@gmail.com on 24 May 2011 at 2:15

GoogleCodeExporter commented 9 years ago

Original comment by chris.co...@gmail.com on 30 Jun 2011 at 7:59

GoogleCodeExporter commented 9 years ago
I will use http://www.boardgamegeek.com/xmlapi2/forumlist?id=13&type=thing to 
get ID's of all forums for specific game.

Original comment by marek.je...@gmail.com on 7 Aug 2011 at 11:30

GoogleCodeExporter commented 9 years ago
Forums are available from application version 3.3.

Original comment by marek.je...@gmail.com on 22 Oct 2011 at 2:21