Skip to main content

BEST SMARTPHONE MOBILE PRICE RANGE BETWEEN 9000 TO 13000 RS

In this technology era,people looking for device equipped with best features with affordable price.Here I am going to mention the two smartphones priced very affordable and giving tough competition to high end gadgets in recent days.These are best to choose in that price range between 10k to 15k














xiaomi mi4i is the best phone under 15k  it is has spectacular specs and design when compared to the other phones at this price range the camera quality is better even pics with front camera are great..it is available in two colors..it has good responsive touch..registrations are open in flipkart..which has huge rush..overall it is best among the price range(10k to 15k) in my opinion..


SPECIFICATIONS:


OS-4.4.3

SIZE-5 inches

WEIGHT-149 GMS

CHIPSET -Qualcomm MSM8974AC

GPU-adreno 330

RESOULTION-1080*1920( ~ 441 pixel density)

CAMERA- rear 13 MP with led flash
                    front 5 mp  
hd display,gorilla glass

BATTERY-3080 mah.


ASUS ZENFONE 2 (2GB RAM):




















It runs on Quad Core, 64-bit, 1.8 GHz Intel Atom Z3560 processor which is very powerful. It sports a 5.5 inches Full HD display which is very good and it is also protected with Corning Gorilla Glass 3. The phone has a 13 MP rear & 5 MP front camera, the picture quality of both the cameras is very impressive.it supports dual sim & 4G LTE has batttery about 3000 mAh..It looks good  and has good storage.It is about 13 k .

SPECIFICATIONS:

OS-V5.0(LOLLIPOP)

SIZE-5.5 INCHES IPS CAPACITIVE SCREEN

WEIGHT-170 GMS

CHIP SET-INTEL ATOM Z3560

GPU-POWER VR G6430

CAMERA-FRONT 5 
                   REAR 13 MP WITH DUAL FLASH


HD DISPLAY WITH ~401 PPI DENSITY


BATTERY 3000 mAh















Comments

Popular posts from this blog

Reasons not to buy Akaso action camera if you are from india

Recently I made a full review of the action camera I brought after doing a ton of research and time. Having used it for a couple of months I feel extremely glad that it meets up to my expectations. But recently, I accidentally tipped off the camera without an external case and it cracked my lens. This, in turn, added a shady spot on my phone or video and I cannot use that anymore (Some phones of the cracked lens below)     I immediately mailed the akaso team to ask if there is anything they could do but unfortunately, this was their response. Oops, that was not what I was expecting and then I asked them I could get any details of the replacement parts or anything like that so that I can order it online. But that didn't happen it took a lot of time for them to respond me back(I have been bugging them on Facebook and email).  But after some time they left me with this response which I had no other choice but to accept. After getting the 50%re...

Best and free NTFS tool for mac

Early recently I had my internal memory of my mac stocked up and I had to rely on storing my excess data onto my external hard disk which most have to do as we do not have an option otherwise to increase the internal storage of the machine itself. I pulled up my external hard disk and boom to my wonder it doesn't have the write permissions as it's of `NTFS` format. So after a quick search, it was evident that there are a lot of software that can mount my NTFS drive namely Microsoft NTFS for Mac by Paragon Software Microsoft NTFS for Mac by Tuxera But there all are restricted and you can use it for a limited period of time and they had hefty prices to pay for, So instead after a long search and trying out various tools here are my list of best picks for the free software available that will definitely help you out. easyuefi ~ ntfs-for-mac  ~ I myself been using it for a while now. mounty I will be updating the list every time when I find new software availabl...

Changing python version in gitpod

I have always had this problem modifying using a particular version of python on gitpod. Until I knew this simple trick to switch between the python versions. If you have not heard of gitpod its time for you to use it as running code online instead of local machine helps you when you have a CPU intensive processes and there are a lot of free to use online web apps that enable you to start with using powerful CPU and extends to GPU and TPU as well. I will be sharing a blog post soon on all the free tools you could use to boost up your productivity. So if you are already using gitpod and want to switch between python versions its simpler than you think Run this to check all the python versions available:    pyenv versions So to install a new version of python you simply have to run this:   pyenv install 3.7.6 (Or whatever version you want) That will basically download and install. Now you need to make sure to configure it for the existing workspace, t...