/NoteKeeper

Note taking app following Pluralsight course. Made in Kotlin instead of Java.

Primary LanguageKotlin

NoteKeeper

Note taking app from Pluralsight course. Made in Kotlin instead of Java.

What I Learned

How to :

  • Create a library
  • Use BroadcastReceiver
  • Use JobIntentService
  • Create a custom view
  • Use a ContentProvider
  • Use StrictMode to check thread safety
  • Create and manage a SettingsActivity with Preferences