Skip to main content

The 10 things you really, really should know about Android Lollipop


For the rest of the folk in the world Google has said it will be available for theNexus 4, 5, 7, 10 and Google Play edition devices 'in the coming weeks' - so some users should be seeing it show up come November, if not before.
HTC has already been in contact, giving the following statement about its forthcoming upgrade to Android Lollipop (formerly known as Android L):
"HTC is excited about the new features in Android L and we can't wait to share them with our customers. We are committed to updating our flagship HTC One family as fast as possible.
"We will begin rolling out updates to the HTC One (M8) and HTC One (M7) in regions worldwide within 90 days of receiving final software from Google, followed shortly thereafter by other One family members and select devices."
Motorola has also confirmed that Android Lollipop will be hitting the Moto Xat some point and OnePlus has committed to bringing it to the OnePlus Onewithin three months of Google releasing a final build.
Of course, what would a new Android OS launch be without new hardware from the Silicon Valley-company itself? To satiate our sweet tooth Google has announced a new Nexus 6 phone built in collaboration with Motorola andNexus 9 tablet designed with HTC to accompany Android L's release.
Head on over to our Android 5.0 Lollipop release date article for full and up to date information on each manufacturers Android Lollipop release schedules.
If you're wondering about how much this update will cost the good news is Android 5.0, like all previous updates, is free.

Android Lollipop Material Design

The big news for Android Lollipop is the change to the way it looks - and it's going well beyond the mobile phone to the tablet, TV screen, watch and even the car.

The new Material Design is strange in that it bucks a trend at the moment - yes, it's flat, but it's heavily based on making every animation, every ripple, every shadow look real, which is something that most brands are shying away from.
Google tells us that this feels more intuitive, which means that there will be shadow gradients, 3D tiles that slide over one another and most importantly: access for developers to use this for themselves on their apps.
The idea is obvious: remove the fragmented way Android looks and bring consistency to the app world no matter what device you're on. Google intends to create an expansive ecosystem that will allow you to start a song on one device, move to another room, pick up a separate Android device and continue right where you left off.
The Roboto font has been updated too, so everything from watch to TV to mobile looks the same.
Every animation on screen will be allowed to connect to one another - so there's no 'teleportation between apps'. The home, back and multi-tasking window buttons on Android 5.0 have been refined too, and overall, this is a massive step forward for a cleaner, more intuitive-looking version of Google's mobile platform.
To get a taste of Material Design now just head on over to the Play Store on an Android device, as the material design update is currently rolling out for it and the Google Chrome app.

Notifications and lock screen

Notifications on Android Lollipop are getting an overhaul, so only the more relevant information about your apps is being presented.
You can even adjust the OS to display notifications from the most important people and apps during the evening hours or an important meeting. The notification panel is being merged with the lockscreen so you can see what's going on as you pick up the phone, and a simple swipe up takes you into the phone.
Imagine that the lockscreen is similar to the notifications panel now, and you're pretty much there.
Android Lollipop will also learn from you, working out what you look at and interact with more often to prioritise that notification.
Another big change is that notifications will flow over the screen at the top - get a call when you're playing a game and it will pop up at the top, asking if you want to take it. This will likely be the same with messages etc too, meaning less intrusion at the wrong times.
The lockscreen on Android 5.0 is getting smarter as well - if you've got a specific location set up, or are wearing a Bluetooth device, the phone will recognise you and unlock without a PIN.
Move away or take your watch off and you'll need to tap or swipe in a code when you unlock - or you can even use your voice.

Comments

Popular posts from this blog

Ghosting

Ghosting is to cease communications without notification. The use of the word "ghost" as a verb originated in social media in reference to dating, but the term is now used by employers to describe employees and potential employees who suddenly disappear. Typically, ghosting is used to describe: Job candidates who suddenly stop responding to messages. New hires who fail to show up for their first day of work. Employees who do not show up for a shift. Employees who leave work in the middle of the day and never come back. Some analysts blame ghosting on millennial entitlement. The reasoning is that members of the millennial generation have been brought up to feel they are special -- so special, in fact, that they do not need to follow conventional rules of behavior. Other analysts, however, maintain that ghosting behavior stems from changes in the job market and the phenomenon is simply a reflection of the laws of supply and demand in a healthy jo...

Data deduplication

Data deduplication -- often called intelligent compression or single-instance storage -- is a process that eliminates redundant copies of data and reduces storage overhead. Data deduplication techniques ensure that only one unique instance of data is retained on storage media, such as disk, flash or tape. Redundant data blocks are replaced with a pointer to the unique data copy. In that way, data deduplication closely aligns with incremental backup, which copies only the data that has changed since the previous backup. For example, a typical email system might contain 100 instances of the same 1 megabyte (MB) file attachment. If the email platform is backed up or archived, all 100 instances are saved, requiring 100 MB of storage space. With data deduplication, only one instance of the attachment is stored; each subsequent instance is referenced back to the one saved copy. In this example, a 100 MB storage demand drops to 1 MB. Target vs. source deduplication Data deduplica...

A Graphics Processing Unit (GPU)

A graphics processing unit (GPU) is a computer chip that performs rapid mathematical calculations, primarily for the purpose of rendering images. A GPU may be found integrated with a central processing unit (CPU) on the same circuit, on a graphics card or in the motherboard of a personal computer or server. In the early days of computing, the CPU performed these calculations. As more graphics-intensive applications such as AutoCAD were developed; however, their demands put strain on the CPU and degraded performance. GPUs came about as a way to offload those tasks from CPUs, freeing up their processing power. NVIDIA, AMD, Intel and ARM are some of the major players in the GPU market. GPU vs. CPU A graphics processing unit is able to render images more quickly than a central processing unit because of its parallel processing architecture, which allows it to perform multiple calculations at the same time. A single CPU does not have this capability, although multi...