Showing posts with label Nexus 6P. Show all posts
Showing posts with label Nexus 6P. Show all posts

Wednesday, October 19, 2016

Android 7.1.1 Nougat Developer Preview Now Available

You can try Android 7.1 later this month

Google has released Android 7.1.1 Nougat Developer Preview for a limited number of devices that includes the Nexus 5X, Nexus 6P, and Pixel C tablet. According to Google the Developer Preview will be available for other devices beginning in November.

If you are already signed up for the Android Developer Program then there isn’t anything else you need to do. The Developer Preview will become available to you, as long as you have the supported device(s) soon, as updates are provided as OTA releases. If you are not signed up, manually flashing the Android 7.1.1 Developer Preview is also an option (link provided below).


Android 7.1.1 brings a few welcomes changes such as app shortcuts by long press on an app icon and quick shortcuts will pop up, the new software also includes round icons, and a more advanced keyboard. To sign up for Android 7.1.1 Developer Preview hit the source link below. Let us know what you think in the comment section below.



Source: Android Developers Blog, Android Beta Program, flashing a device manually

Tuesday, August 23, 2016

Google Officially Releases Android 7.0 Nougat


Google has made the final version of Android 7.0 Nougat available to developers, phone makers, and select devices. Google released the first developer build of Nougat earlier this year and has been refining the platform ever since. Today Android 7.0 Nougat official moves out of beta. 

The next generation mobile operating system includes support for Vulkan to improve graphics performance for games, and also improves the Android runtime to speedier daily use. 

Nougat introduces file based encryption to better isolate and protect individual users. Android 7.0 Nougat offers seamless security updates that happen automatically in the background with no user action required. 

Google made improvements to the multitasking with multi window mode. Android 7.0 Nougat now shows the most recent seven apps and moves the "clear all" tool to the top of the screen to prevent accidental closings. 

Nougat overhauls notifications providing direct control over silencing certain types of notifications. The platform adds Unicode 9.0 for an expanded set of emoji. Last but certainly not least Android 7.0 Nougat adds direct support for virtual reality. 

Android 7.0 Nougat is available to the Nexus 6, Nexus 5X, Nexus 6P, Nexus 9, and Pixel C devices.


Source: Android

Wednesday, March 9, 2016

Android N Developer Preview Available Today


In a statement today via Google's Android Developers Blog... Today we’re happy to announce a Developer Preview of the N release of Android! We’re doing something a little different this year by releasing the preview early… really early. By releasing a “work in progress” build earlier in development, we have more time to incorporate developer feedback. Also, the earlier preview allows us to hand off the final N release to device makers this summer, so they can get their hands on the latest version of Android earlier than ever. We’re looking forward to getting your feedback as you get your apps ready for N.

Here are a few APIs and features we want to highlight which are available as a part of the Android N Developer Preview today, with more to come as we continue developing the release:


Multi-window - A new manifest attribute called android:resizableActivity is available for apps targeting N and beyond. If this attribute is set to true, your activity can be launched in split-screen modes on phones and tablets. You can also specify your activity's minimum allowable dimensions, preventing users from making the activity window smaller than that size. Lifecycle changes for multi-window are similar to switching from landscape to portrait mode: your activity can handle the configuration change itself, or it can allow the system to stop the activity and recreate it with the new dimensions. In addition, activities can also go into picture-in-picture mode on devices like TVs, and is a great feature for apps that play video; be sure to setandroid:supportsPictureInPicture to true to take advantage of this.

Direct reply notifications - The RemoteInput notification API, which was originally added for Android Wear, now works in N for phones and tablets. Using the RemoteInput API enables users to reply to incoming message notifications quickly and conveniently, without leaving the notification shade.

Bundled notifications - With N, you can use the Notification.Builder.setGroup() method to group notifications from the same app together - for example individual messages from a messaging app. Grouped notifications can be expanded into individual notifications by using a two-finger gesture or tapping the new expansion button.

Efficiency - We launched Doze in Marshmallow to save battery when your device is stationary. In N, Doze additionally saves battery whenever the screen turns off. If you’ve already adapted your app for Doze, e.g. by using the GCM high priority message for urgent notifications, then you’re set; if not, here’s how to get started. Also, we’re continuing to invest in Project Svelte, an effort to reduce the memory needs of Android so that it can run on a much broader range of devices, in N by making background work more efficient. If you use JobScheduler for background work, you’re already on the right track. If not, N is a good time to make that switch. And to help you out, we’re making JobScheduler even more capable, so now you can use JobScheduler to react to things like changes to content providers.

Improved Java 8 language support - We’re excited to bring Java 8 language features to Android. With Android's Jack compiler, you can now use many popular Java 8 language features, including lambdas and more, on Android versions as far back as Gingerbread. The new features help reduce boilerplate code. For example, lambdas can replace anonymous inner classes when providing event listeners. Some Java 8 language features --like default and static methods, streams, and functional interfaces -- are also now available on N and above. With Jack, we’re looking forward to tracking the Java language more closely while maintaining backward compatibility.


Get started
The N Developer Preview includes an updated SDK with system images for testing on the official Android emulator and on Nexus 6, Nexus 5X, Nexus 6P, Nexus Player, Nexus 9, and Pixel C devices.

This initial preview release is for developers only and not intended for daily use or consumer use. We plan to update the N Developer Preview system images often during the Developer Preview program. As we get closer to a final product, we’ll be inviting consumers to try it out as well.

We are also making it easier for you to try out N on your development devices with the new Android Beta Program. Starting today, you can update your Android devices to the developer preview of N and receive ongoing updates via OTA by visiting g.co/androidbeta.