Tag Archives: Operating System

Android Oreo Serves Up the Sweets

Like the candy, Google’s newest delectable dessert-themed operating system Android 8.0 Oreo offers the best of both worlds: crunchy cookie goodness of versatile functionality and the creamy frosting of beautiful UI and presentation.

PROJECT TREBLE 

Project Treble is one of the major aspects of Android Oreo that makes it a full 1.0 update. Project Treble is designed to reduce device fragmentation by making it easier for hardware manufacturers to issue updates on Android devices. The architecture redesign modularizes the Android OS away from the drivers and other hardware-specific code. By making it easier for manufacturers to update Android devices, Project Treble makes accessing the latest Android OS from your devices  easier than ever.

HIGH-PERFORMANCE BLUETOOTH AUDIO

Android Oreo is loaded up with BLUETOOTH 5 and LDAC, making Oreo capable of supporting audio quality that surpasses what the vast majority of high-end audio equipment can reproduce.

LDAC is a codec that supports the transfer of 24 bit, 96kHz audio via Bluetooth. The closest competitor is Qualcomm’s aptX HD which supports 24 bit, 48kHz technology. LDAC was created by Sony, who donated the codec to Android for Oreo as a part of the core AOSP code for other OEMS to implement.

Whereas previous iterations of Bluetooth offered a range of 50m-100m outdoors and 10m-20m indoors, Bluetooth 5 can reach up to 200m outdoors and 40m indoors. Additionally, Bluetooth 5 BLE doubles Bluetooth 4.x BLE’s data transfer rate with up to 2Mbps. The kicker is: Bluetooth 5 actually utilizes up to 2.5 times less power while increasing range and speed.

BATTERY LIFE

The Android Oreo update includes multiple initiatives designed to improve battery life. Background execution limits have been enacted to limit requests to scheduled windows of activity, resulting in longer battery life and less strain on the device by inactive apps.

Android Oreo places two major limitations on what apps can do while users aren’t directly interacting with them:

  1. Background Service Limitations limit the use of background services by idle apps. This does not apply to foreground apps, which are defined as apps with visible activity, apps with a foreground service, or apps that are connected to another foreground app.​
  2. Broadcast Limitations prevent apps from using their manifest to register for implicit broadcasts. Apps can still use their manifest to register for broadcasts at runtime and for explicit broadcasts targeted specifically at their app.

For the most part, app developers can work around these limitations using JobScheduler jobs. Android has also made several improvements to JobScheduler.

Background execution limits will have a major impact on the functionality of existing and future apps, check out a full breakdown of the new functionality directly from Android.

Additionally, Android Oreo comes with Vitals. Vitals is an initiative by Google that improves system performance and stability by offering developers various tools to monitor app usage on a device. Vitals enables developers to  optimize their apps for improved battery life and performance.

UI

Google’s strategy with OS updates has become more and more minimal in recent years. The last major visual OS overhaul was enacted by Google in Android 5.0 Lollipop. Android Oreo does not change the name of the game, but offers a variety of UI improvements.

DOWNLOADABLE FONTS: Android 8.0 Oreo offers support for apps to request fonts from a “provider” application, reducing the amount of disk space spent by apps on storing font libraries individually.

NOTIFICATION CHANNELS: Notifications have always been one of the strong suits of Android Operating Systems. With Android Oreo, app notifications must be sorted by the developer into channels based on type, so that the user can then customize what types of notifications they would like to receive and how they receive them.

For example, users can modify characteristics of notification channels that apply to all notifications in that channel, including:

  • Importance
  • Sound
  • Lights
  • Vibration
  • Show on lock screen
  • Override do not disturb

PICTURE IN PICTURE MODE: Oreo ports Android’s famous “Picture-In-Picture Mode” for phones and tablets. Picture-In-Picture Mode allows users to view multiple apps at the same time. It is most handy for watching video or having a video call while using another app.

TAKEAWAY

Overall, Android 8.0 Oreo delivers the goods. It’s sleek, supports the best audio quality available, allows more UI customizability, saves battery life, and it’s a major step toward conquering device fragmentation which has plagued Android since its inception.

Android O: What Google’s Latest OS Offers App Developers

On March 21st, Google unveiled the developer preview for the latest version of the largest OS in the world: Android O. For consumers, it means improved UI, design, battery life, & more. For app developers, it has far deeper implications. With release anticipated in Q3 2017, here is our rundown of the top takeaways about Android O for Android developers:

BATTERY LIFE

The main focus of Android O appears to be to continue Android Nougat’s initiative to reduce battery life. The OS will limit and manage what launched apps can do in the background when multiple apps are open. For example, if a user has a geolocation app open in the background while using another app, location updates will happen less frequently for the background app.

In technical terms, background execution & location limits have been reigned in, allowing the OS to better manage background activity. Background apps are defined by Google as apps showing no visible activity, no foreground service & not connected to a foreground app through its services. Location changes affect the following APIs:

  • Fused Location Provider (FLP): The local system service computes a new location for background apps only a few times each hour, according to the interval defined in the Android O behavior change. Foreground apps will not experience location sampling rates in relation to Android 7.1.1 (API level 25).
  • Geofencing: Background apps can receive geofencing transition events more frequently than from FLP.
  • GNSS Measurements: Callbacks registered to receive outputs from GnssMeasurement and GnssNavigationMessage will stop executing for background apps.
  • Location Manager: Location updates will be provided to background apps only a few times per hour according to the interval defined in the Android O behavior change.

NOTIFICATION CHANNELS

Android OS’s have always thrived in the notification department. Android O allows developers to group notifications into channels. Developers must select a channel for each distinct type of notification they send with the goal of making things easier and more customizable for the user. For example, a user can turn off the “Sports” notification channel from the New York Times app if they are already getting sports notifications from the ESPN app.

Developers can also allow user behavior to dictate notification channels. For example, the developer of a messaging app can create separate notification channels for each of a user’s messaging threads.

WI-FI AWARE

Wi-Fi Aware, or Neighbor Awareness Network (NAN), allows devices to discover and connect directly with each other without any other connectivity between them, like Wi-Fi Access Point or Cellular. Two phones can connect with each other with NAN and share data at high speeds without any additional apps or configuration, opening up tons of possibilities for developers.

Learn more about Wi-Fi Aware:

HI-FI BLUETOOTH AUDIO

Android O supports Hi-Fi Bluetooth audio. While the quality of the audio still depends on the speaker or headphone through which one listens, this is a major improvement for music lovers.

ADAPTIVE ICONS

Android O will introduce adaptive launcher icons. Adaptive icons support visual effects and can display a variety of shapes across different device models. Adaptive icons are a major tool for developers to guide the user’s eye and enhance UX. Check out Android’s developer site to learn more.

RELEASE SCHEDULE

via Android Developers
via Android Developers

The O Developer preview will run from March 21st to the final Android O public release anticipated in Q3 2017. Android will provide incremental updates in mid-May, June, & July. Until Q3 2017, the onus is on Android developers to prepare their future and existing apps for the latest operating system.

Nougat OS: Everything You Need to Know Android’s Latest Treat

With all the fuss about iPhone 7, iOS 10 and the new Pixel, it’s easy to forget Android recently unveiled their latest OS: Nougat. In line with Android’s other dessert-themed software titles (Marshmallow, Lollipop, KitKat, etc.), Nougat is a treat. It’s a refined version of Marshmallow with improved UX, specs and a lot more. Both iOS fans and app developers take note, here are Android Nougat’s top features:

MULTI-WINDOW MULTITASKING

The most notable feature of Nougat is Multi-Window Multitasking. Unlike iOS, Nougat allows users to run multiple apps on their screen at once, allowing users to watch a movie while they text, view a recipe while they keep their eyes on the timer, or use any number of applications. Multi-Window Multitasking can be utilized with three display options: Split-Screen, Picture-In-Picture and Freeform Mode.

Split-Screen mode splits the screen across the bottom when held vertically, or across the middle when held horizontally.

Picture-In-Picture mode will be optimized for Android TV and will eliminate the controls and interface elements while keeping the content portion to scale.

Freeform mode will allow users to customize the size of each application, like one can with a desktop or laptop computer.

REFINED NOTIFICATIONS SETTINGS

Notifications Settings via How To Geek

Android has always been a major advocate of customizing notifications, and Android Nougat improves their system. Users customize their quick settings to ensure they are only alerted to the top-level notifications. Users can also maintain conversations within the notifications bar to make it easier to chat without having to go back and forth into apps.

Bundled notifications allow users to see what is happening within their apps at a glance without clogging their feed. Simply tap to expand the box and view more info without going directly into the app.

