Thursday, March 22, 2012

Email Writing Tips


Example 1: Formal
Hello,
I read on your web site that you offer Music CD copying for large quantities of CDs. I'd like to inquire about the procedures involved in these services. Are the files transferred online, or are the titles sent by CD to you by standard mail? How long does it usually take to produce approximately 500 copies? Are there any discounts on such a large quantity?
Thank you for taking the time to answer my questions. I look forward to your response.
Jack Finley
Sales Manager, Young Talent Inc.
(709) 567 - 3498
Example 2: Informal
At 16.22 01/07/2002 +0000, you wrote:
> I hear you're working on the Smith account. If you need any information don't hesitate to get in > contact with me.
Hi Tom,
Listen, we've been working on the Smith account and I was wondering if you could give me a hand? I need some inside information on recent developments over there. Do you think you could pass on any information you might have?
Thanks
Peter
Peter Thompsen
Account Manager, Tri-State Accounting
(698) 345 - 7843

Important Points to Remember

  • Email is much less formal than a written letter. Emails are usually short and concise.
  • If you are writing to someone you don't know, a simple "Hello" is adequate. Using a salutation such as "Dear Mr Smith," is too formal.
  • When writing to someone you know well, feel free to write as if you are speaking to the person.
  • Use abbreviated verb forms (He's, We're, He'd, etc.)
  • Include a telephone number to the signature of the email. This will give the recipient the chance to telephone if necessary.
  • It is not necessary to include your email address as the recipient can just reply to the email.
  • When replying eliminate all the information that is not necessary. Only leave the sections of text that are related to your reply. This will save your reader time when reading your email.

Monday, March 19, 2012

What is Android?


What is Android?

Android is a software stack for mobile devices that includes an operating system, middleware and key applications. The Android SDK provides the tools and APIs necessary to begin developing applications on the Android platform using the Java programming language.

Features

  • 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