This post assumes, you are an experienced developer who wants to get started with the latest version of Android.
Android O is not a huge update to the OS and application framework like M but it still has many useful features for both developer and an user.
Android O has focus on below areas.
Android O notification changes includes more easy and manageable way to manager your notification behavior and settings. It includes:
Picture-in-Picture(PIP): PIP is a type of multi-window mode. This allows you to show kind of video which you playing with the media player component and show it in a small corner of the screen, rest of the screen is in active, user can navigate between apps whilst video will keep running.
Visual adaption for different devices:
Adaptive launcher icon feature allows to display a verity of shapes across different devices. Having said this, an adaptive launcher icon can display a round shape on OEM devices whilst a rectangle shape on other devices.
To create adaptive icon in xml, you need to create a drawable files and use below codes
Now you need to use this resource in AndroidManifest.xml inside application roundIcon properties.
Battery Life: One of the most important focus of Android O feature is Battery Life. In this version Google has targeted background services. Earlier we could setup a background services for listening for system broadcast messages. Now you need to use JobScheduler API for these kind of task. you now don't need to listening for the message constantly instead jobScheduler will be fire on periodically.
Setting app reorganized: Setting app has been reorganized. There is new suggestion section at the top of the Setting app where popular setting appears.
Android O is not a huge update to the OS and application framework like M but it still has many useful features for both developer and an user.
Android O has focus on below areas.
- Notification redesigned
- Picture-in-Picture(PIP)
- Visual adaption for different devices
- Battery life improved
- Setting app reorganized
Android O notification changes includes more easy and manageable way to manager your notification behavior and settings. It includes:
- Notification Channel: Notification channel allows you to create user customizable channel for each type of notification you wanna display. A single application can have multiple channel, a separate channel for each type of notification you wanna display. Having said this, you can create s separate channel for audio & image notification. User can disable specific notification channel instead of disabling all notification for the app.
- Notification Badges: Android O provides support for displaying notification badge on application icon. Notification badge contains all the notification for which user has not reacted yet. User can long press on the icon to show all the notifications.
- Notification Timeout: You can set a timeout in a notification by using setTimeoutAfter() method.
Picture-in-Picture(PIP): PIP is a type of multi-window mode. This allows you to show kind of video which you playing with the media player component and show it in a small corner of the screen, rest of the screen is in active, user can navigate between apps whilst video will keep running.
Visual adaption for different devices:
Adaptive launcher icon feature allows to display a verity of shapes across different devices. Having said this, an adaptive launcher icon can display a round shape on OEM devices whilst a rectangle shape on other devices.
To create adaptive icon in xml, you need to create a drawable files and use below codes
<adaptive-icon> <background android:drawable="@color/ic_background"/> <foreground android:drawable="@mipmap/ic_foreground"/> </adaptive-icon>
Now you need to use this resource in AndroidManifest.xml inside application roundIcon properties.
<application android:icon="@mipmap/ic_launcher" android:roundIcon="@mipmap/ic_launcher_round"> </application>
Battery Life: One of the most important focus of Android O feature is Battery Life. In this version Google has targeted background services. Earlier we could setup a background services for listening for system broadcast messages. Now you need to use JobScheduler API for these kind of task. you now don't need to listening for the message constantly instead jobScheduler will be fire on periodically.
Setting app reorganized: Setting app has been reorganized. There is new suggestion section at the top of the Setting app where popular setting appears.
mobile app development for car wash
ReplyDeleteHeyy THANK YOU for sharing the information .
ReplyDeleteIf you want to develop an app or website you can contact us on https://www.appmonks.net/