-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #21730 from abpframework/add-mobile-tutorials
Add mobile application development tutorial to documentation tree
- Loading branch information
Showing
4 changed files
with
47 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
# Mobile Application Development Tutorial: Book Store Application | ||
|
||
> You must have an ABP Team or a higher license to be able to create a mobile application. | ||
Mobile application development tutorials are designed for developers who have completed [the web development part of the tutorial](../book-store/index.md) and wish to continue building the mobile version of the application. | ||
|
||
## Tutorials | ||
|
||
You can choose between two mobile applications: [**.NET MAUI**](../../framework/ui/maui/index.md) or [**React Native**](../../framework/ui/react-native/index.md). Choose your framework and continue building your mobile application! | ||
|
||
- Both guides assume you have completed the web development section of the tutorial and have the necessary backend APIs in place. | ||
- Each guide is self-contained and provides step-by-step instructions to build the mobile app. | ||
|
||
### .NET MAUI | ||
|
||
The .NET MAUI tutorial walks you through creating a mobile version of your bookstore app using .NET technologies. | ||
|
||
* [.NET MAUI - Mobile Application Tutorial](./maui/index.md) | ||
* [Source Code](https://abp.io/Account/Login?returnUrl=/api/download/samples/bookstore-maui-efcore-mobile) | ||
|
||
### React Native | ||
|
||
The React Native tutorial provides instructions for building the bookstore app using JavaScript. | ||
|
||
* [React Native - Mobile Application Tutorial](./react-native/index.md) | ||
* [Source Code](https://abp.io/Account/Login?returnUrl=/api/download/samples/bookstore-react-native-mongodb) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters