Whatsapp application for Windows Phone 8.1 is a Silverlight App.
Thing is I would like to know how did they list the entire Contact List in the "ALL Contacts" tab. Its too fast to fetch the entire data programmatically, so i am assuming they are using a contact picker to do this. The favorite tab is a private contact store I guess but thats normal.
But it is possible to put a contact picker object inside a xaml page? Like putting my header and some buttons then the ContactPicker?