FASTER PERFORMANCE, MORE BATTERY, LESS MOBILE DATA

The best improvements of Nougat OS are not flashy new features, but overall improved functionality. Google’s “Project Doze,” designed to increase phone battery length, was introduced with Marshmallow, but gets a big upgrade with Nougat. Doze shuts down CPU and network activity while the phone screen is off. Previously, Doze only worked when the device was motionless, but now it can operate whenever the screen is off.

Data overages can add up quickly. Google seeks to counter the threat of overages with Data Saver, a program which kicks in whenever the user is on a metered data connection and limits apps and background processes to a set amount of data. Rather than cutting off data usage at a  preset limit, Data Saver makes Android phones more efficient with constant refinement.

Both Data Saver and Project Doze are bolstered by minor technical improvements to Project Svelte, Android’s device optimization initiative, creating a more efficient phone.

SEAMLESS UPDATES

Android isn’t trying to reinvent the wheel. Their Nougat OS functions primarily as a UX improvement over Marshmallow. Android has instilled major security improvements, including file-based encryption. Android has also taken a page out of the Chrome OS playbook by adding seamless updates, which will allow system updates to install in the background.

NEW EMOJIS

On the lighter side of things, Android has installed 72 new glyphs and has revamped their 1,500 emojis to appear more realistic. Nougat is also compatible with Vulkan API, which opens up a world of low-overhead graphical possibilities.

WHEN CAN I GET NOUGAT?

As with any Android update, the real question is: when is it coming to my phone? Nougat is out, but device fragmentation on the Android platform entails a staggered availability based on the hardware. While Google’s Pixel phone could soon alleviate some of these fragmentation problems, Android still cannot move at the speed of iOS—but Nougat’s improved functionality is a welcome addition for both app developers and consumers.

For a full list of Android Nougat release dates, check out this awesome article over at Pocket Lint.

Scopes: How Ubuntu Is Changing the OS Landscape by Eschewing Apps

In the world of operating systems, Android and Apple reign supreme. According to leading research firm Gartner, about 97% of new smartphones sold are either iPhone or Android devices. While Windows, Firefox OS, and Blackberry all attempted to take a seat at the OS table, no company has been able to top Android & iOS. With the landscape more fixed than ever, Ubuntu has entered the arena with a different strategy which may break through the noise and catch on.

Ubuntu managed to stir up publicity in 2013 when they launched the largest crowdfunding campaign of all time through IndieGoGo—and failed. They attempted to raise $32 million in one month, but only hit $12.8 million and received none of the funds. Regardless, the stunt captured the attention of many and helped make a name for the young company.

Ubuntu has made waves in the tech world with an innovative strategy which eschews traditional OS models. Instead of apps, Ubuntu uses Scopes. Scopes are home-screen dashboards which present content from various sources alongside each other on a page. For instance, the music Scope puts songs stored locally on the device side-by-side with Youtube, Apple Music, and other music library services. The video Scope allows users to search for a title and see where it is available for viewing rather than forcing the user to to search individual video streaming libraries like Netflix and Hulu. Instead of forcing the user to search for content within a specific app, Scopes present the content from all providers that have it available.

If apps are folders in a computer, Scopes allow the user to search through the entire local storage disk rather than have to check each individual folder. The philosophy is intended to provide a more intuitive user experience. When a user wants to find content or information, they care less about where it’s coming from than receiving the content with the highest quality attainable.

Check out this awesome video walkthrough of Scopes functionality to better understand how they work visually:

Scopes are easier and less time-consuming to design than native-apps. Scopes also appeal to mobile developers as they offer more discoverability for their companies than apps in the app store. The lack of division in presenting search results ensures the best content will rise to the top, rather than the most popular brand. Given the lower price of entry and the innovative approach, Ubuntu parent company Canonical has managed to bring name-brand content providers to build Scopes, including Twitter, Facebook, Amazon, Yelp, SoundCloud, and more. Communities are also developing Scopes for other apps, including Dropbox and Spotify, using their APIs.

Meizu launched the Meizu PRO 5 Ubuntu Edition in February 2016. They currently have four phones on the market, including BQ Aquarius E5 HD, and the previous versions of either device. Windows 10 with Ubuntu recently went into public preview. Going forward, Ubuntu must become available on enough devices to gain traction and popularity if they want to compete with Android & iOS. Given the amount of resources at their disposal and the clear innovation on display in Ubuntu’s philosophy, we wouldn’t be surprised if Apple or Android took a shot at figuring out a way of applying Scopes within their OS.

