Sunday, October 2, 2011

I-phones Comes Again - Two i-Phones Now

Two iPhones coming this OctAccording to a proprietary JP Morgan research, Apple will release not one but two smartphones this Fall, showing a China-oriented iPhone 4+ alongside the iPhone 5. Also, the next generation iPhone 5 with might not use the A5 chipset that’s powering the iPad 2, but the newly developed A6 SoC. A

The report says that the new iPhone 5 will either pack the iPad 2′s A5 processor or its A6 successor and 1GB RAM. To be honest, the A6 bit seems highly unlikely with the new chipset still far from ready for mass production.

The iPhone 5 should be thinner, lighter and capable to work on both GSM and CDMA networks (those we have heard before and they seem rather plausible).

What’s more interesting is the rumor that Apple will be releasing an iPhone 4+, which is a slightly improved version of the iPhone 4, alongside its new top dog. JP Morgan suggests that the iPhone 4+ or 4S will be designed with the Chinese market in mind. Availability of the 4+ won’t be limited to the Asian country, though.

Finally, the report suggests that the Phone 4 will continue to manufacture and sell as well, making it three iPhones on the market at the same time for the first time ever. It will take the 3GS place as the lowest-end Apple offering on the smartphone market.

There are certainly some bold claims in this report, but we are not sure many of them will come out true. We’ll find out at the Apple event in a few weeks’ time.

[ source : appleinsider ]

Android in HTC handle formation




Hmm,,, You know HTC? Brand of Smartphone from Taiwan. How to choices Android from this brand? Lets read my friend article 




The HTC brand of Smartphone is based out of Taiwan and is well known for its earlier use of Windows operating system for mobiles. There is a new focus on a range of Android HTC phones from the year 2009 and this has been popularly appreciated the world over. The latest selection of their phones with advanced features and technical innovations have been successful in featuring the company among the top list of successful launches. It is regarded as one of the most creative brands that keeps its focus on the incorporation of newer ideas and technology into its range of phones; also significant is the research its is carrying out for the  development of its own operating system.


Sensation 
One of the finest among android HTC multimedia phones this has a wide screen and an array of features in them. There is an 8 megapixel camera and a frontal camera which will support video calling for 3G phones. All devices have an inbuilt storage of 1GB.
ChaCha 
This new age phone with a QWERTY keypad is a touch away from Facebook and Twitter; there is a super fast message and online chat feature which is embedded in the system. There is a 5 mega pixel camera and a frontal VGA camera that supports video calling.
EVO 3D
This is one of the high powered android HTC phones from the company. With exceptionally sleek dimensions there is a 4.3 inches LED screen for optimal clarity and visual impact. It has a dual 5 megapixel camera and a 1.3 megapixel frontal camera for video calling support. The device comes with an inbuilt memory of 1 GB.
Salsa 
This is a phone that keeps you connected to Facebook and Twitter at all times. While sharing photos and videos are easy there is an embedded online chat and connectivity support to social networking sites.  The 3.4 inch screen has an inbuilt memory of 512 MB. There is a 5 megapixel camera for great still and video images coupled with a frontal VGA camera for video calling.
Incredible S 
This has a 4 inch touch screen along with sleek dimensions and unique features. It has a 1.1GB inbuilt memory along with a8 megapixel camera; there is a frontal camera of 1.3 megapixel. The 1 GHz processor allows fast speed internet connectivity and all your communication as well.
Desire S
Complemented with a sleek design there is a high powered processor within that gives you great speed with internet connectivity. With incredible dimensions to its credit there is a 3.7 inches touch screen available for users. It has an internal memory of 1.1 GB with a 5 megapixel camera and a VGA frontal camera. The phone has an array of customizable features allowing variations for the users.
Desire Z
There is a combination of a wide touch screen with a QWERTY keypad in this phone. Sleek features with a 3.7 touch screen for high powered access. Users can enjoy an inbuilt memory space with 1.5 GB and a 5 megapixel camera. There is easy access embedded with Facebook and Twitter.
These are some of the many other android HTC phones available. They are all built with unique features and attractive prices to recommend.

Which you want Android or Nintendo?

I have been read my friend article from this  . i shared in my blog for all my friends,,lets go read!



