Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 609 Bytes

README.md

File metadata and controls

19 lines (16 loc) · 609 Bytes

Confucius

In this Android app the user can read inspirational quotes shown in a random order, share them, save the favorites into a list and receive daily notifications with a random quote.

Features and UI:

  • Navigation between pages using arrows or swiping / clicking the quotes;
  • Storing the favorites in the list;
  • Sharing the quotes from both the main screen and from the favorites list;
  • Daily notifications with a random quote (can be turned on / off).

Implementation:

  • Kotlin;
  • RecyclerView;
  • Retrofit;
  • Coroutines;
  • NotificationManager;
  • AlarmManager;
  • TimePickerDialog;
  • AlertDialog.