My latest task in CSCW Lab was to create the parser class for parsing some huge and multilevel XML. All nice and easy at first sight. Since the XML was the result of an RPC call, I got back some structures corresponding to NSDictionary and some arrays corresponding to NSArray in Apple's Objective-C.
Monthly Archives: June 2009
While start XCoding, I faced a new challenge : how to create modal, single use confirmation dialogs? So after some digging in the internet, I found out that this can be actually done pretty simple and elegant. This will be very useful if you want to display some deletion confirmation or ask for user permission to use the camera or GPS sensor. All you have to do is just create a UIAlert and the IBAction hooked up to your “Nuclear launch” button, and then have its delegate decide whether to destroy the world or not. In the header file you […]
Solving the problem: no matter what I did, the UIImageView didn’t load the image. After some digging on the Internet about this, I found out that first thing to look for is whether you're sending the setImage message to the UIImageView instance you expect.
For the moment we expect to use either one of those strategies to implement our idea 1.Use Wiimote, an iphone, and a skateboard for implementing this game . Wiimote : as sensor for capturing the type of movement that is currently implemented. iPhone : read the sensed values from Wiimote and implement Game Interface Expected Language for implementation : Objective C . 2. Use iPhone , and adruino board that enables wireless communication with the following sensors: Bending sensor. Accelarometer. Expected Language for implementation : Objective C , and C++
We are proud to announce that we created a team that will accept the challenge of the DIS 2 Project: design an Exertion Game. The team is formed by: Loredana Ene – 286052 Fariha Atta Poenaru Radu – 286053 Abd al Rahman We are students of RWTH Aachen, learning in Bonn-Aachen International Center for Information Technology in Bonn. [Note: Here I will present my work, the entire project can be found on http://dis2project.blogspot.com]
Don’t be fooled that Objective-C is a Object oriented language. For decades operators overloading is something standard in almost all of them. But in Objective-C you don’t have it. Mostly, I believe that comes from the struggle of Apple guys to assure the stability of the system. A lot of errors can come from poorly designed overloads, thus the crashes can appear.
Lately I had some interesting conversations with few of my developer friends regarding their opinions on which technology will rule the Rich Application Interfaces websites in the future. My strong believe is that there’s room for all four of these as per my experience and actual trends. More over, all these will have a separate slice of the market but overlap at only few areas. Let’s take AJAX as example – it is widely popular for creating rich user experience community building apps, portals, mash-ups and so on. On the other hand, Flex is used more for multimedia rich […]