ADVERTISEMENT

An amazing, alternative tracker

Published Jun 10, 2018 12:00 am
By Charles Paw Up until now, there is only one brand that is synonymous with activity tracking. Founded in early 2007, Fitbit has since become one of the strongest tech companies in the U.S., with sales raking in the hundreds of million each year, the company is now worth billions. And even though there have been some struggles, Fitbit continues to chug along at a strong pace with their most recent smart watch, the Versa, launching with much fanfare that the company has trouble keeping up with the worldwide demand. The list of companies who made activity trackers and subsequently went bankrupt is a long and depressing one, each going strong at the start and then dying a slow and painful death near the end of their arc. It is only until now that there seems to be a viable alternative to Fitbit’s products and surprisingly enough, it is not from Silicon Valley. Sister company to China’s Xiaomi, Huami has been making waves with their range of activity trackers which has been branded with the playful name Amazfit. Similar to the Xioami business model, Huami has churned out a credible line of feature-rich activity trackers that are priced significantly lower than competing brands. Xiaomi has proven that the Chinese can do more then just copy products and quality need not be synonymous with being expensive, Huami continues with this trend and in my honest assessment, I think the Amazfitline of fitness tracker will disrupt the market, which is a good thing. Having a more affordable alternative to any industry is good to both the retailers and consumers. At around Php 10,000, the flagship Amazfit model is called the Stratos, and it has every feature you’d ever want in an activity tracker. It has GPS, Bluetooth, Wifi, submersible in water up to 50 meters, can track almost every sort including running on an elliptical machine, has sleep tracking capabilities, can also track steps, has an optical heart rate monitor and even 4GB of storage so you can store music and audio books on the watch itself. On the software side, the Stratos can be paired to an iOS or Android smartphone which will enable it to show notifications for email, SMS, calls and other instant messaging apps. Sports enthusiasts would be happy to know that the Stratos can be synced to the very popular Strava application. It is easy to go overboard with the features and neglect the hit on battery life, but the Amazfit line of activity trackers seem to be no slouch in the battery life department. The feature-rich Stratos can last from 5 to 11 days, depending on how active the user is. Not bad considering it has both GPS and a heart rate monitor. Amazingly enough, the Bip (Amazfit’sPhp 5,000 GPS smartwatch) can last a whooping 30 days with just a single charge. The Amazfit brand is one of the best that I have seen, and similar to Fitbit, I decided to make it available in the Philippines in an official capacity. Yep, by the time you’re reading this, Amazfit’s line of activity tracker and smartwatch will be available in most Digital Walker stores, sold alongside Fitbit. I don’t think that those 2 brands compete with each other, I think Fitbit and Amazfit will be filling their own niche and both can coexist in the market. Which Brand do I prefer, hard question to answer. But since most of my friends are on Fitbit, I’ll mostly likely be wearing my Fitbit Ionic more often.  Although, that still won’t stop me from wearing an Amazfit smartwatch every now and then.
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.