Skip to main content

Samsung Galaxy S3 to be released (Now released)

Samsung, After impressing the smartphone users with their awesome flagship device Galaxy S2 in 2011, are working to go even beyond the smartness of S2 with a highly anticipated device, some call the Galaxy S3.

Galaxy S3

.:: Samsung Galaxy S3 to be released as soon as April 2012 ::.

Samsung Galaxy S3 Specs (Expected)


Samsung Galaxy S3 Processor

1.5GHz quad-core Exynos 4412 processor
Samsung Galaxy S3 Operating System Android Ice Cream Sandwich with Custom UI
Samsung Galaxy S3 Memory (RAM) 1GB Ram
Samsung Galaxy S3 Storage Memory 16GB built-in with up-to 32GB SD card support
Samsung Galaxy S3 Screen 4.7-inch SuperAMOLED with full HD display
Samsung Galaxy S3 Camera 12megapixel camera with HD support,
Video recording at 30fps (if not 60fps)

For updates on the highly anticipated Samsung smartphone, Mr S3, Keep visiting. 
Have a nice techy day :)

Update: Yay! we were close enough with our predictions on Samsung Galaxy S3 :) Following are the actual specs of the recently released smart phone, the Samsung Galaxy S3:
Samsung Galaxy S3 Processor
1.4GHz quad-core Exynos processor
Samsung Galaxy S3 Operating System Android Ice Cream Sandwich with Custom UI
Samsung Galaxy S3 Memory (RAM) 1GB Ram
Samsung Galaxy S3 Storage Memory 16/32/64GB built-in with SD card support
Samsung Galaxy S3 Screen 4.8-inch SuperAMOLED with full HD display
Samsung Galaxy S3 Camera 8 megapixel camera with full HD support,
full HD Video recording at 30fps

Comments

Popular posts from this blog

Apple released yet another disappointment - iPhone 5

The consumers and the smart phone market  today are way too different as compared to 2007-10. In those golden Apple days, there was no real competition in the market and the consumers were dying to buy an "iPhone". After years of hard work, innovation and providing latest technologies at competitive price, Android phones like Motorola's Droids, Samsung Galaxy S and many others have won consumers trust and hearts. Samsung Galaxy SIII and Apple iPhone 5 Competition is good as it leads to innovations and quality products at competitive prices. Google's Nexus 7 with Quad core CPU, 12 core GPU and an over all top-notch hardware and software for just $200 is the sweetest and latest fruit of healthy competition. Apple in the times of Steve Jobs was good at competing and winning the competition (as soon as it arrived) with quality and powerful branding. With iPhone 5, Tim Cook, the current CEO had different plans. As Jack Welch once said: "Number 1, Cash is k...

10 Javascript interview questions

What's the difference between let, var and const in JavaScript? var is function scoped and it can be re-declared and updated. let and const are block scoped, which means they are only accessible within the block they are defined in. let can be updated, but not re-declared. const is used for variables that shouldn't be reassigned. How do you create a function in JavaScript? Functions can be created using the function keyword, followed by the name of the function, a set of parentheses and a set of curly braces. Example: function exampleFunction() {      // function code here } Can you explain the difference between == and === in JavaScript? == compares values for equality and will perform type coercion if needed. === compares values and their type, and will only return true if the values and types are the same. What is Hoisting in Javascript? In JavaScript, hoisting is the behavior where variable and function declarations are moved to the top of their scope at the time of e...

Loading multiple instances of Skype on a Windows machine

Have you ever been in a situation when you had 1 PC available and your wife or friend also needed to be online at the same time? Or are you 1 of those people with multiple Skype IDs to keep home and business apart and had a situation when you wanted to come online from both your IDs at the same time? Well, the old school way is to go online 1 at a time or may be use 1 on a smartphone and other on your PC. But guess what? Microsoft was thoughtful enough to add an option that comes along the default Skype installation that can solve this problem for you. All what you have to do is to perform 2 simple steps: Step 1: Load "Run" window by pressing "Window + R" keys together. If you are new to using key combinations, here is how its done. Press and hold "Window" key from your keyboard and with that key being pressed, also press "R" key and you are done. Now you can release both keys. Step 2: Copy and Paste the following string in the ...