January 09, 2017
#xamarin
#ios
Do you know the Meetup app? Meetup is a social network designed to facilitate offline group meetings. Why am I talking about it? Just to introduce the subject. What I want to talk about today is how to create a clickable title like the Meetup app for iOS in an app developed with Xamarin.Forms.
January 08, 2017
#xamarin
When we start developing software, it's normal to draw inspiration from an existing idea. It could be a well-designed screen, a great user experience, or a successful case study.
December 04, 2016
#xamarin
Hi, I'm back! Today I'm going to talk about a situation I faced this week and had to come up with a solution. I'm going to talk about double clicking on mobile navigation (if we can call it that).
June 02, 2016
#xamarin
I was at TDC Florianópolis 2016 which took place on May 11, 12, 13 and 14, with the lecture Xamarin.Forms and the problems you should avoid. Those interested, the slides can be found on Speaker Deck.
April 27, 2016
#xamarin
#android
When using TableView in Xamarin Forms, we have some options for elements, such as TextCell, ImageCell, SwitchCell, EntryCell. These elements are referred to as built-in cells. In this article, we'll talk a bit about ImageCell.