D
D
doq2016-04-14 18:13:43
Android
doq, 2016-04-14 18:13:43

How to implement such a list?

Hello! It is necessary to lay out the list as in the picture. What is the name of the list view with letter icons on the left (for example, as in the Inbox application)? And where can you find examples? Thanks to all)
fd8200c8a6b5441b9291c4cc93c9edf1.gif

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Andrey Myvrenik, 2016-04-14
@gim0

This (like any custom list) can be implemented using RecyclerView . Examples are easily searched for, for example this one . In fact, this is a Shape and on top of it a TextView with a customized font size. In the onBindViewHolder adapter method for the element, you set the TextView text to a letter as you wish.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question