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

Understanding the Evolution: AI, ML, Deep Learning, and Gen AI

In the ever-evolving landscape of artificial intelligence (AI) and machine learning (ML), one of the most intriguing advancements is the emergence of General AI (Gen AI). To grasp its significance, it's essential to first distinguish between these interconnected but distinct technologies. AI, ML, and Deep Learning: The Building Blocks Artificial Intelligence refers to the simulation of human intelligence in machines that are programmed to think like humans and mimic their actions. Machine Learning, a subset of AI, empowers machines to learn from data and improve over time without explicit programming. Deep Learning, a specialized subset of ML, involves neural networks with many layers (hence "deep"), capable of learning intricate patterns from vast amounts of data. Enter General AI (Gen AI): Unraveling the Next Frontier Unlike traditional AI systems that excel in specific tasks (narrow AI), General AI aims to replicate human cognitive abilities across various domains. I...

Normalization of Database

Database Normalisation is a technique of organizing the data in the database. Normalization is a systematic approach of decomposing tables to eliminate data redundancy and undesirable characteristics like Insertion, Update and Deletion Anamolies. It is a multi-step process that puts data into tabular form by removing duplicated data from the relation tables. Normalization is used for mainly two purpose, Eliminating reduntant(useless) data. Ensuring data dependencies make sense i.e data is logically stored. Problem Without Normalization Without Normalization, it becomes difficult to handle and update the database, without facing data loss. Insertion, Updation and Deletion Anamolies are very frequent if Database is not Normalized. To understand these anomalies let us take an example of  Student  table. S_id S_Name S_Address Subject_opted 401 Adam Noida Bio 402 Alex Panipat Maths 403 Stuart Jammu Maths 404 Adam Noida Physics Updation Anamoly :  To upda...

How to deal with a toxic working environment

Handling a toxic working environment can be challenging, but there are steps you can take to address the situation and improve your experience at work: Recognize the Signs : Identify the specific behaviors or situations that contribute to the toxicity in your workplace. This could include bullying, harassment, micromanagement, negativity, or lack of support from management. Maintain Boundaries : Set boundaries to protect your mental and emotional well-being. This may involve limiting interactions with toxic individuals, avoiding gossip or negative conversations, and prioritizing self-care outside of work. Seek Support : Reach out to trusted colleagues, friends, or family members for support and advice. Sharing your experiences with others can help you feel less isolated and provide perspective on the situation. Document Incidents : Keep a record of any incidents or behaviors that contribute to the toxic environment, including dates, times, and specific details. This documentation may b...