Skip to content
This repository has been archived by the owner on Nov 21, 2024. It is now read-only.

Commit

Permalink
Merge pull request #557 from abpio/EngincanV/maui-tutorial-enhancements
Browse files Browse the repository at this point in the history
Add note to create a mobile application to follow MAUI or React Native tutorials
  • Loading branch information
EngincanV authored Nov 16, 2023
2 parents 7ece36e + 8262a1f commit 82147c3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
4 changes: 3 additions & 1 deletion en/tutorials/book-store/mobile/maui.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@

## About This Tutorial

This tutorial assumes that you have completed the [Web Application Development tutorial](../part-1.md) and built an ABP based application named `Acme.BookStore`. In this tutorial, we will only focus on the UI side of the `Acme.BookStore` application and we will implement the CRUD operations for a MAUI mobile application. This tutorial follows the [MVVM (Model-View-ViewModel) Pattern ](https://learn.microsoft.com/en-us/dotnet/architecture/maui/mvvm), which separates the UI from the business logic of an application.
This tutorial assumes that you have completed the [Web Application Development tutorial](../part-1.md) and built an ABP based application named `Acme.BookStore` with [MAUI](../../../getting-started-maui.md) as the mobile option. Therefore, if you haven't completed the [Web Application Development tutorial](../part-1.md), you either need to complete it or download the source code from down below and follow this tutorial.

In this tutorial, we will only focus on the UI side of the `Acme.BookStore` application and we will implement the CRUD operations for a MAUI mobile application. This tutorial follows the [MVVM (Model-View-ViewModel) Pattern ](https://learn.microsoft.com/en-us/dotnet/architecture/maui/mvvm), which separates the UI from the business logic of an application.

## Download the Source Code

Expand Down
3 changes: 2 additions & 1 deletion en/tutorials/book-store/mobile/react-native.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@

## About This Tutorial

- This tutorial assumes that you have completed the [Web Application Development tutorial](https://docs.abp.io/en/commercial/latest/tutorials/book-store/part-1?UI=NG&DB=Mongo) and built an ABP based application named `Acme.BookStore`. In this tutorial, we will only focus on the UI side of the `Acme.BookStore` application and will implement the CRUD operations.
- This tutorial assumes that you have completed the [Web Application Development tutorial](../part-1.md) and built an ABP based application named `Acme.BookStore` with [React Native](../../../getting-started-react-native.md) as the mobile option.. Therefore, if you haven't completed the [Web Application Development tutorial](../part-1.md), you either need to complete it or download the source code from down below and follow this tutorial.
- In this tutorial, we will only focus on the UI side of the `Acme.BookStore` application and will implement the CRUD operations.
- Before starting, please make sure that the [React Native Development Environment](https://docs.abp.io/en/commercial/latest/getting-started-react-native) is ready on your machine.

## Download the Source Code
Expand Down
2 changes: 2 additions & 0 deletions en/tutorials/book-store/part-1.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ This tutorial has multiple versions based on your **UI** and **Database** prefer

Before starting to the development, create a new solution named `Acme.BookStore` and run it by following the [getting started tutorial](../../getting-started.md).

> **Note**: If you are considering following the [MAUI - Mobile Application Development tutorial](./mobile/maui.md)/[React Native - Mobile Application development tutorial](./mobile/react-native.md) or creating a mobile application, don't forget to specify the mobile option as described in the [getting started tutorial](../../getting-started.md).
## After Creating the Solution

### Installing the Client-Side Packages
Expand Down

0 comments on commit 82147c3

Please sign in to comment.