Skip to content

Learn Mobile Development

Alamgeer's Blog

Menu
  • Home
  • Privacy Policy
Menu

Author: Learn Mobile Development

UniformItemsLayout in MAUI

How to use UniformItemsLayout in MAUI

Posted on December 21, 2022January 18, 2023 by Learn Mobile Development

UniformItemsLayout in MAUI Community Toolkit is a layout where all rows and columns will have the same size. UniformItemsLayout is similar to Grid. For positioning the child in a particular cell we no need to specify row and column index in UniformItemsLayout like in Grid, It will automatically positioned child in row and column. In this article, I’m…

Read more
StateContainer In MAUI

How to use StateContainer in MAUI

Posted on December 11, 2022January 18, 2023 by Learn Mobile Development

The Xamarin.CommunityToolkit StateContainer in MAUI is a layout which displaying a specific view when your app is in a specific state. StateContainer is an attached properties which enables the user to turn any layout into a state-aware layout. In this article, I’m going to show you how to use StateContainer in MAUI Community Toolkit. In this sample demo i will take…

Read more
DockLayout in MAUI

How to use DockLayout in MAUI

Posted on December 7, 2022January 18, 2023 by Learn Mobile Development

The Xamarin.CommunityToolkit DockLayout in MAUI is a layout where children can be docked to the sides of the layout container. Children are docked at one of 4 possible docking positions Top, Bottom, Left or Right. Child that are not explicitly docked or (with ‘None‘) are displayed at the center. In this article, I’m going to show you how to use DockLayout in…

Read more
Expander in MAUI

How to use Expander in MAUI

Posted on December 3, 2022January 18, 2023 by Learn Mobile Development

The Xamarin.CommunityToolkit Expander in MAUI view provides an expandable container to host any content. It has two main properties to store your content that is Header & Content. User can show or hide its content by interacting with the header of the control. In this article, I’m going to show you how to use Expander in MAUI…

Read more
FlexLayout in MAUI

How to use FlexLayout in MAUI

Posted on December 2, 2022January 18, 2023 by Learn Mobile Development

FlexLayout in MAUI is a layout that can arrange its children horizontally and vertically in a stack. It is also wrap its children if there are too many children to fit in a single row or column. FlexLayout can control orientation and alignment, and adapt to different screen sizes. In this article, I’m going to show you…

Read more
CarouselView with IndicatorView

.Net MAUI – The Latest CarouselView with IndicatorView

Posted on November 30, 2022January 18, 2023 by Learn Mobile Development

CarouselView is a view for presenting data in scrollable forms where users can swipe to move through a collection of items. By default, CarouselView displays its item horizontally. Basically, We are using CarouselView for showing the banners in mobile applications. What is IndicatorView? IndicatorView in MAUI is a view which displays indicators that represent the numbers of items and current position of a…

Read more
Biometric authentication in Xamarin

Implementation Of Biometric Authentication in Xamarin Forms

Posted on November 28, 2022January 18, 2023 by Learn Mobile Development

Now a days most of the mobile applications that use biometric authentication to secure data access. This allows users to authenticate via the fingerprint sensor and the face ID on those devices that have these capabilities. In this article, I’m going to show you how to add Biometric Authentication in Xamarin Forms application. Let’s Start…

Read more
CarouselView With IndicatorView

Xamarin Forms – The Latest CarouselView with IndicatorView

Posted on November 24, 2022January 18, 2023 by Learn Mobile Development

CarouselView is a view for presenting data in scrollable forms where users can swipe to move through a collection of items. By default, CarouselView displays its item horizontally. Basically, We are using CarouselView for showing the banners in mobile applications. What is IndicatorView? IndicatorView in Xamarin forms is a view which displays indicators that represent the numbers…

Read more
Collectionview as a GridItemLayout

How to use CollectionView as a GridItemLayout in Xamarin Forms

Posted on November 22, 2022January 18, 2023 by Learn Mobile Development

CollectionView allows us to display a list of items in either Vertical or Horizontal or Grid. CollectionView is similar to ListView in Xamarin Forms. But this is better than ListView in terms of Performance and Memory Management. You can learn more about CollectionView here. So In this article, I’m going to show you how to…

Read more
Rotate views on orientation change

How to rotate views on orientation change in Xamarin Forms

Posted on November 20, 2022January 18, 2023 by Learn Mobile Development

It is very important to handle the pages on both orientation Landscape and Portrait to improve the user experience. So we need to adjust the existing view (without recreating it) in such a way that looks good in Landscape and Portrait mode. Xamarin forms handle orientation changes by default. So In this article, I’m going…

Read more
  • Previous
  • 1
  • 2
  • 3
  • Next

I'm Alamgeer Ashraf and having 9+ years of experience in enterprises mobile application development with Xamarin Native, Xamarin Forms & .Net MAUI.

Archives

  • February 2023 (1)
  • January 2023 (9)
  • December 2022 (5)
  • November 2022 (6)

Latest Posts

  • Prevent Dark Mode in Xamarin forms
    How to Prevent Dark Mode in Xamarin formsFebruary 3, 2023
  • apply color to Images
    How to apply color to Images and Icons in MAUIJanuary 30, 2023
  • iOS Large Page Title
    How to set iOS large page title in MAUIJanuary 26, 2023
  • Change StatusBar Color
    How to change StatusBar color in MAUIJanuary 22, 2023
  • Item reordering to CollectionView
    How to apply item reordering to CollectionView GridItemsLayout in MAUIJanuary 18, 2023

Popular Posts

  • How to apply color to Images and Icons in MAUI
  • How to use DockLayout in MAUI
  • How to use Expander in MAUI

Latest Comments

  1. Randyperly on How to use StateContainer in MAUIOctober 18, 2024

    very good _________________ netgame casino бездепозитный бонус

  2. SmiSew on How to use StateContainer in MAUIOctober 10, 2024

    Thanks for the post _________________ pin up casino бест

  3. StavkiTarve on How to use StateContainer in MAUIOctober 7, 2024

    interesting post _________________ слоты в 1xbet приложение

  4. Luke on How to use drag and drop gesture to CollectionView in MAUISeptember 25, 2024

    Thanks very much!

  5. Tony - Nhan Nguyen Lhoa Minh on How to apply item reordering to CollectionView GridItemsLayout in MAUIMarch 28, 2024

    That would be an amazing solution. It's easy to comprehend. Thank you very much.

Our Visitor

0 0 7 9 2 0
Users Today : 3
Users Yesterday : 1
Users Last 7 days : 24
Users Last 30 days : 122
Users This Month : 4
Total views : 14162
How to change StatusBar color in MAUI
Trending
How to change StatusBar color in MAUI

Category

  • .Net MAUI
  • MAUI Community Toolkit
  • MVVM
  • Xamarin Community Toolkit
  • Xamarin Forms

Contact Me

  • LinkedIn
      © 2025 Learn Mobile Development