# Building a Pride Rainbow Easter Egg into the Over Android App 🏳🌈

DevFeed: [Building a Pride Rainbow Easter Egg into the Over Android App 🏳🌈](<https://devfeed.tech/articles/building-a-pride-rainbow-easter-egg-into-the-over-android-app-27882.md>)

Original publisher: [Read original article](<https://riggaroo.dev/building-a-pride-rainbow-easter-egg-into-the-over-android-app/>)

Author: Rebecca Franks

Published: 2021-06-13T09:39:08Z

Content type: tutorial

Language: en

Sources: [Rebecca Franks - @riggaroo](<https://devfeed.tech/sources/rebecca-franks-riggaroo.md>)

Topics: [OpenGL](<https://devfeed.tech/topics/opengl.md>), [Android](<https://devfeed.tech/topics/android.md>), [glsl](<https://devfeed.tech/topics/glsl.md>), [implementation](<https://devfeed.tech/topics/implementation.md>), [render](<https://devfeed.tech/topics/render.md>)

Tags: [android](<https://devfeed.tech/tags/android.md>), [glsl](<https://devfeed.tech/tags/glsl.md>), [guide](<https://devfeed.tech/tags/guide.md>), [implementation](<https://devfeed.tech/tags/implementation.md>), [opengl](<https://devfeed.tech/tags/opengl.md>), [pride](<https://devfeed.tech/tags/pride.md>), [rainbow](<https://devfeed.tech/tags/rainbow.md>), [render](<https://devfeed.tech/tags/render.md>), [ui](<https://devfeed.tech/tags/ui.md>)

## AI overview

This tutorial explains how the Over Android app implements a Pride-themed Easter egg: text containing selected LGBTQ+ terms changes a text-layer outline into an animated rainbow. It focuses on rendering the gradient bounding box with OpenGL, Android SurfaceView, and GLSL shaders.

## Source excerpt

This post originally appeared here on the GoDaddy Engineering blog. The Over App is a playground for creating beautiful content for social media. As developers on the app, we are often inspired by the pictures and videos that our users make. To inspire our users a bit more, we decided to create a small easter [...] The post Building a Pride Rainbow Easter Egg into the Over Android App 🏳🌈 appeared first on Rebecca Franks - @riggaroo.