Posts

Showing posts from October, 2011

Career in Information Technology

Overview- A back ground in computer science including facility in writing and interpreting programming code is almost always the fundamental requirement for this field. as computer technology both becomes more pervasive in financial services and changes rapidly, skilled ,IT professionals are increasingly more valuable According to an article in the 1210512009 issue of the economist, the financial services industry was on track to spend over $500 billion worldwide on information technology in 2009. This is greather than any other industry and also exceeds the aggregate spending by all governments on IT. In-house Information technology staff- one attraction of persuing a career in information technology is that IT departments are among the most progressive in allowing staff to work from home being much further along this curve than most other groups in most companies. Advancing your career- In career, advance in an in-house information technology department or to create oppurtun...

About Android

Android is a software stack for mobile devices that includes an operating system. The Android SDK provides the tools and APIs necessary to begin developing applications on the Android platform using the Java programming language. Android is a set of core applications including an email client, SMS program, calendar, maps, browser, contacts, and others. All applications are written using the Java programming language. Android includes a set of C/C++ libraries used by various components of the Android system. Android includes a set of core libraries that provides most of the functionality available in the core libraries of the Java programming language. Every Android application runs in its own process, with its own instance of the Dalvik virtual machine. The Dalvik VM executes files in the Dalvik Executable (.dex) format which is optimized for minimal memory footprint. The VM is register-based, and runs classes compiled by a Java language compiler that have been transformed into the...