husaynhakeem / AndroidQ-Playground

Sample Android application to learn new Android Q features

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AndroidQ Playground

This is a sample Android application to learn new Android Q features.

Features

  • Sharing shortcuts

Direct share on steroids! Sharing shoartcuts is a feature that lets users jump directly into another app to share content. Learn more about it here.

alt text

  • Settings panel

A floating UI that shows system settings directly in the context of an app by taking advantage of the Slices feature. Currently the invokable settings are internet connectivity, NFC, and audio volume.

alt text

  • Location permission

Users now have more control over when apps can get access to device location. When an app running on Android Q requests location access, users are prompted with a dialog which allows the, to grant location access to two different extents: while in use (foreground only) or all the time (foreground and background).

alt text

About

Sample Android application to learn new Android Q features


Languages

Language:Kotlin 95.3%Language:Java 4.7%