Working Application

Video is muted as to avoid any copyright issue.




Birthday Wishing Android Application

Java Android world is quite amazing and here we will be deep diving into creating a Simple Android Application that can act as both a friendly Android Project and a Nice Surprise for a friend. The Best Way to greet your best friend is to create an Android Application that will wish him “Happy Birthday” on your behalf, unlike other boring messages.

This is a beginner-friendly Android Application focusing on the initial stage when you just started to learn Android Studio, its components, Front-end XML, Java Backend, etc. We will learn the basic usage of MediaPlayer, and ImageView in Android Studio.

Prerequisites:

  1. Understanding of Java.
  2. Android Studio Installed.
  3. Basic knowledge of Android Studio with Java.

Similar Reads

Creating Application in Android Studio

Step 1: Power up your Android studio and create a new project with empty Views activity....

Preparing and Adding the Resources to Application

Before making the frontend, please be ready with these resources which are available freely on the internet....

Preparing Front-End of the Application

The Front-End of the application will be written in XML. It is the default language of front-end in android studio. We will integrate all the image files with text to make our frontend user friendly....

Adding Back-End to the Application

It is pretty self-explanatory what each button is meant to do. So, let’s direct dive into the logic of how it would be implemented in MainActivity.java file. The MainActivity.java file is the backend code for the Front-End. It defined the behavior of the buttons when clicked and how the audio files will play....

Working Application:

Video is muted as to avoid any copyright issue....