Posted by Heri Susilo November - 5 - 2010 1 COMMENT

HP TouchsmartHP TouchSmart takes minimal space in class. It has been my childhood dream, as I danced on my Commodore VIC-20 implemented. This is the first entry with a large computer manufacturer.
Smart Touch is another story, although its still buggy. It is HP’s Consumer Tablet PC with a convertible design. tx2 touch is just a sampling of interesting changes in how our computers. The computer turns off automatically. It should be easy to use and is sized for children aged 2-10. The touchscreen is fun, with experience, but not practical for everyone.
Tm2 Smart Touch comes with a full range of ports, but the previous owners may reserve some HP Tablet omissions. It is set up with an aluminum casing with etched pattern. want software that can cut things like rotate, auto-enhance and retouch red eyes. The screen is not resistant to oil, even if it could withstand a bit of normal fat in your fingertips. Screen has responded, but you must be careful not to scroll too fast.
HP TouchSmart PC, the Internet is available using the easy, versatile browser. Surf the Internet and explore with the help of Multi-Touch gestures. Touch, focus and go anywhere you need to drag and add web pages for your favorite with a simple touch

Tags : , Touchsmart
Posted by Heri Susilo October - 13 - 2010 2 COMMENTS

ApllicationVideo games are probably the most difficult to write programs.

To know how a game application is a good start for someone who knows how to finish a video game.

A summary to compose a rule, a game application:

1. Initialization. Some games have displayed a menu of options before the game to allow players to change the configuration settings begins.

2. Main game loop. After the next image is displayed, the game loop to exit the game until the player decides. What happened during the game loop determined by the current state of the game.

3. Player input. A mouse, keyboard, joystick or game console controller is necessary for a player to interact in a game A game can not have a video game when a player does not control the characters in the game can be an input device. The portion of the input audio play program, where player input is recovered and processed or buffered to be used in the game logic and AI section of the game.

4. game logic and AI. Most of the code to write a game program in this section. When the character encounters enemies along the way, the game of the state map of the world moves to the event Battle turn-based calculations are performed in the game logic.

5. Render the scene. Once the logical part of the game is finished its calculations, the output of the section rendering is presented.

6. Shutdown. This set of code is executed when a player decides to quit the game before a player memory to quit the game completely, all resources are released is released and the system is cleaned of all temporary data.

Tags : , Android, Mobile, Touchsmart, application