Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 1.06 KB

README.md

File metadata and controls

25 lines (21 loc) · 1.06 KB

Android Mobile App Development

List of Project

Unit Converter Application

  • Application that displays the input weight in kilogram in pounds.

Greetings Application

  • Application that inputs a name and displays it on the Toast Message.

Counter Application

  • Application that displays the number of count how many times a button has been pressed.

Video Player Application

  • Application that stores a video from memory and plays a video streaming from url with the control functions using MediaPlayer library.

World Cup Application

  • Application that displays information about 6 teams and their World Cup victories in a Recycler View, Country Model, Custom Adapter.

Vaccines Application

  • Application that displays dieseases and their images using Recycler View, Vaccines Model, Custom Adapter.

Contacts Manager

  • Application that uses SQLite Database to create and display a Contact Form that stores Name and Email of a User.
  • Refactored the Application from SQLite to ROOM.

Technologies Used

  • SQLite
  • ROOM Database
  • Android Jetpack