I think his expectations are just out of balance. The phone he describes sounds a lot like the phone I gave my kids. I just want them to have a phone that they can use in case of emergencies. That's basically what my baby boomer parents need as well. So he's right, phones at that price point are limited, but that doesn't mean they don't fulfill the needs of portions of the population - just different demographics tha…
Except this phone isn't for kids, this is for people where the phone may be there only device. No laptop, no desktop, no parent to organise things for them.
Living with a best-selling Indian phone for 10 days
61–70 of 131 posts
Re: Living with a best-selling Indian phone for 10 days
#62> According to data from app analytics firm App Annie, Indians spend 36% of their screentime on communication (like WhatsApp), 20% on video players (like YouTube), and 16% on social networking (Facebook). I wonder how much of that is self fulfilling due to the low powered devices?
Re: Living with a best-selling Indian phone for 10 days
#63Re: Living with a best-selling Indian phone for 10 days
#64I did an experiment similar to this a few years back, but I lasted about six months. After touchscreen on my iPhone 6 Plus died prematurely two days after the warranty expired, and neither Apple nor Verizon would help, I decided to simply forgo owning a smartphone for a while. I used one on WiFi only, and went back to an LCD flip phone from 2002. This worked great, except people kept complaining that they couldn’t te…
I think people should put their phone into sleeves more often, I see them walking on the street carrying the phone unused and unprotected in their hands and accidents happen too often.
Re: Living with a best-selling Indian phone for 10 days
#65I work in mobile performance and have built out an automated testing workflow for our CI system to try and prevent big breaking changes to these types of phones. The issue with testing these phones is the device introduces lots of variance due to the low hardware standards. We typically test for relative changes in key metrics and want to move to testing different types of phones for usability. This is generally hard…
Re: Living with a best-selling Indian phone for 10 days
#66A market ripe for disruption.
Re: Living with a best-selling Indian phone for 10 days
#67Re: Living with a best-selling Indian phone for 10 days
#68I did an experiment similar to this a few years back, but I lasted about six months. After touchscreen on my iPhone 6 Plus died prematurely two days after the warranty expired, and neither Apple nor Verizon would help, I decided to simply forgo owning a smartphone for a while. I used one on WiFi only, and went back to an LCD flip phone from 2002. This worked great, except people kept complaining that they couldn’t te…
Re: Living with a best-selling Indian phone for 10 days
#69>Vikas Jain, Micromax’s cofounder, was not concerned when I brought this up to him. “Our target customers are Indians who are buying their first smartphone, or people who are upgrading to their first smartphone from a feature phone,” he told me in a phone interview. “These people aren’t really bothered about how fast the processor is, or how clear and rich the display is. Their needs are a lot more...basic, and as lo…
Re: Living with a best-selling Indian phone for 10 days
#70We have a lot of Indian users use our PWA ( https://usebx.com/app ), so we tried to optimise for low end phones. Generally, we found that animations still run reasonably smoothly. The trick was to be really careful not to carry out too much layout thrashing, and use GPU accelerated CSS animations wherever possible. On some of the cheapest devices, we got our animation running as smooth as a Galaxy Note or iPhone. Jus…
I've been surprised by how performant you can get with CSS transitions and a will-change property. But good grief is it difficult . On one hand I understand why a transition on `left` isn't hardware accelerated but a `translate3d` is, but on the other it seems crazy that we expect people to think and know this kind of stuff when they just want to do something very simple.