Android Lollipop Vs. iOS 8: The Battle of the Operating Systems

It’s been a good year for operating systems.

Back in June, Google announced their new operating system “Android L,” which has since been dubbed Android Lollipop. In our post  Android L Beta Preview: First Impressions of the Latest OS, we covered what we knew about the OS based on the announcement at the Google I/O 2014.

On the iOS side of the equation, this year saw Apple release iOS 8, which Apple hailed as the biggest iOS release ever. iOS 8 didn’t reinvent iOS aesthetics, rather it pushed forth the flat design introduced with iOS 7 and added a host of new features, including Apple Pay, Touch ID, and Device Continuity.

Both platforms represent dramatic technological advancements. The question now becomes: iOS 8 or Lollipop?

AESTHETICS

Steve Jobs majored in calligraphy at Reed College before dropping out. Jobs always held aesthetic design to be among the top priorities in his vision of Apple products, and Apple has always held a strong edge over Android in the aesthetic department.

iOS 7 saw Apple straying from Jobs’ skeuomorphic ideology in favor of Flat Design: a more stylized, minimal, bright look. iOS 8 refines Flat Design with more consistent iconography and UI. It also makes better use of gestures including swiping left to go back and double tapping the home screen to slide the screen down, allowing for better reachability on the large screens of the iPhone 6 and 6 Plus.

While Apple refined their current look, Android elected to enact a complete aesthetic overhaul. They may have shaken up the OS aesthetic game with Material Design.

Material Design is not an easy concept to grasp and can better be explored in practice. The idea is that the digital world should have its own intuitive physical rules. Buttons must react specifically to the touch, there must be multiple easily decipherable UI layers, animations must trigger and unfold in a specific, consistent manner. All Material Design aesthetics are in favor of creating the most intuitive, easily understood experience for the user.

Material Design is much more intricate than Flat Design. It’s both showier and more practical. It’s a more evolved, complex version of Flat Design. Thus, Android has taken the crown with regard to aesthetics. It’s likely Apple will follow suit and copy Material Design aesthetics for their next iOS overhaul.

Check out this video demonstrating the ideas of Material Design posted by Google Developers Youtube account.

FEATURES

Both Lollipop and iOS 8 offer new features, in addition to minor UI tweaks, for their devices. Most of these features either mirror their competitor’s counterpart, or replicate a past feature of their competitor.

Lollipop and iOS 8 both push to integrate with cars with Android Auto and Apple CarPlay. Both offer integrated navigation systems, hands-free calling and texting, and control of entertainment; however, neither will have a major impact until they are adopted by a greater number of cars.

Lollipop and iOS 8 both feature health apps (Google Fit and Health respectively). Both function similarly with certain apps offering exclusive partnerships. The big factor could be whether/which major health apps make the commitment to either Lollipop or iOS 8. The anticipated forthcoming popularity surge in wearables could be a game-changing variable in health apps. At the moment, neither app has a major edge over the other.

iOS 8 now offers Apple Pay combined with Touch ID, a replication of Google Wallet which was introduced in 2011. While Google Wallet is the older system, Apple Pay currently has the momentum. Both offer touch payments via Near Field Communications, but Apple Pay refuses to store physical credit card details, making it the safer system. The popularity of Pay could cause a resurgence of Google Wallet, but at the moment, Apple Pay has a definite edge.

Aside from the aesthetics, perhaps the biggest differentiator between iOS 8 and Lollipop is Apple’s push for the concept of device continuity embodied in Handoff. We covered device continuity in both Climbing Yosemite and Bite the Apple: Maximize iOS 8 to Vanquish Your Competition. Handoff allows the user to easily complete tasks while transitioning  between Apple devices seamlessly. Instant Hotspot, one of the coolest features of iOS 8, allows users to connect to their iPhone’s cellular network when no other Wi-Fi networks are available. Lollipop comes up empty in this department and Android will surely be playing catch-up when they release their next OS.

BATTERY

iOS bolsters a reputation for retaining a more efficient battery than Android. With Project Volta, Android has made a strong attempt to optimize their OS to defeat this notion.

Lollipop features a built-in task manager designed to prevent unnecessary operations from waking the phone up, running app house-cleaning necessities in batches when plugged in, and preventing network requests from Android and third party apps in spots without network connectivity. Lollipop also has “Battery Historian,” an analytics tool designed to track and tweak battery consumption.

