Skip to content
kashifkhan edited this page Sep 14, 2010 · 6 revisions

Welcome to the RPSLS wiki!

To Do:-

1) Refactor IconicDisplay class into its own file, preferably own namespace as well
2) Work with the images to make them look neater on the rows
3) Better way to assign row image than a string compare ??
3→This is an interesting problem – we’ve externalized the item names and the icon names. Essentially we need a map between the two. I don’t see a way to have a map in resources. Having a map in the code between external resources would defeat the whole point.
Kashif – One way to create the map would be to keep the item name and the image name the same. Using getIdentifier() we would then do pull from resources using the item name. How abt that ?

4) Random picker for user.

Clone this wiki locally