Changes

Jump to: navigation, search

Implementing an Android Navigation Drawer in Kotlin

1 byte added, 18:28, 27 November 2017
Responding to Drawer Item Selections
    return true
}
</pre>
If it is appropriate to do so, and as outlined in the above example, it is also important to close the drawer after the item has been selected.

Navigation menu