iOS 8 did not make any dramatic attempts to improve it’s battery life, but still competes with Android with an extremely efficient standby mode: leaving an iPhone 6 or 6 plus unplugged overnight will only lose 1-2% charge.

Overall, the OS battery competition is fairly neck-and-neck, which is a big improvement for Android considering in the past they have gotten smoked in this department.

Check out this video Introduction to Project Volta from Google I/O 2014 for more information.

AVAILABILITY

One of the major factors which elevates iOS 8 over Lollipop is the limited availability of the OS due to device fragmentation.

Google allows third-party developers to build hardware for the Android OS. This causes device fragmentation, in which the variety of hardware makes it harder to optimize software for each device. As a result, different devices will have access to Lollipop at different times. Lollipop is currently available on Google’s Nexus 6 and Nexus 9 phones with a staggered launch planned for other Android phones.

Device fragmentation is also troublesome for app developers as it means there’s no way to optimize directly for all the hardware considering the diversity.

iOS’s iPhone exclusivity means it runs well across devices and updates are immediately accessible on Apple hardware. The user is guaranteed at least three years of upgrades. App developers can optimize for each platform which remains relevant.

BOTTOM LINE

Overall, iOS 8 is the more practical operating system. While Material Design represents an exciting leap forward in software aesthetics, iOS 8’s device continuity features trump all of Lollipop’s functional additions. The widespread availability of iOS 8 and lack of device fragmentation makes it the better optimized package.

While iOS 8 wins this battle, it will be exciting to see how the platforms influence one another in the next round of OS updates. Expect Apple to adopt Material Design aesthetics and Android to begin a push for their own version of device continuity.

At Mystic Media, we’re constantly engaged in various app design projects. Our expertise reaches across all facets of the industry, be it iOS design, Android design, web design, strategic marketing and beyond. Contact us today by clicking here or by phone at 801.994.6815

Why Android Rules the Mobile Application Market

In the world of smartphones, two mobile devices reign supreme: Android and iPhone. The war between Android and iPhone is ongoing, and it’s safe to say as technology evolves, the leader of the pack will shift. Android, at the moment, is the more popular platform for a number of reasons.  At Mystic Media, as a forward-thinking mobile development company, we recommend developing for both iOS and Android to make the most of your dollar.

The basic difference between Android and iPhone application development is simple. Android uses an open-source platform.  The source code for Android is available to the public, making it the more developer-friendly platform.

Although Apple gets a greater percentage of the mobile smartphone revenue due to the iPhone’s larger price, Android holds a greater percentage of the market share.  Over 50 percent of the global smartphone market uses Android.  Applications for Android reach a larger user base, thus there’s a greater audience for your application.

iPhone is a gourmet smartphone. It has a smaller market, but a faster operating system. In this department, Android is playing catch-up; however, Android is currently working toward creating a smartphone titled “Android Silver” which will have a faster operating system to compete with the speed of the iPhone.  The greater variety of Android smartphones means a greater variety of consumers with eyes on your application.

The process of getting your application approved is much, MUCH easier for Android.  iTunes is notoriously slow in approving applications.  Apple has a strict set of rules evaluating what applications they are willing to approve and what they will deny. When Opera, a well-established internet browser, designed a browsing application for iPhones, they held a contest taking bets on the amount of time it would take Apple to approve their app.  In the end, it took nearly a month. With Android, one simply designs the app, writes a description, sets a price, and it’s done–pushed out into a the Google Play store to a massive global market.

Looking forward, Android continues to grow, in fact, Android is the fastest growing technology product in history. In 23 quarters, Apple’s IOS hit 700 million users–an amazing feat in its own right. Android, on the other hand, took 20 quarters to hit 1 BILLION users. Android’s current global market share of smartphone operating systems is set around 80%. Android also controls the first time buyer market, which means as more consumers grow with the device, it’s market share will only increase.

The numbers are simple and speak the truth. Android is the more popular platform. It’s easier for application development and it’s easier to monetize and market your applications. You will reach a greater audience developing for Android, and that audience will only continue to grow. At Mystic Media, we specialize in Android application development. Our expertise in creating and marketing mobile applications for both platforms is unrivaled in our field.

For more information, feel free to contact us at https://www.mysticmediasoft.com/ or by phone at 801.994.6815.