About five months ago I finally took the mobile phone contact plunge and took a phone on contact. It was not just any phone though, but the much applauded Xperia Play. The first official Playstation Phone has lived up to its hype, the exclusive, at least for a time, games have come thick and fast including Backstab and Minecraft. Developers have lived up to their promises with major players like Gameloft and EA sending quality titles the Xperia Play way.
The Play is also more importantly not just the first Official Playstation phone but also an Android phone so benefits from the fantastic customisable operating system and the superb Android market. That is why the Nintendo 3Ds that I bought just a week prior to the phone arriving has subsequently been sold. Good and unique as the 3DS is I just don't have time in my life for two gaming platforms and the Xperia Play with its Android market access and continuous presence in my pocket (it is a phone after all!) makes it a winner all round.

Wednesday, September 28, 2011

5 Reason That Scream "Im Unprofessional"

an article Original from Allhealthcare, i hope this article give more knwoledge,,, and give more reason about Unprofessional in our activities as jobseekers. . XD



hmm,,, from that article, there are 5 things that scream about Unprofesional. Unprofesional in this spot about little things can be big things if we aren't know and understand inside play.
they are like Sweety Email Username, silly message on your answering machine, less proof reading,





Samsung Galaxy Tab - Suitable and Cheap

You will collection Samsung Galaxy Tab?
Lets know about its features..

Zipalign - Good Tool for Android

Review For Zipalign - Android SDK

The Android SDK includes a tool called zipalign that optimizes the way an application is packaged. Running zipalign against your application enables Android to interact it more efficiently at run time and thus has the potential to make it and the overall system run faster. We strongly encourage you to use zipalign on both new and already published applications and to make the optimized version available — even if your application targets a previous version of Android. This article describes how zipalign helps performance and how to use it to optimize your app.

In Android, data files stored in each application's apk are accessed by multiple processes: the installer reads the manifest to handle the permissions associated with that application; the Home application reads resources to get the application's name and icon; the system server reads resources for a variety of reasons (e.g. to display that application's notifications); and last but not least, the resource files are obviously used by the application itself.

The resource-handling code in Android can efficiently access resources when they're aligned on 4-byte boundaries by memory-mapping them. But for resources that are not aligned (that is, when zipalign hasn't been run on an apk), it has to fall back to explicitly reading them — which is slower and consumes additional memory.

For an application developer, this fallback mechanism is very convenient. It provides a lot of flexibility by allowing for several different development methods, including those that don't include aligning resources as part of their normal flow.

Unfortunately, for users the situation is reversed — reading resources from unaligned apks is slow and takes a lot of memory. In the best case, the only visible result is that both the Home application and the unaligned application launch slower than they otherwise should. In the worst case, installing several applications with unaligned resources increases memory pressure, thus causing the system to thrash around by having to constantly start and kill processes. The user ends up with a slow device with a poor battery life.

Luckily, it's very easy for you to align the resources in your application:

  • Using ADT:
    • The ADT plugin for Eclipse (starting from version 0.9.3) will automatically align release application packages if the export wizard is used to create them. To use the wizard, right click the project and choose "Android Tools" > "Export Signed Application Package..." It can also be accessed from the first page of the AndroidManifest.xml editor.
  • Using Ant:
    • The Ant build script (starting from Android 1.6) can align application packages. Targets for older versions of the Android platform are not aligned by the Ant build script and need to be manually aligned.
    • Starting from the Android 1.6 SDK, Ant aligns and signs packages automatically, when building in debug mode.
    • In release mode, Ant aligns packages only if it has enough information to sign the packages, since aligning has to happen after signing. In order to be able to sign packages, and therefore to align them, Ant needs to know the location of the keystore and the name of the key in build.properties. The name of the properties are key.store and key.aliasrespectively. If those properties are present, the signing tool will prompt to enter the store/key passwords during the build, and the script will sign and then align the apk file. If the properties are missing, the release package will not be signed, and therefore will not get aligned either.
  • Manually:
    • In order to manually align a package, zipalign is in the tools/ folder of Android 1.6 and later SDKs. You can use it to align application packages targeting any version of Android. You should run it only after signing the apk file, using the following command:
      zipalign -v 4 source.apk destination.apk
  • Verifying alignment:
    • The following command verifies that a package is aligned:
      zipalign -c -v 4 application.apk

We encourage you manually run zipalign on your currently published applications and to make the newly aligned versions available to users. Also, don't forget to align any new applications going forward!