Sunday, April 13, 2008

Player data


Nothing special here. Just posting a layout of how I will store player data

JGC Online Pilots


I went ahead and learned how to load data from a website and parse it out to get the list on Online pilots from JGC.

Wednesday, April 9, 2008

Medal whores rejoice!!


Got the basic functionality down to dynamically show earned medals. Looks pretty snazzy. I am also going to add later the ability to tap a medal and a popup will give a description of what the merit or demerit is for. Note that those are JGC medals. I just pulled a few from JOSSH to get the basics done.

SDK Beta 3

A new beta of the Software Dev Kit was out yesterday. I already got JGEM Tools updated to reflect the changes.

Other small points of interest. I made some new placeholder Tab Bar icons (the bar along the bottom). One is the TRI symbol, sorta, for the Leaderboard/Top players view, a lightning bolt for Online players, and a magnifying glass for Search. They suck and are jagged looking because I did them realy low resolution using a pixel editor. Later on I will design better ones using GIMP. I just wanted to change out the icons I was previously using that I pulled from a sample iPhone application.

The current plan is to get a basic look done to dynamically load up the medal icons and place them neatly in rows. After that will come the Search view page to search for a pilot name. Third priority will be to begin some rudimentary loading of a website nad pulling the html data. Unless by some small chance we get more concrete information on how player data is going to be presented I plan on doing some tests with pulling JGC data and parsing that into the views to get something closer to an actual real working application.

Sunday, April 6, 2008

Video

 I recorded this quick video of the tool in action. Just to give an idea of how it works.

Player detail view


I got some basics beginning on the player detail view. What you see in the image is after you select a player from the list. It currently shows the faction icon, squad, and level. That section will also contain squad rank, experience, and maybe credits. Two other sections will also be on that page. The 2nd will contain medals and the third will list all the other stats like kills and percentages. If anyone has any other thoughts on how this should look, ideas are welcome. Depending on how hectic this week is, I will get a basic medal group done before the weekend.

ARGGGH!


What a pain in the butt!! So I have been going nuts over loading an XML file into the Tableview to show player names and just could not get the damn thing to work. After hours of fiddling and reading I finally realized it was a screw up in my XML file. Ugh. At any rate, that is another hurdle jumped as you can see in the picture to the left. Just 2 random pilot names. Now it is time to begin work on the player view where it will show their stats and medals.