Question

I'm trying to create a design for a list that looks like (and mostly behaves like) the call log, like shown here:
ImageHost.org http://i.imagehost.org/0374/android_consistency.jpg

I don't need all the design, but what I'm trying to achieve is the two-columned design with the splitter in-between, and the behavior that if I click on the main item (the left part) one thing happens (in this case, you open some details about the call), and if you press the outer right part something else happens (you call the contact).

I'm pretty new to android, but I've managed to do most of the designs I wanted so far, so I don't need the entire layout for this one, only the part that does the splitting and the splitter. And if possible it would be nice to know how to map the clicks appropriately, though I think I might be able to find that out by my self.

Was it helpful?

Solution

I would read the android's source code. Check this repo.

You have the Call log's source code there.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top