Skip to content

Latest commit

 

History

History
40 lines (22 loc) · 1.45 KB

File metadata and controls

40 lines (22 loc) · 1.45 KB

Learn Android Application Development

A basic java/kotlin app that:

  • read inputs (task),
  • store data in database,
  • display it in a list.
Light mode version Dark mode version
light-mode-version dark-mode-version

A simple calculator app for Android using MVVM and the Factory Design Pattern to choose the right operation.

calculator app

Hilt is a dependency injection library for Android that reduces the boilerplate of doing manual dependency injection in your project.

This is a simple app with Hilt. In this app we:

  • Insert items to database on app startup.
  • Fetch database items and display them in a text.

A simple android app using Jetpack Compose that count the number of a button click.

basic jetpack compose app

Contribute

To contribute to this project, please read the CONTRIBUTING.md file before submitting a pull request.