From 85cf807bbba35796e224b3f7b5095125dfaf0321 Mon Sep 17 00:00:00 2001 From: riyas Date: Thu, 28 Sep 2023 15:59:31 +0530 Subject: [PATCH] Modified ReadMe File --- README.md | 97 ++++++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 96 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ceda972..76713dd 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,97 @@ # horizontal-listview-with-travel-place-ui-.net-maui-listview -HorizontalListView with travel places UI in .NET MAUI ListView + +This example demonstrates the HorizontalListView with travel places UI in .NET MAUI ListView + +## XAML + + + + + + + + + + +## Requirements to run the demo + +* [Visual Studio 2017](https://visualstudio.microsoft.com/downloads/) or [Visual Studio for Mac](https://visualstudio.microsoft.com/vs/mac/) +* Xamarin add-ons for Visual Studio (available via the Visual Studio installer). + +## Troubleshooting + +### Path too long exception + +If you are facing path too long exception when building this example project, close Visual Studio and rename the repository to short and build the project. \ No newline at end of file