Creating an Overflow Menu on Android
October 17, 2013
During my CodeRage 8 session I talked about creating an Action Bar with an Overflow menu, so I wanted to provide some step-by-step instructions.
On Android, an Action Bar is atop(or top and bottomaligned) toolbar that is segmented into 4keyfunctional areas. One of those functional areas is an Overflow menu.
The ‘Overflow’ popup menu is commonly used for additional…