```json //[doc-seo] { "Description": "Learn to build a mobile bookstore app with step-by-step tutorials for .NET MAUI or React Native, following your web development journey!" } ``` # Mobile Application Development Tutorial: Book Store Application > You must have an [ABP Team or a higher license](https://abp.io/pricing) 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)