Skip to content

Łukasz Ławicki

  • home
  • photos
  • about me
  • contact
×
Uncategorized

How to open another app or store in Xamarin

Posted on March 8, 2022March 6, 2022 by Łukasz Ławicki

“Find my” app on iPhone would like to open “Apple maps” to navigate to search item. If you don’t have […]

Continue reading
Development Productivity

How to quickly open SQLite database on iOS simulator?

Posted on November 2, 2019November 2, 2019 by Łukasz Ławicki

Did you ever wonder how to open SQLite database on iOS simulator? If yes, then you probably googled “how to […]

Continue reading
Development Productivity

CI/CD for Xamarin with Azure

Posted on October 7, 2019December 11, 2019 by Łukasz Ławicki

In one of my articles, I had described the process of setting up CI for Xamarin with Bitrise. Now, after […]

Continue reading
Development

Xamarin.iOS – Enhanced.UIButton

Posted on May 20, 2019June 17, 2019 by Łukasz Ławicki

Every then and now I am having a task of implementing a custom button. Often they are pretty simply having […]

Continue reading
Development

Sectioned UICollectionView with MVVMCross

Posted on February 18, 2019June 17, 2019 by Łukasz Ławicki

Recently I was asked to implement CollectionView with sections on Xamarin.iOS. In that project, we were using MVVMCross. I knew […]

Continue reading