app / me.argraur.notes / MainActivity

MainActivity

class MainActivity : AppCompatActivity, NoteObserver

MainActivity. Shows previews for already saved notes

Constructors

<init>

MainActivity. Shows previews for already saved notes

MainActivity()

Functions

onCreate

Creates Notes view and defines addNote fab action

fun onCreate(savedInstanceState: Bundle?): Unit

onNotesChanged

Called when mNotes of NoteManager was changed Creates and updates RecyclerView

fun onNotesChanged(mNotes: Array<Note>?): Unit