ADVERTISEMENT

Exploring the Samsung Galaxy Fold4

Published Oct 25, 2022 04:06 pm

Samsung’s newest Galaxy Fold4 is quite the experience. If you’ve already tried it out or own one of the previous models, you may know what I’m talking about. 

It’s exactly what has been forecast all those years ago when Samsung first teased a folding tablet. It’s a device that can switch between being a traditional smartphone into a tablet, giving it versatility. It’s multifunctional as experiences with apps change depending on the size of the screen. It does sound (and may even look) gimmicky, but my experience with it for a couple of weeks has reaffirmed to me that folding phones does have a place in the future.

When the Fold4 is, well, folded, it’s more than capable enough to deliver all the traditional phone tasks we all are familiar with. You can still watch videos on it and run various apps with no problem. I did, however, find the screen a little too narrow when holding it up, which isn’t a big deal and it’s only something I needed to get used to.

Because of its form factor, the Galaxy Fold4 is obviously a little bit thicker than most, if not all non-folding, phones out there. I expected to feel something bulkier, especially when I slipped it into my pocket. However, that wasn’t the case for me. Perhaps it was that slightly narrow build that made all the difference, and it was quite a pleasant experience. 

When the Fold4 is unfolded, you get a small tablet in the size of a 7.6-inch screen with 2K resolution and all the specs that make a great display. It should be noted, all screens have 120Hz refresh rates, so scrolling would look really slick. 

It goes without saying, but, the Samsung Galaxy Fold4 is one of the most top specced phones this year has to offer. Every photo editing and mobile game app I threw at this, the Galaxy Fold4 never slowed down, it just kept sprinting with plenty of power left to give. 

The phone-to-tablet transformation isn’t just for style. Something like that, it needs to have a purpose, more than to simply impress people with. For the Galaxy Fold4, is its system to multitask. For me, this is the Fold4’s best feature. You will be able to open and run three different apps at the same time. Open up YouTube and place it on the left side of the screen, below it can be Twitter, and on the right can be your email. The Fold4 was able to run all these apps with grace. 

To top that off, Samsung included a task bar below the screen. This would let you switch between apps more easily, less gestures and swiping. Opening App B from App A was fast and seamless. There is also an edge menu where you can add multiple apps for immediate access.

The Galaxy Fold4 has no shortage of cameras. The 4MP Under Display Camera, which is the one inside the Fold4 does a decent job at taking selfies, but it seems it’s more designed for video calls. The 10MP Cover camera is better, providing bright and colorful images. There are three cameras at the back, 12MP, 50, and 10MP, all of them are impressive, giving pictures and videos that extra Samsung “oomph.”

Samsung also introduced the Flex Mode, where you basically turn the lower portion of the Fold4 as a support. I found it useful whenever I don't have a stand nearby where I can keep the phone fully unfolded.

The Fold4 is IPX8, meaning you may submerged the phone in water for 30 minutes but only down to 1.5 meters. Samsung has advised against beach and pool use. Really, that added water resistance is just a layer of protection for the Fold4, in case you walk out in the rain, if you forgot to dry your hands after washing them in the sink, or if someone spills an entire glass of water on the phone. 

However, the Fold4 is not dust proof. So it is possible for dust to get inside the hinges. Samsung took this on by adding brushes inside to sweep off any dust. That should prolong the Fold4’s use. Again, folding tech is still quite new, so we don’t know how long this level of protection will last.

The Fold4 does support the Fold version of the S Pen. So, S Pens from Note devices won’t work here. And if you decide to get a new S Pen, the Fold4 does not have a dedicated slot for it. That would come with one of Samsung’s cases, which does have a slot for just the S Pen. And depending on what you do with the Fold4, having an S Pen around is actually pretty fun and practical in some cases.

It’s important to note that the folding devices, in general, is still quite a young segment for smartphones. But it’s getting better each year. I feel folding devices have a future. It’s the next big form factor. I don’t think they will replace traditional tablets and phone design, but there will be a bigger market for this eventually. 

ADVERTISEMENT
.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1561_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1562_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1563_widget.title }}

{{ articles_filter_1564_widget.title }}

