Recent Articles 
- Rogers Announces 3.5G Network
- Open Handset Alliance announces 14 new members
- Buzzz.tv: new beta version next Sunday
- Motorola developping a new “Social” Android phone
- First look at the G1 Android smartphone
- T-Mobile to offer Android smartphone soon
- Benefits of Crowdsourcing
- Worldwide Mobile Phone Sales to Grow 11% in 2008
- iPhoneLive conference
- Follow us on Twitter!
- iPhone growth rate vs. Symbian
- La sagesse des foules
- iPhone doubles Web browser share
- Crowdsourcing: Peugeot Design Contest 2008
- Crowdsourcing
- Publishing your blog on the iPhone
- What is the Android platform?
- Google announces Android Market
- Mirego au Triathlon de Centraide
- Le calendrier des activités du 400e sur votre iPhone
- iPhone software development services
- Out of the box marketing idea from a music band
- Customer service is the new marketing
- Web 2.0 Expo in San Francisco
- The future of infrastructure hosting
- Copernic Mobile wins the first place at CTIA Wireless
- Finding shortcuts to reduce your costs
- Great viral marketing on April Fools’ Day
- What does Mirego mean?
What is the Android platform?
Some of our friends have asked details about the Android platform. You can find (almost) all answers to your technical and non-technical questions on the Android’s web site: http://code.google.com/android/.
“The Android Platform is a software stack for mobile devices including an operating system, middleware and key applications. Developers can create applications for the platform using the Android SDK. Applications are written using the Java programming language and run on Dalvik, a custom virtual machine designed for embedded use, which runs on top of a Linux kernel.
The cool thing about Android is the ability for developers to replace any application: Android does not differentiate between the phone’s basic and third-party applications — even the dialer or home screen can be replaced.
Features (link)
- Application framework enabling reuse and replacement of components
- Dalvik virtual machine optimized for mobile devices
- Integrated browser based on the open source WebKit engine
- Optimized graphics powered by a custom 2D graphics library; 3D graphics based on the OpenGL ES 1.0 specification (hardware acceleration optional)
- SQLite for structured data storage
- Media support for common audio, video, and still image formats (MPEG4, H.264, MP3, AAC, AMR, JPG, PNG, GIF)
- GSM Telephony (hardware dependent)
- Bluetooth, EDGE, 3G, and WiFi (hardware dependent)
- Camera, GPS, compass, and accelerometer (hardware dependent)
- Rich development environment including a device emulator, tools for debugging, memory and performance profiling, and a plugin for the Eclipse IDE
Applications
Android will ship with 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.
More links