Poco X7 Pro 5G With Dimensity 8400 Ultra SoC Launched in India Alongside Poco

Poco X7 Pro 5G With Dimensity 8400 Ultra SoC Launched in India Alongside Poco

Poco X7 5G series was launched in India on Thursday. The lineup includes the Poco X7 5G and the Poco X7 Pro 5G handset. The base model is powered by a MediaTek Dimensity 7300 Ultra chipset and carries a 5,500mAh battery with 45W wired charging support. The Pro variant, on the other hand, comes with a MediaTek Dimensity 8400 Ultra SoC, a 6,550mAh battery with support for 90W wired fast charging. Both handsets sport 50-megapixel main cameras and 20-megapixel selfie shooters. Poco X7 5G, Poco X7 Pro 5G Price in India, AvailabilityPoco X7 5G price in India starts at Rs. 21,999 for the 8GB + 128GB option, while the 8GB + 256GB variant is marked at Rs. 23,999. The phone comes in Cosmic Silver, Glacier Green and Poco Yellow shades.The 8GB + 256GB configuration of the Poco X7 Pro 5G is priced at Rs. 26,999. The 12GB + 256GB variant is listed at Rs. 28,999. It is offered in Nebula Green, Obsidian Black and Poco Yellow colourways.The Pro and vanilla models of the Poco X7 5G series will be available for purchase in the country via Flipkart starting February 14 and February 17, respectively. ICICI Bank customers can avail of Rs. 2,000 bank offer. Poco X7 Pro 5G buyers can enjoy an additional Rs. 1,000 discount coupon on the first day of sale.Poco X7 5G, Poco X7 Pro 5G Features, SpecificationsThe Poco nits peak brightness and Corning Gorilla Glass Victus 2 protection. Meanwhile, the Poco The base Poco X7 5G is powered by a MediaTek Dimensity 7300 Ultra chipset, while the Pro variant has a MediaTek Dimensity 8400 Ultra SoC. The vanilla option supports LPDDR4X RAM, and UFS 2.2 onboard storage and ships with Android 14-based HyperOS. The Poco Both handsets are slated to receive three years of OS upgrades and four years of security updates.In the camera department, the Poco has a 50-megapixel Sony LYT-600 main sensor. Both handsets are equipped with an 8-megapixel ultrawide shooter and a 20-megapixel front-facing camera for selfies and video calls. They are equipped with AI-backed imaging, photo editing and other performance-boosting tools like Poco AI Notes.The Poco minutes. The Poco Both the Poco X7 5G series handsets are claimed to meet IP66+IP68+IP69 ratings for dust and water resistance. They are also TÜV Rhineland Low Blue Light and Flicker-Free certified, and feature dual stereo speakers with Dolby Atmos. Catch the latest from the Consumer Electronics Show on Gadgets 360, at our CES 2025 hub.

Credit-Read More

News kiosk Latest Posts

// Function to fetch the latest posts
function fetchLatestPosts() {
const feedUrl = ‘https://newskiosk.pro/feed/’; // Replace with your blog’s RSS feed URL
fetch(feedUrl)
.then(response => response.text())
.then(str => new window.DOMParser().parseFromString(str, “text/xml”))
.then(data => {
const items = Array.from(data.querySelectorAll(“item”));
const latestPostsContainer = document.getElementById(“latest-posts”);
latestPostsContainer.innerHTML = ”; // Clear previous posts

// Shuffle the items array
const shuffledItems = items.sort(() => Math.random() – 0.5);

// Select the first 5 items from the shuffled array
const selectedItems = shuffledItems.slice(0, 5);

// Loop through the selected items and display them
selectedItems.forEach(post => {
const link = post.querySelector(“link”).textContent;
const description = post.querySelector(“description”).textContent;

// Create a new post element
const postElement = document.createElement(“div”);
postElement.classList.add(“latest-post”);
postElement.innerHTML = `

${description} Read more

`;

// Append the new post element to the container
latestPostsContainer.appendChild(postElement);
});
})
.catch(error => console.error(‘Error fetching the latest posts:’, error));
}

// Call the function to fetch and display the latest posts
fetchLatestPosts();

News kiosk- Are You Making These Common Mistakes? Click below to Learn More

Secret That Everyone Is Talking About

If you want to dive deeper into the topic, click on Read More:

Gardening with Ecorganicas: Your Source for Organic Gardening Tips
Financial potential with expert tips on budgeting, investing, and saving
Unlock the Hidden Truth: Click to Reveal!

Share to Spread

Leave a Reply

Your email address will not be published. Required fields are marked *