Skip to content

Latest commit

 

History

History
44 lines (27 loc) · 2.62 KB

README.md

File metadata and controls

44 lines (27 loc) · 2.62 KB

Floating Windows on Android 4: Floating Window

This repository contains the source code for article Floating Windows on Android 4: Floating Window.


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