I'm currently writing an app and it's been suggested I try a square list with tiles instead of a standard list. I've included an example mock up underneath of what it could look like. I'm relatively new to android and can't quite get my head around how I could do it.
Any help is much appreciated. Thanks!
You would have to use a 2 column GridView.
Assuming you have some model for an Alarm.
You will have to create a custom layout to be used in the GridView
And create an adapter, just like you would when using a listview
The activity simply contains a grid view, with the number of columns 2 and vertical/horizontal spacing 0
And finally, in the activity(or fragment):
Result: