Open top menu





Introduced Latest Android Version(8.0 Oreo).


The Android Oreo Luanch latest Android(8.0) version.Oreo smarter ,faster,and more powerful.Android 8.0 (API level 26) introduces a variety of new feature and capabilities for users and developers.


1.       Picture-in-Picture mode:-PIP is a special type of multi-window mode mostly used foe video playback.

2.       Notifications:-
(a)    Notification channels:- that’s allow you to create a user-cutomizable channel foe each type.of notification you want to display.
(b)   Notification dots:-Displaying dots,or badges ,on  app launcher icon.
(c)    Snoozing:-Which causes them to disapper for a priod of time before reappering.
(d)   Notification timeout:-you can set a time when creating a notification using SetTimeoutAfter().
(e)   Notification settings:-you can call setSettingTExt() set to the text.that appers when you create alink to your apps notification settings .
(f)     Notification:-User can dismiss notification themselves,and apps can remove them programmatically.
(g)    Background Colors:- you can set and enabled a background color for a notification.
(h)   Messaging style:- Use the MessagingStyle class diplay more content in teir collapsed form.
3.       Autofill Framwork:- User can save time filling out forms by using autofill in their devices.filling forms , such as account and credit card forms, easier with the introduction of the autofill framework.

4.       Downloadable fonts:-Android support Library 26 introduce support for api to request fonts from a provide application instead of bundling files into tha apk or letting athe apkdownload font.

5.        Shortcuts Pinning:-you can create Pinned shortcuts. Unlike static and dynamic shortcuts, pinned shortcuts appears in supported launchers as seprate icon.

6.       Webview feature:-Android provides several Apis to help you manage the Webview Objects that display web content in your app.

7.       Fontin XML:- introduced a new feature, fonts in XML.you can add the Font File in the res/font/   folder to bundle fonts as resoures. Thes fonts are compiled in your R file and are Automatically Available in Android Studio.

8.       Adaptive icon:-Introduces adaptive launcher icons, which can display a varity of sahpes across different device models. For Example an adaptive launcher icon can display a circular shape on one OEM device and display a squirecle o another device. Each device OEM provide a mask. Which the system then used to render all adaptive icons with same shape.

9.       Wide-gamut color:- To allow conversion between color spaces, this implementation uses the CIE XYZ profile connection space(PCS).

10.    Multidisplay Support:-the platform offers enhance support for multiple daiplays.if an activity support  multi-window mode and is running on a dvice with multiple display,users can move the activity from one display to another.

11.   Autosizing TextView:- you can set the size ofyour text expand or contract automatically based on the size of the textView. This means, it is much easier o potimize the text size on different screens or with dynamic content.
















Tagged

0 comments