Build It Bigger (2016)

Joke telling Android app

This is Android Developer Nanodegree project, which is introducing to the nuances of paid/free flavors, Ads integration and focusing on app deployment, distribution rather than development itself.

I have used Gradle to build a joke telling app that has both a free and paid version. This included factoring functionality into libraries as well as using build flavors to modularize the construction of each variant of the app. I also configured a Google Cloud Endpoints development server to supply the jokes and integrated AdMob using different ad formats. App was developed for self training purpose.

 

Android Developer Nanodegree is official Android developer training program co-created by Google and Udacity. For intermediate programmers pursuing Android mastery, this program teaches the tools, principles, and patterns that underlie all Android development.

 

Skills developed

  • Java, Gradle, Google Cloud, AdMob, Android Studio, Git/GitHub