Infinix Hot 50 5G price in india

Infinix Hot 50 5G Smartphone

Processor Very Good

Chipset: MediaTek Dimensity 6300

CPU: Octa-core (2.4 GHz, Dual Core + 2.0 GHz, Hexa Core)

RAM: 4 GB / 8 GB

Display Excellent

Size: 6.7 inches IPS LCD

Resolution: 720 × 1600 (HD+)

Refresh Rate: 120 Hz

Design: Bezel-less with punch-hole display

Rear Camera Average

Setup: Triple Camera

Primary: 48 MP (up to 10x Digital Zoom)

Depth: 2 MP Depth Camera

Flash: Dual LED Flash

Front Camera Good

Resolution: 8 MP Wide Angle

Flash: LED Flash

Battery Very Good

Capacity: 5000 mAh

Charging: 18W Fast Charging (USB Type-C)

Amazon

₹9,000

Flipkart

9,000

Might be you like

Subscribe to our Newsletter

Subscribe to our email newsletter to get the latest posts delivered right to your email.
Pure inspiration, zero spam ✨
document.addEventListener("DOMContentLoaded", function () { const emblaNode = document.querySelector(".testimonial-embla"); if (!emblaNode) return; const prevButton = document.querySelector(".testimonial-prev"); const nextButton = document.querySelector(".testimonial-next"); const progressBar = document.querySelector(".progress-line"); const embla = EmblaCarousel( emblaNode, { loop: true, align: "start", skipSnaps: false, dragFree: false } ); nextButton.addEventListener("click", function(){ embla.scrollNext(); }); prevButton.addEventListener("click", function(){ embla.scrollPrev(); }); function updateProgress(){ const totalSlides = embla.scrollSnapList().length; const currentIndex = embla.selectedScrollSnap(); const progress = ((currentIndex + 1) / totalSlides) * 100; progressBar.style.width = progress + "%"; } embla.on("select", updateProgress); embla.on("init", updateProgress); updateProgress(); document.addEventListener( "keydown", function(e){ if(e.key === "ArrowLeft"){ embla.scrollPrev(); } if(e.key === "ArrowRight"){ embla.scrollNext(); } } ); let autoplay; function startAutoplay(){ autoplay = setInterval(()=>{ embla.scrollNext(); },5000); } function stopAutoplay(){ clearInterval(autoplay); } startAutoplay(); emblaNode.addEventListener( "mouseenter", stopAutoplay ); emblaNode.addEventListener( "mouseleave", startAutoplay ); });