Google finally announced the next version of its OS: Android 5.0 Lollipop
by [email protected] · October 16, 2014
Google has officially announced Android 5.0 Lollipop. Google previewed Lollipop simply known as Android L at Google I/O.
Over 5,000 developer APIs have been released alongside the updated OS, and of course, users will begin to see ‘Material Design’ take over their devices through applications and system settings. Android 5.0 will come pre loaded on the Nexus 6 and Nexus 9.
Lollipop’s New features are -
- Visual Enhancements & User Interface Changes – Material Design
- More fluid animations
- Cleaner design with a bolder color palette
- Revamped multi tasking menu
- 5,000 new APIs for developers
- New notification controls to limit alerts
- New battery saver mode
- Protection against resetting the phone to factory defaults
',
enableHover: false,
enableTracking: true,
buttons: { twitter: {via: ''}},
click: function(api, options){
api.simulateClick();
api.openPopup('twitter');
}
});
jQuery('#facebook').sharrre({
share: {
facebook: true
},
template: '
{total}
',
enableHover: false,
enableTracking: true,
click: function(api, options){
api.simulateClick();
api.openPopup('facebook');
}
});
jQuery('#googleplus').sharrre({
share: {
googlePlus: true
},
template: '
{total}
',
enableHover: false,
enableTracking: true,
urlCurl: 'https://telenews.in/wp-content/themes/hueman/js/sharrre.php',
click: function(api, options){
api.simulateClick();
api.openPopup('googlePlus');
}
});
jQuery('#pinterest').sharrre({
share: {
pinterest: true
},
template: '
{total}
',
enableHover: false,
enableTracking: true,
buttons: {
pinterest: {
description: 'Google finally announced the next version of its OS: Android 5.0 Lollipop',media: 'https://telenews.in/wp-content/uploads/2014/10/android-5.0-lollipop.jpg' }
},
click: function(api, options){
api.simulateClick();
api.openPopup('pinterest');
}
});
});