Skip to content

Basic project setup

Sebastian requested to merge basic-project-setup into main

I created the basic app and:

  • added a launcher icon, nothing to take too seriously, I just thought it's nice to have an icon prototype right from the start and easily identifiable among the set of apps installed on the device,
  • added a foreground service which gets launched at application startup and displays a dummy notification,
  • configured dagger and added a component and some view model to see that it's working

Merge request reports