All Projects → ishrakland → ListViewWithSubListView

ishrakland / ListViewWithSubListView

Licence: MIT license
Xamarin.Forms Expandable ListView With Sub-ListView MVVM Pattern

Programming Languages

java
68154 projects - #9 most used programming language
C#
18002 projects

Projects that are alternatives of or similar to ListViewWithSubListView

Toast
To use it in PCL or .NetStandard projects write this line of code : CrossToastPopUp.Current.ShowToastMessage("Message");
Stars: ✭ 51 (+27.5%)
Mutual labels:  xamarin, forms
Xamcustomlayouts
Xamarin.Forms Custom Layouts - Cards
Stars: ✭ 15 (-62.5%)
Mutual labels:  xamarin, forms
Niui
Lightweight, feature-rich, accessible front-end library
Stars: ✭ 152 (+280%)
Mutual labels:  forms, accordion
Emaccordiontableviewcontroller
Accordion effect for UITableView
Stars: ✭ 158 (+295%)
Mutual labels:  accordion, expandable
Xam.plugin.simpleappintro
Just a nice and simple AppIntro for your Xamarin Forms project
Stars: ✭ 139 (+247.5%)
Mutual labels:  xamarin, forms
Xamarincontrols
Cross-platform controls for Xamarin and Xamarin.Forms.
Stars: ✭ 104 (+160%)
Mutual labels:  xamarin, forms
Xam.Plugin.AutoUpdate
Xamarin Forms plugin that auto updates your Android or UWP sideloaded application.
Stars: ✭ 22 (-45%)
Mutual labels:  xamarin, forms
Xamarin Demos
This repository contains the Syncfusion Xamarin UI control’s samples and the guide to use them.
Stars: ✭ 218 (+445%)
Mutual labels:  xamarin, listview
Xam.plugin.webview
Xamarin Plugin for a HybridWebView in PCL projects.
Stars: ✭ 132 (+230%)
Mutual labels:  xamarin, forms
Htmllabelplugin
Use this Xamarin.Forms plugin to display HTML content into a label.
Stars: ✭ 119 (+197.5%)
Mutual labels:  xamarin, forms
Expandableview
Expandable view for Xamarin.Forms
Stars: ✭ 178 (+345%)
Mutual labels:  xamarin, expandable
Accordion-Collapse-react-native
React native Accordion/Collapse component, very good to use in toggles & show/hide content
Stars: ✭ 147 (+267.5%)
Mutual labels:  accordion, expandable
user profile
User profile UI designed in flutter
Stars: ✭ 14 (-65%)
Mutual labels:  listview
AdvancedList-SwiftUI
MOVED to https://github.com/crelies/AdvancedList | Advanced list with empty, error and loading state implemented with SwiftUI
Stars: ✭ 41 (+2.5%)
Mutual labels:  listview
a11yAccordion
An accessible and easy to use Accordeon widget.
Stars: ✭ 37 (-7.5%)
Mutual labels:  accordion
WheelPicker-Samples
WheelPicker samples for the WheelPicker Xamarin Component
Stars: ✭ 18 (-55%)
Mutual labels:  xamarin
UITestSampleApp
A sample app to demonstrate how to create Xamarin UITests using the Page Object architecture, Backdoor Methods and App Links (aka Deep Linking)
Stars: ✭ 38 (-5%)
Mutual labels:  xamarin
view component-form
Rails FormBuilder for ViewComponent
Stars: ✭ 120 (+200%)
Mutual labels:  forms
ember-foxy-forms
Ember Addon for Making Foxy Forms
Stars: ✭ 27 (-32.5%)
Mutual labels:  forms
PDRating
Display and collect user ratings for items in your Xamarin.iOS app. Available on NuGet.
Stars: ✭ 18 (-55%)
Mutual labels:  xamarin

ListViewWithSubListView

Xamarin.Forms Expandable ListView with Sub-ListView MVVM Pattern

In mobile applications we often have lists to display, this is easy only if the list contains a simple and not complex structure. This project demonstrates how we create a complex Expandable ListView with a sub ListView in Xamarin.Forms.. This Expandable List allows user to Expand and Collapse items via a simple click. We have a list of hotels and each hotel contains a list of rooms. One click on a hotel will display its rooms while a double click will collapse it.

: alt-text

Tested on Android, iOS and UWP

#ListView #Expandable #Xamarin #Forms #SubList

This code is Free . But if you find it usuful Star it and follow me. Thank you in advance :)

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].