Top Banner
Android New Features & Best Practices Ramesh Akula Email: [email protected]
20

Android Best Practises

Apr 12, 2017

Download

Technology

Ramesh Akula
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: Android Best Practises

Android New Features & Best Practices

Ramesh AkulaEmail: [email protected]

Page 2: Android Best Practises

Outline

• Behavioural changes in Marshmallow & Nougat

• Firebase • Provide Better User Experience

Page 3: Android Best Practises

Marshmallow (6.0)• Runtime App Permissions• Fingerprint Sensors • Doze Mode• Now on Tap• Android Pay• USB Type-C

Page 4: Android Best Practises

Runtime App Permissions

Page 5: Android Best Practises
Page 6: Android Best Practises

Fingerprint Sensors

• With Android Marshmallow, Google has finally created a uniform standard for fingerprint sensors. That's good, because before Android Marshmallow, each manufacturer had its own software solution implemented into the system: uniform access to fingerprint sensors was therefore not possible.

Page 7: Android Best Practises

Doze Mode

• Google's crafty way of saving battery life is doze Mode.

• This feature will be activated when the screen is turned off. Hence, it will save upon more battery

Page 8: Android Best Practises

Doze Mode

Page 9: Android Best Practises

Google Now on Tap

Page 10: Android Best Practises

Android Pay

• With Android Pay, Android does not store your real payment data, such as credit card numbers, but creates a virtual number for each payment method, meaning your data is always protected

• When you combine it with Android Marshmallow's fingerprint scanning features, it looks as though this new mobile payment process is going to be more than capable of taking on Apple Pay

Page 11: Android Best Practises

USB Type-C• This feature is more related

to hardware than software, but in Android Marshmallow, Google has paved the way for the new USB standard: USB Type-C. With USB Type-C, you can use the USB connector in either direction inside the unit (it flips both ways), and use your smartphone to charge other, compatible devices. Expect to see this on a plethora of new smartphones and tablets in the future.

Page 12: Android Best Practises

Nougat (7.0)

• Multi Window• Notifications• Quick app switching

Page 13: Android Best Practises

Multi Window

• Split Screen is deservedly the highlight of Android Nougat. It’s almost like an app, floating around the screen.

• Android TV gets picture-in-picture mode, allowing user to continue watching their show in a smaller screen while performing another task

Page 14: Android Best Practises

Notifications

• User can just reply to an incoming message without navigating from the notifications.

• All messages from a specific messaging app are bundled together

• Users can long press a notification and choose whether to block them or display them.

Page 15: Android Best Practises

Design Library• Toolbar• NavigationView• Floating Action Button (FAB)• Snackbar• CoordinatorLayout• Bottom sheets• TextInputLayout

Page 16: Android Best Practises
Page 17: Android Best Practises

On-Boarding User Experience

Page 18: Android Best Practises

Firebase• Remote Config• Invite App• Deep Linking • App Indexing • Notifications (FCM)• Analytics

Page 19: Android Best Practises

Others

• Crash Reporting• Make content offline • On Boarding User experience

Page 20: Android Best Practises

Thanks