Skip to main content

iPhone 6 & iPhone 6 Plus and Apple Watch

Most awaited,most rumored,so many leaks,new & amazing concepts and the smartwatch too.Yeah..!  on Tuesday September 9-2014, Apple Inc. unveils the two new thinner, bigger and faster smartphones — iPhone 6 and iPhone 6 Plus and a new Smartwatch simply called the 'Apple Watch' on its official launch event, the iconic Cupertino, California .




#1. Screen Resolution:—


The two'big-screen' Apple smartphone sporting 4.7- and 5.5-inch screens out now.The iPhone 6's 4.7-inch display having a resolution of 1334x750p,while the iPhone 6 Plus's 5.5-inch display with a resolution of 1920x1080p. Apple also increased the pixel density of the two smartphones, with the smaller one having 38% more pixels at 1334x750p resolution and the bigger iPhone 6 Plus sporting 185% more pixels with screen resolution of 1920x1080p.




#2. Design:—


iPhone 6 and 6 Plus are the thinnest smartphones Apple has ever made. iPhone 5S and 5 are 7.6mm thick, but iPhone 6 and 6 Plus are even thinner at 6.8mm and 7.1mm respectively.



#3. Pricing(Indian market):


The two Smartphones iPhones will hit the Indian Market on September 26, according to Apple's local website.Yet there is no official announcement on pricing.

#4. Memory Size:


Apple announced its smartphones will be available in the market with the memory size of  16GB, 32GB,64GB and 128GB options. In the US market, where telecom carriers provide subsidies on smartphones, the two models  iPhone 6 and 6 Plus will be available for $199, $299 and $399 respectively, on a two-year contract. The iPhone 6 (unlocked version) starts at $649 while the iPhone 6 Plus (unlocked version) starts at $749.

#5. Architecture & Camera:

Its a "new generation" of iPhone screens i.e. Retina HD Display.There was no word on the long-rumoured sapphire glass panel.iPhone 6 and 6 Plus are the thinnest smartphones Apple has ever made.It comes with x64 bit desktop-class architecture CPU and processor is 20% faster in application processing and 50% faster in rendering graphics compared to its predecessor. It is able to sustain performance-intensive tasks like playing a game at higher frame rates, A8 processor, up to 50% more energy efficient, and with amazing M8 Motion Coprocessor-gathers data from advanced sensors and a barometer,smooth metallic surface with new HD Retina Display,beautiful anodized aluminium,stainless steel and glass .The two iPhone 6 models comes with an 8MP iSight camera that features phase detection. Despite no increase in camera resolution, iPhone 6 takes 43MP panorama photos, iPhone 6 and 6 Plus feature Optical Image Stabilization (OIS) for blur-free photos and videos.The Power button in the iPhone 6 and 6 Plus is on the side whereas it also features a barometer sensor that can measure relative elevation.


#6. Apple Pay:


It's totally a new feature Apple providing using Apple Pay.Using this you can pay faster,easier and more secure way your shopping.Apple Pay combines security of your Touch ID and Passbook with NFC technology, so you are just a touch away to pay.Users can simply add their credit or debit card on file from their iTunes Store account for payments. Apple Pay supports credit and debit cards from the three major payment networks, American Express, MasterCard and Visa, issued by the most popular US banks including Bank of America, Capital One Bank, Chase, Citi and Wells Fargo.

#7. Colours:

Gold , Silver & Space Gray.


 The whole new Apple Smartwatch — Apple Watch:

Coming next year 2015.

According to 'Computerworld magazine' Apple Watch would represent Apple's 'fifth revolution', following the introduction of the Macintosh computer in 1984, the iPod music player in 2001, the iPhone in 2007 and the iPad in 2010.Apple watch will be available at a price of $349.




For more info read our next blog for Apple watch.
Source :—  Apple Official website 

Comments

Popular posts from this blog

HOW-TO:- Solve Moodle 2.7 on MySql 5.7.x Installation

The reason of doing this is I configured my apache for local virtual hosting rather than localhost (available in the next post). I found the error as mentioned below, and I tried different solution to solve it. I did few of the things to solve, they are as follows: Removed and installed MySQL server. Installed mysql 5.7v Installed Moodle 2.7+ stable version  configured and deleted Moodle config.php few times. created and deleted database naming moodle(default created when initialized) and few other names. Gave permission to php5.6 instead of php7.0.2 in Ubuntu 16.04 Here's the Solution, find below lines(183 - 191) or search for " SELECT @@storage_engine " and then replace it from "SELECT @@default_storage_engine" . =======Code Snippets(183 - 191):  =======         // get the default database engine         $sql = " SELECT @@default_storage_engine";         $...

Software Versions You Must Have..!

Google Chrome       Version 29 and Version 37 of Google Chrome works much better than any other version.I updated my Google Chrome but it was lagging,not responding, crashed,contents were loaded very slow and few more.So,finally I found Google Chrome 37 working better,bugs fixed and you can download this to fix the previous problems. 2. KM Player Really awesome player to watch HD Videos,movies.Compatible with all extensions of videos you want to watch whether it is mkv,3gp,flv,HD,4K etc.KM Player has very good 3D mode.You can watch multiple videos at a time.I found version 3.6 & 3.9 useful,but in between versions were very Ads providing, lagging every time when you open the Player. 3. iTunes & Quick Time Player  Hats off to the creator 'Apple Inc.'. iTunes- name is enough.I use default audio player as iTunes.You can feel the sound clarity when you are changing it to other mode like Pop,Rock,Acoustic,Bass etc. iT...

#EspoCRM #Business #Open_Source

Since last few weeks I'm working on EspoCRM - open source business software. I'll edit the post with explanation. just a quick backup. Ref. here:  ORM, How to manage entities and perform queries - EspoCRM Documentation Here are some steps to get started: Here's how you can incorporate your custom search.js script for the Lead entity in a "upgrade safe" way while your pull request is approved: Define your own search.js class in the custom namespace. for example: client/custom/src/views/record/search.js Code: define('custom:views/record/search', 'views/record/search', function (Dep) { return Dep.extend({ WRITE HERE ALL YOUR CUSTOM SEARCH CODE }); }); Define a custom header list view class that will invoke the custom search instead of the core class, for example: client/custom/src/views/header/list.js Code: define('custom:views/header/list', 'views/list', function (Dep) { return Dep.extend({ searchView: 'cu...