iPhone SE 4 Tipped to Arrive With OLED Display, A18 Chip, More

iPhone SE 4 Tipped to Arrive With OLED Display, A18 Chip, More

Apple’s fourth-generation iPhone SE is expected to go official in the first half of this year. Earlier this week multiple rumors about the launch timeline of the iPhone SE 4 had surfaced, and now, new leaks suggest its key specifications. The iPhone SE 4 is said to offer 60Hz refresh rate display. It could run on Apple’s A18 Bionic chip and house a 48-megapixel rear camera. It is said to be called iPhone 16e and positioned as a cheaper alternative to the iPhone 16. Apple iPhone SE 4 Specifications (Rumoured)Tipster Digital Chat Station on Weibo claimed that the iPhone SE 4 aka iPhone 16e will be unveiled soon and positioned as Apple’s cheapest iPhone (translated from Chinese). The tipster adds that the handset will feature a 6.06-inch full-HD+ LTPS OLED display with 60Hz refresh rate. The screen is said to have a notch design. The phone could offer Face ID support. It could run on Apple’s A18 Bionic chip like the recent iPhone 16.The iPhone SE 4 is tipped to come with a single 48-megapixel rear camera. It is likely to have a metal middle frame and a waterproof build. Additionally, another Weibo tipster Smart Pikachu corroborated claims about a single rear camera in the iPhone SE 4. He suggested that the handset will ‘incorporate Apple’s self-developed baseband’. This could be a reference to Apple’s in-house 5G modem.The next-generation iPhone SE was said to debut later this month, alongside the iPad 11 and iOS 18.3 and iPadOS 18.3 software updates. However, Bloomberg’s Mark Gurman contradicted this rumor stating that the phone will actually launch by the end of April. It is speculated to be priced below $500 (roughly Rs. 42,000). In South Korea, the phone is likely to cost more than KRW 8,00,000 (roughly Rs. 46,000).Apple’s iPhone SE 4 is said to offer 6GB and 8GB LPDDR5 RAM options. It is expected to feature an aluminum frame and a USB Type-C port.Affiliate links may be automatically generated – see our ethics statement for details.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 *