So here I am learning Android.
I know there is plenty of tutorials on how to make call logs out there. But I'm planning on doing one also, but with the opportunity of calling someone by pressing the on object item.
So I was wondering on how to create this.. Make a list (ListView) out of the call log. Was thinking from this example: http://sunil-android.blogspot.se/2013/09/call-logs-in-android.html . And attach a listener on every item in the log list (I think I do this by just attach it on the list itself?). When pressing an item, make a call to the number attached to the item.
My question: How can I make a call to the favoured item by pressing on it?