- Ionic:Hybrid Mobile App Development
- Rahat Khanna Sani Yusuf Hoc Phan
- 228字
- 2021-07-09 19:00:34
E-commerce sample app – BookStore
From the subsequent sections, we will be creating a sample app while learning about different Ionic components and features. Using this approach, you will be able to develop a complete app at the end of this chapter. The code samples used in the following chapters will be available online.
E-commerce is a hot category for Mobile Apps these days, so we will be creating an e-commerce app for books and will call it BookStore. The features of this app and its basic architecture is discussed here.
Features
The e-commerce sample app BookStore will be a basic shopping and book management app that has a list of books with the ability to buy or rent them. The proposed features we intend to cover in the code samples are as follows:
- List of book categories
- Book listings under categories and popular/featured listings
- User account section:
- Login/register
- Profile
- Purchased books/rented books
- Maps
- Shopping section:
- Add to cart
- Edit cart
- Checkout
Architecture and design
We will be using the side menu template as a skeleton for this app. The side menu will contain links for the user account section and the categories list. We will be using a dummy REST API to source data for the mobile application. The Ionic App will contain a basic service layer consisting of multiple Angular services to integrate with this service.
- UI設計基礎培訓教程
- C語言程序設計基礎與實驗指導
- Responsive Web Design with HTML5 and CSS3
- Mastering C# Concurrency
- 精通Scrapy網絡爬蟲
- Hands-On RESTful Web Services with Go
- C++ 從入門到項目實踐(超值版)
- Visual Basic程序設計
- Multithreading in C# 5.0 Cookbook
- TMS320LF240x芯片原理、設計及應用
- JavaScript+jQuery網頁特效設計任務驅動教程
- Java并發(fā)編程:核心方法與框架
- Learning Grunt
- Android智能手機APP界面設計實戰(zhàn)教程
- HTML5 WebSocket權威指南