Skip to main content

Mobiles launched in July 2013

https://play.google.com/store/apps/details?id=com.sujaytech

Samsung Galaxy S4 Zoom:

Launch Price: Rs. 29,900.


Samsung Galaxy S4 Zoom key specifications 
  • 4.3-inch Super AMOLED qHD touchscreen display
  • 1.5GHz dual-core processor 
  • 1.5GB RAM 
  • 8GB internal storage expandable by up to 64GB via microSD card 
  • 16-megapixel rear camera with Xenon flash, 10X Optical Zoom
  • 1.9-megapixel front camera
  • Wi-Fi a/b/g/n/5GHz (ac), NFC and Bluetooth 4.0 
  • 2,330mAh battery
  • Android 4.2 (Jelly Bean)

 Samsung Galaxy S4 mini :  

Launch Price: Rs. 27,990.


Samsung Galaxy S4 mini key specifications

  • 4.3-inch qHD Super AMOLED display
  • 1.7GHz dual-core processor
  • 1.5GB of RAM
  • 8GB internal storage, can be expanded by up to 64GB via microSD card
  • 8-megapixel rear-facing camera
  • 1.9-megapixel HD front-facing camera
  • 1900mAh battery
  • Android 4.2.2 (Jelly Bean)

Micromax Canvas 4:

Launch Price: Rs. 17,999.


Micromax Canvas 4 key specifications
  • 5.0-inch HD (720x1280) display
  • 1.2GHz quad-core processor
  • 1GB RAM
  • 16GB internal storage, expandable up to 32GB
  • 13-megapixel rear camera, 5-megapixel front camera
  • Android 4.2.1 Jelly Bean
  • 2,000mAH battery


Karbonn Titanium S9:

Launch Price: Rs. 19,990 


Karbonn S9 Titanium key specifications
  • 5.5-inch IPS capacitive screen
  • 1.2GHz quad-core processor
  • 1GB RAM
  • 16GB of internal storage, expandable by up to 32GB via microSD card
  • 13-megapixel rear camera with LED flash
  • 5-megapixel front facing camera
  • 3G, Wi-Fi, Bluetooth
  • Dual-SIM (GSM+GSM)
  • Android 4.2 (Jelly Bean)
  • 2,600mAh battery

LG Optimus G:

Launch Price: Rs. 42,500.


LG Optimus G Pro smartphone with -inch 1080x1920 display powered by 1.7GHz processor alongside 2GB RAM and 13-megapixel rear camera.

LG Optimus G Pro key specs

DisplayProcessorStorageRear Camera
-inch1.7GHz32GB13-megapixel
ResolutionRAMOSFront Camera
1080x1920 pixels2GBAndroid 4.12.1-megapixel











HTC Desire 600 :

Launch Price: Rs. 26,860.

Sports a 4.5-inch Super LCD2 display, is powered by a 1.2GHz Snapdragon 200 quad-core processor and comes with an 8-megapixel rear camera.


HTC Desire 600 technical specifications
  • 4.5-inch Super LCD2 display of 540x960 resolution
  • 1.2GHz Snapdragon 200 quad-core processor
  • 1GB RAM
  • 8GB expandable storage
  • 8-megapixel rear camera
  • 1.6-megapixel front camera
  • Android 4.1 Jelly Bean
  • Bluetooth 4.0, Wi-Fi, GPS, 3G
  • 1860mAh battery

Nokia Asha 501:

Launch Price: Rs. 5,199.

Comes with 3.0-inch capacitive touchscreen, packs in 3.2-megapixel rear camera, has 64MB internal storage (expandable by another 32GB) and weighs a mere 98 grams.


Nokia Asha 501 key specifications
  • 3.0-inch 240x320 capacitive touchscreen display
  • 64MB internal storage, expandable up to 32GB (4GB memory card bundled)
  • 3.2-megapixel rear camera
  • Wi-Fi, Bluetooth
  • 1200mAh battery
  • Asha platform
  • Dimensions: 99.2 x 58 x 12.1 mm
  • Weight: 98 grams

