Additional Features

While Multi-Window mode is arguably the biggest user-facing change to come to Android in a long time, Android N comes with a number of small but highly appreciated changes. The first of these is speeding up the animations throughout the system. Animations like bringing up the keyboard, opening apps, and switching views have been made much quicker without any noticeable loss in fluidity. It makes the entire system feel so much faster, and I think you could argue that UI navigation in Android already felt a bit quicker than iOS or Windows phone to begin with.

Google has also made some notable changes to the notification drawer. You can now expand and collapse notifications and there's now an API available to bundle many notifications together which is helpful for messaging apps that may end up sending repeated notification payloads to a device. It's a really helpful feature because it avoids the problems of bundling all notifications into one, as well as the problems of displaying a notification for each and every message that arrives. You can even reply to notifications right from the notification shade. I've had mixed results with this. I tried it with Hangouts which is what Google does in their screenshots, but it opened the odd input field that you see in the screenshot on the left above. Skype however worked flawlessly, so it looks like there's some work to be done on the app side and potentially at the OS level to fix some bugs.

In the video above you can see an example of all the new notification related features. Still images really don't do justice to the way the cards expand and contract. It all fits in really well with Google's Material Design aesthetic, and all of the interactions feel very smooth and responsive. You can expand grouped notifications to see a summary of each individual one, and then expand that one even further to view more of the message and get quick access to actions like replying or archiving.

On the topic of the notification shade, there's now official support for editing the quick toggles in the shortcut section. You can also access your first five toggles from the top of the shade, which is a great usability improvement. Like the notification expansion this also has a really great animation. When UI elements take full advantage of Material Design the results are honestly really impressive, and they go a long way in making Android feel much more lively and fluid. The ability to quickly access certain toggles like the flashlight is a great improvement too, as it puts them only a single swipe away instead of the previous model which required you to first swipe to open the notification drawer and then swipe again to get to your shortcuts.

My only complaint about quick toggles is the fact that in the always accessible bar Google continues to just display a battery icon that only gives me a vague idea of what my charge is. If you open the menu you see the percentage, but it hides itself for some unknown reason when you collapse the menu. If you're going let the user always have a battery displayed there you should put a percentage instead of the same inaccurate and frankly useless icon that's in the status bar. Apart from that continued annoyance, the new notification shade features are great improvements. Hopefully this will encourage OEMs to stop messing with the behavior of the notification shade, as Google has basically addressed all required features here and there's not really anything to improve on.

Improving Energy and Memory Usage

With every release of Android Google introduces new APIs, and adjusts existing ones. It's always important for developers to keep up to date with these changes, as they can alter or break existing application behavior, and in general it's good practice to adopt new features relating to reducing memory and energy usage.

With Android N, Google has made some notable changes to Doze and Project Svelte, which are their initiatives to reduce energy and memory usage respectively. If you've already adapted your app for Doze these changes will come automatically, and if you haven't you don't technically need to since Doze manages all apps on Android 6.0 and above, but the new changes may cause issues with notifications and other background work if you haven't adapted your apps.

The major change to Doze in Android N is that it also activates even when a phone is not stationary. Previously Doze would activate when three conditions were met. The screen had to be off, it had to be running on battery power, and it had to be stationary. This is still the case for the most aggressive optimizations, which include disabling wakelocks, alarms, GPS, and WiFi, but it's now also the case that the phone will disable network access and defer syncs and background jobs even when the phone is moving. This means that Android devices will now enter this state just by being locked in your pocket. As usual there are maintenance windows where applications can perform background tasks and send or receive data over the network, but the fact that your phone will automatically disable network access and defer background work simply while it's in your pocket will undoubtedly bring gains in battery life.

As for Project Svelte, Google is letting developers know that certain implicit broadcasts are being removed. A broadcast is essentially a message sent by the OS that notifies applications of some change in state, such as a device connecting to WiFi or being removed from a charger. The two broadcasts removed in Android N related to changing from WiFi to cellular networking, and to taking photos and videos. According to Google, many applications wait on these broadcasts and upon receiving them would wake up to process them. Having many background apps waking up at the same time to process a common event like changing from cellular to WiFi presents a real concern for energy and memory usage, and so it makes sense that Google would be removing them.

Other Changes For Developers

Along with some of the more major features that I've talked about so far, there are some changes coming in Android N that developers should look out for and, if necessary, update their apps to accommodate. One that may pose issues for some applications is the new display size setting, which allows users to modify their virtual dpi to make UI elements larger or smaller. Users can't zoom in past a minimum width of 320dp, which is the horizontal space available on a Nexus 4.

Above you can see the impact of the display size setting. It's definitely an important feature for accessibility, as it goes beyond just making text smaller or larger. I don't suspect that the UI scaling will be a problem for most developers, but if you've been specifying the size of any elements using actual pixel dimensions for some reason it may cause issues. Google's best practices also note that apps will need to ensure that they reload assets such as bitmaps as necessary when the user changes the display zoom setting.

