Skip to main content

Android Pie update all new features Digital Well-being, Battery Optimization, new gestures

Android's new update Android Pie new features

Google has just released the final and stable version of android 9.0 "Pie". Google has finally named this update as "Pie" after so much debate.

Android Pie rolls out today to Google's own Pixel phones.As for when the update will hit other Android phones, that's a giant question mark as always.

Google says devices that were a part of the developer preview program—those from Sony, Xiaomi, Oppo, OnePlus, Essential, and more—along with some Android One phones, will get the new software in the fall. Others will get the new OS sometime "this year." Whenever Android Pie shows up on your phone, here are five new things to look for. 

There are some awesome specifications that need to be highlighted. Such as following.

Awesome Gesture
In android's new update, three navigation buttons are replaced by a single pilled shaped navigating button. by long pressing that button will pop-ups google assistant. Swipe up from it and it will bring you to the latest app you were using. you can scroll horizontally through all of your open apps. You can also swipe horizontally on the new icon itself to swipe through open apps. Swipe up from the icon again and it will bring you to your app drawer. Tap on it and it will bring you home.

Battery optimization with AI

Google says it collaborated with Alphabet's DeepMind team in London to build this feature.  It's supposed to prioritize your favorite apps and put more limitations on the phone's resources for the apps you use less frequently. Puts less limitations on the apps that you are frequently using. Google says that all of the machine learning is happening on the device itself and not in the cloud. 

Background Tasks


The software update "restricts access to mic, camera, and all SensorManager sensors from apps that are idle," the company said around the time that the new OS was first announced. This means that once the app switches to "background" status—you're no longer using it—that app will lose access to your phone's mic, and if an app tries to access your camera, an error message is generated. Google has created a separate permissions category, called Call_Log, that requires developers to ask explicit permission to access users' call logs, rather than lumping it all into a single "Phone" permissions group.

Digital Well-being

Google's new "digital well-being" software is the only part of the Android Pie OS that will still be in beta for a while longer. This latest software release includes a sign-up flow where people can now enroll in the well-being beta, but again, these features will officially launch in the fall. Also: It will only work on Pixel phones to start. it's Google's initiative around limiting the amount of time you spend mindlessly scrolling on your phone. It may seem counterintuitive for a company that makes a smartphone operating system (and smartphone hardware) to encourage people to put their handsets down.

Comments

Popular posts from this blog

Comparison between MediaTek Helio G90T and Snapdragon 665 || MediaTek Helio G90T vs Snapdragon 665 Processors

MediaTek Helio G90T vs Snapdragon 665 Processors In this article we are going compare two powerful processors MediaTek Helio G90T and Snapdragon 665 so lets get started. Both MediaTek Helio G90T and Snapdragon 665 are powerful mid-range processor by their respective manufactures. The brand new smartphone Redmi note 8 pro from Xiaomi uses MediaTek Helio G90T chipset and Redmi Note 8 also from xiaomi uses Snapdragon 665 chipset. CPU:- MediaTek Helio G90T uses  Octa-core (2x 2.05 GHz Cortex-A76 6x 2.0 GHz Cortex-A55 2.0 GHz) CPU where Snapdragon 665 uses  Octa-core (4x2.0 GHz Kryo 260 Gold (A73) & 4x1.8 GHz Kryo 260 Silver (A53)) CPU. Here CPU of MediaTek Helio G90T looks more efficient and powerful than Snapdragon 665 CPU GPU:- MediaTek Helio G90T chipset comes with  Mali-G76 3EEMC4 @800 MHz, HyperEngine, Quad-Core GPU which supports company’s Hyper Vision Gaming technology for better and enhanced gaming experience. where Snapdragon 665 has  Ad

Using FireBase and AdMob in android application || How to use google Admob and google firebase

Using FireBase and AdMob FireBase :- Firebase helps you build better mobile apps.   FireBase Is :- Firebase is a technology that permits you to make web applications with no server-side programming so that development turns out to be quicker and easier. With Firebase,  we don't have to stress over-provisioning servers or building REST APIs with just a little bit of configuration; we can give Firebase a chance to take every necessary step: storing data, verifying users, and implementing access rules.  Use/Need Of FireBase :- The great thing about Firebase is how easy it is to deploy multiple services in an app, and how those services can work together. Easy configuration and implementation of building blocks like real-time storage, crash reporting, and authentication can take weeks off an app's time to market.  Benifits Of FireBase :- Firebase Real-time Database  Firebase Authantication  Firebase Storage  Firebase Crash Report  Firebase App Indexing  Firebase Analy

How to develop android applications || Best Ways To Develop Android Applications

Best Ways To Develop Android Applications Many programmers will tell you that some of the biggest mistakes they’ve made have been through trial and error. It’s true— development is a skill that takes time and practice. As Android developers improve their skills over time, they’ll make fewer and fewer mistakes, leading to cleaner code, software that performs better, and fewer bugs. It’s all part of the learning curve. However, even an experienced developer can benefit from reviewing some of the best practices that Google lays out for Android projects. To help you start your Android app project off on the right foot, here are a few tips and best practices to consider. LEARN XML AND JAVA Extensible markup language (XML) is a markup language that’s the foundation for the Android user interface (UI) and elements. Java is the back end coding language platform, and its used with binding functionality with your XML layout. For developers used to binding elements even in we