Categories
android opengl ui

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

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 […]

Categories
android kotlin opengl studio

Language Injections in Android Studio / IntelliJ IDEA 💉

Android Studio is a powerful IDE with a multitude of features that I’ll probably never discover. However, when I do discover a feature of the IDE that I’ve been dreaming about, I get irrationally excited about it (and often times write a blog post such as this one). One feature that really piqued my interest […]

View post to subscribe to site newsletter.

Categories
android opengl

Resources for Learning OpenGL  -  An Android Developers Guide

In 2018, I started my journey of learning OpenGL, we were migrating our app from using the Android Canvas system to using the more flexible (but indeed more complex) OpenGL ES. OpenGL ES is a cross-platform graphics API that specifies a standard software interface for 3D graphics processing hardware. OpenGL allows you to build interesting […]