Micromax A92 Canvas Lite:

Launch Price: Rs. 8,499.


Micromax A92 Canvas Lite key specifications
  • 5-inch TFT capacitive touch screen IPS display with 480X854 pixel resolution and 196 ppi
  • 1 GHz dual-core processor
  • 512MB RAM
  • 4GB internal memory, 0.94GB user accessible), expandable by up to 32GB with microSD
  • 5-megapixel auto focus camera with LED flash
  • Dual-SIM (GSM + GSM) with dual-standby
  • 3G, Wi-Fi 802.11 b/g/n, Bluetooth, GPS
  • Android 4.1 (Jelly Bean) OS
  • 2000 mAh battery
  • 77X147X10.8 mm

Nokia Lumia 1020 :



Finland's Nokia unveiled its latest smartphone Thursday with a powerful 41-megapixel camera touted as offering "more detail than the eye can see."
In unveiling the new device in New York, Nokia said its Lumia 1020 smartphone "is able to produce some of the sharpest images possible by any digital camera."

The camera benefits from optical image stabilisation and Rich Recording, which handles sound pressure levels six times louder than conventional smartphone microphones.

Other specifications include a 1.5GHz dual-core Qualcomm S4 processor and 2GB of RAM. It also has a 4x optical zoom while recording video in 1080p, and 6x while shooting in 720p
.


Comments

Popular posts from this blog

Google re-branded the support Android libraries to AndroidX

It is important to note, you cannot mix AppCompat and Jetpack in the same project. You must convert everything to use Jetpack if you want to upgrade. The support library artifacts are being deprecated and all future development is going into AndroidX , so there's no avoiding this migration. Alan Viverette sums this up nicely: “There won’t be a 29.0.0, so Android Q APIs will only be in AndroidX” The stable release of 28.0.0 will be the final feature release packaged as android.support . All subsequent feature releases will only be made available as androidx-packaged artifacts. Below tips will give you a clearer transition path. The current version of AppCompat (v28.x) is exactly the same as AndroidX (v1.x). In fact, the AppCompat libraries are machine generated by changing maven coordinates and package names of the AndroidX codebase. For example, android.support.v7.app.AppCompatActivity is now androidx.appcompat.app.AppCompatActivity For a complete listi...

Android Studio Release Updates

JetBrains's  Android Studio’s 10 year anniversary      I remember the major change which has taken place since I started learning android is Android Studio migration from Eclipse. Android Studio’s 10 year anniversary. Watch official youtube : Android Studio’s 10th birthday: our favorite moments!      In December 2014 , Google launched Android Studio, Google's official Integrated Development Environment (IDE) based on IntelliJ and it discontinued the Android Developer Tools (ADT) plugin for Eclipse, which means it’s time to leave eclipse behind.        Fortunately, we had simple solution to migrate, Android Studio offered a better experience for Android developers and its migration functionality does most of the work for you.      Open Android Studio and click on the option:  Import project (Eclipse ADT, Gradle, etc) Before Android studio      1. users had to go download a JDK, then download Eclipse...

Firebase with android: An Overview of Products and Usage

Introduction: In the evolving landscape of mobile application development, understanding user behaviour, managing user identity, and delivering personalised communication are critical components of a successful digital product. Google provides a suite of powerful tools through Firebase and Google Analytics that help developers build, improve, and grow their applications efficiently. This article explores Google Analytics , Firebase Authentication , Firebase Cloud Messaging (push notifications), and other core Firebase products , along with their practical uses. Google Analytics Google Analytics for Firebase is a free app measurement solution that provides insights on app usage and user engagement. Unlike traditional Google Analytics, this version is tightly integrated with Firebase services, making it highly useful for mobile and cross-platform apps. Key Features: Event tracking : Automatically or manually track user actions like screen views, button taps, purchases, etc. User segm...