Google has also deprecated one permission and added another in Android N. The GET_ACCOUNTS permission is deprecated, and the OS will ignore apps requesting it that are built targeting Android N. There's also ACTION_OPEN_EXTERNAL_DIRECTORY, which is a new permission that applications can use to create folders for data storage without having to ask for full storage permissions. Keeping with Android's new permission model introduced in Marshmallow, the user will have to explicitly grant permission for this at the time it's requested.

With Android N comes a move to OpenJDK 8 as the Java platform implementation. With that, Google is noting that some behavior has changed, and developers relying on alternative implementations should be aware. Developers will likely be happy to see features like lambda expressions which can simplify much of the code for anonymous inner classes, along with other forms of functional expressions and some of the other features that were added in Java 8.

Finally, Google is reminding developers to stop using private APIs and native libraries that aren't part of the Android NDK. Devices will now put up an error message when this is detected, and I've already encountered Skype causing them on the Pixel C.

Multi-Window Support Initial Impressions
Comments Locked

124 Comments

View All Comments

  • Brandon Chester - Thursday, March 10, 2016 - link

    Swiping down from the top of the display to past the middle with two separate fingers is not very useful when you're holding the phone in one hand.
  • serendip - Thursday, March 10, 2016 - link

    Having used an iPad and a Windows 10 tablet with the split screen mode, I'm not convinced that it's useful on tablets smaller than 10". You end up getting squeezed layouts for both apps. It's better to have a single fullscreen app that shows data properly, even with the mental context switch needed when switching apps.

    I would prefer small applets that pop over the current app, like a quick chat window or a calendar view. That saves time instead of having to fire up another app.

    Maybe Google should map a button to go back to the previous app, like Alt-Tab. I have this custom config on my phablet with CM12 and it feels almost as fast as multitasking on a desktop OS.
  • Gobbmeister - Friday, March 11, 2016 - link

    Doesn't double tapping the overview button switch to the previous app like Alt-Tab in Windows?
  • serendip - Thursday, March 10, 2016 - link

    Horses for courses. I hate my Android tablet with a passion because Google hasn't done much to use all that screen real estate. My Windows 10 tablet is fast, has good battery life and runs desktop Windows programs - but the quality and number of Modern touch apps is seriously lacking. I use it mainly as a tiny laptop when I travel.

    My Android phablet is still my go-to device for 90% of my daily computing. I don't want splits screens on a small 5.5" screen but I do want a fast way of switching apps.
  • jospoortvliet - Friday, March 11, 2016 - link

    I can't speak for the WiFi API but removal of the API to notify of photos taken is pretty stupid. Say you use ownCloud and have it set to upload pictures you take to your server (almost everybody wants this - dropbox and Google Drive offer similar functionality). Now on Apple iOS there is no notification for this so apps have to use tricks like listening to GPS events instead and then check for new pictures - often checking while nothing is new, wasting power. On android there was no need to waste power: only upload what is new when you get notified. Why in $DEITY's name does Google think removal of this API will SAVE power?
  • jospoortvliet - Friday, March 11, 2016 - link

    I can't speak for the WiFi API but removal of the API to notify of photos taken is pretty stupid. Say you use ownCloud and have it set to upload pictures you take to your server (almost everybody wants this - dropbox and Google Drive offer similar functionality). Now on Apple iOS there is no notification for this so apps have to use tricks like listening to GPS events instead and then check for new pictures - often checking while nothing is new, wasting power. On android there was no need to waste power: only upload what is new when you get notified. Why in $DEITY's name does Google think removal of this API will SAVE power?
  • tuxRoller - Friday, March 11, 2016 - link

    Another big change they made is to include a jit along with the aot. The jit is used almost exclusively for gathering profile data during app usage so the aot can use pgo during downtimes. This is apparently something that is continually happening with an eye on two optimizations: execution efficiency and memory size.
  • UtilityMax - Saturday, March 12, 2016 - link

    The interest in tablets is so low because for most people, a tablet is their third device at best, after a notebook and a smartphone. Tablet is lousy for productivity work because with no keyboard, or with tiny keyboard, it's clumsy to work on. Yet, it's big enough that you won't carry it in your pocket all the time, like you can the smartphone. Even with better multitasking, I find it hard to believe that being able to split a small 8-10 inch screen into separate app areas will really find a killer application.

    For me, the number one tablet uses are web browsing, reading, or being a portable tv/streaming screen. And for those, the current apps seem to work pretty well (my favorites are adblock browser, uverse, netflix, and the MX Player).
  • Alexvrb - Tuesday, March 15, 2016 - link

    I don't think the scenario you're describing applies to everyone. But if you fall into such a category, why not use a 2-in-1 that covers both tablet and notebook usage?
  • Badelhas - Tuesday, March 15, 2016 - link

    I am very interested in Doze mode when the screen is off but not stationary but I guess I wont be seeing any of that on my aging but still great HTC M8...

Log in

Don't have an account? Sign up now