vaclavhodek / quicknote_1

The source code for Floating Windows on Android 1: Jetpack Compose & Room

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Floating Windows on Android 1: Jetpack Compose & Room

This repository contains the source code for article Floating Windows on Android 1: Jetpack Compose & Room.


Intro

Have you ever wondered how to make those floating windows used by Facebook Heads and other apps? Have you ever wanted to use the same technology in your app? It’s easy, and I will guide you through the whole process.

I'm the author of Floating Apps; the first app of its kind on Google Play and the most popular one with over 8 million downloads. After 6 years of the development of the app, I know a bit about it. It’s sometimes tricky, and I spent months reading documentation and Android source code and experimenting. I received feedback from tens of thousands of users and see various issues on different phones with different Android versions.

Here's what I learned along the way.


How To Use

  1. Clone the repository.

  2. Open it in Android Studio. As of now, the Canary version is necessary because of Jetpack Compose.

  3. Run the app.


Stay Tuned

Eager to learn more about Android development? Follow me (@vaclavhodek) and Localazy (@localazy) on Twitter, or like Localazy on Facebook.


The Series

About

The source code for Floating Windows on Android 1: Jetpack Compose & Room


Languages

Language:Kotlin 100.0%