Skip to main content

**REDMI NOTE 4** GOOD or BAD and it's ALTERNATIVE


  Xiaomi is  one of the chinese's best company.    We all hear about redmi note 4.  It was launched in 19 JAN,2017.
                           It comes with three model(2 GB ram,32 GB rom/ 3 GB ram,32 GB rom and 4 GB ram,64 GB rom).
                           It running on snapdragon 625 which is the cheapest processor with good work.

      PRICE : 2 GB  - 9,999
                    3 GB   -10,999
                    4 GB   -12,999

Now come to the point . 

               PROS: i)it has a big battery with 4100 Mah .
                           ii)it has fingerprint scanner with good respond.
                          iii)it has a 2.5 D glass  which makes it's look more                                            attractive
                          iv)it has full hd(1920*1080)
                           v)camera quality is much better than redmi note 3
                          vi)not much heat .




             CONS: i) it has hybrid sim slot
                         ii) non-removable battery
                         iii)THE LAST IS it's availability

 OVER ALL THIS PHONE IS SUPERB.  I played Nova3 and modern combat 5. not much heat and no lag .

                        

       NOTE :THE BLACK edition will be sell on 1 march at 12 pm(noon).
                       

 redmi note 4;  http://fkrt.it/JRoz1TuuuN

    If you can't wait for flash sale according to me  it's alternative option is leEco le2

   leEco le2      :Nhttp://fkrt.it/JJZI1TuuuN

                       
                         http://amzn.to/2mulPs7(rose gold)
                   

Comments

Popular posts from this blog

Drawing an Indian flag using turtle -Python Project

Introduction:  The Prestigious Indian Flag will be drawn using Python Turtle in this Python project. Turtle is a pre-installed library in Python that helps you draw on a board in your program. Code Breakdown:  1. Import Turtle Libary:  from turtle import Turtle, Screen 2. Configure the Turtle and Screen: tim = Turtle() screen = Screen() screen.setup(width=600, height=600) screen.title("Indian Flag") 3. Creating Background: tim.color("lightblue") tim.goto(-300,300) tim.begin_fill() tim.forward(600) tim.right(90) tim.forward(300) tim.right(90) tim.forward(600) tim.end_fill() tim.color("#ADFF2F") tim.goto(-300,-300) tim.begin_fill() tim.right(180) tim.forward(600) tim.left(90) tim.forward(300) tim.left(90) tim.forward(600) tim.end_fill() 4. Drawing the flag's pole: tim.goto(0,0) tim.color("Brown") tim.goto(-30,0) tim.begin_fill() tim.right(180) tim.forward(60) tim.right(90) tim.forward(20) tim.right(90) tim.forward(60) tim.end_fill() tim.goto(-6...

How to download video from YouTube

https://youtu.be/Cqrpp_8cbSc