.mb-article-details { position: relative; } .mb-article-details .article-body-preview, .mb-article-details .article-body-summary{ font-size: 17px; line-height: 30px; font-family: "Libre Caslon Text", serif; color: #000; } .mb-article-details .article-body-preview iframe , .mb-article-details .article-body-summary iframe{ width: 100%; margin: auto; } .read-more-background { background: linear-gradient(180deg, color(display-p3 1.000 1.000 1.000 / 0) 13.75%, color(display-p3 1.000 1.000 1.000 / 0.8) 30.79%, color(display-p3 1.000 1.000 1.000) 72.5%); position: absolute; height: 200px; width: 100%; bottom: 0; display: flex; justify-content: center; align-items: center; padding: 0; } .read-more-background a{ color: #000; } .read-more-btn { padding: 17px 45px; font-family: Inter; font-weight: 700; font-size: 18px; line-height: 16px; text-align: center; vertical-align: middle; border: 1px solid black; background-color: white; } .hidden { display: none; }
function initializeAllSwipers() { // Get all hidden inputs with cms_article_id document.querySelectorAll('[id^="cms_article_id_"]').forEach(function (input) { const cmsArticleId = input.value; const articleSelector = '#article-' + cmsArticleId + ' .body_images'; const swiperElement = document.querySelector(articleSelector); if (swiperElement && !swiperElement.classList.contains('swiper-initialized')) { new Swiper(articleSelector, { loop: true, pagination: false, navigation: { nextEl: '#article-' + cmsArticleId + ' .swiper-button-next', prevEl: '#article-' + cmsArticleId + ' .swiper-button-prev', }, }); } }); } setTimeout(initializeAllSwipers, 3000); const intersectionObserver = new IntersectionObserver( (entries) => { entries.forEach((entry) => { if (entry.isIntersecting) { const newUrl = entry.target.getAttribute("data-url"); if (newUrl) { history.pushState(null, null, newUrl); let article = entry.target; // Extract metadata const author = article.querySelector('.author-section').textContent.replace('By', '').trim(); const section = article.querySelector('.section-info ').textContent.replace(' ', ' '); const title = article.querySelector('.article-title h1').textContent; // Parse URL for Chartbeat path format const parsedUrl = new URL(newUrl, window.location.origin); const cleanUrl = parsedUrl.host + parsedUrl.pathname; // Update Chartbeat configuration if (typeof window._sf_async_config !== 'undefined') { window._sf_async_config.path = cleanUrl; window._sf_async_config.sections = section; window._sf_async_config.authors = author; } // Track virtual page view with Chartbeat if (typeof pSUPERFLY !== 'undefined' && typeof pSUPERFLY.virtualPage === 'function') { try { pSUPERFLY.virtualPage({ path: cleanUrl, title: title, sections: section, authors: author }); } catch (error) { console.error('ping error', error); } } // Optional: Update document title if (title && title !== document.title) { document.title = title; } } } }); }, { threshold: 0.1 } ); function showArticleBody(button) { const article = button.closest("article"); const summary = article.querySelector(".article-body-summary"); const body = article.querySelector(".article-body-preview"); const readMoreSection = article.querySelector(".read-more-background"); // Hide summary and read-more section summary.style.display = "none"; readMoreSection.style.display = "none"; // Show the full article body body.classList.remove("hidden"); } document.addEventListener("DOMContentLoaded", () => { let loadCount = 0; // Track how many times articles are loaded const offset = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]; // Offset values const currentUrl = window.location.pathname.substring(1); let isLoading = false; // Prevent multiple calls if (!currentUrl) { console.log("Current URL is invalid."); return; } const sentinel = document.getElementById("load-more-sentinel"); if (!sentinel) { console.log("Sentinel element not found."); return; } function isSentinelVisible() { const rect = sentinel.getBoundingClientRect(); return ( rect.top < window.innerHeight && rect.bottom >= 0 ); } function onScroll() { if (isLoading) return; if (isSentinelVisible()) { if (loadCount >= offset.length) { console.log("Maximum load attempts reached."); window.removeEventListener("scroll", onScroll); return; } isLoading = true; const currentOffset = offset[loadCount]; window.loadMoreItems().then(() => { let article = document.querySelector('#widget_1690 > div:nth-last-of-type(2) article'); intersectionObserver.observe(article) loadCount++; }).catch(error => { console.error("Error loading more items:", error); }).finally(() => { isLoading = false; }); } } window.addEventListener("scroll", onScroll); });

Sign up by email to receive news.