Question: Ionic Application using the Ionic Cordova Community native 'Native Storage' plugin to carry out CRUD operations: That will perform the following CRUD operations - populate

Ionic Application using the Ionic Cordova Community native 'Native Storage' plugin to carry out CRUD operations:

That will perform the following CRUD operations

- populate NATIVE storage with record from the product JSON file

- add new products to NATIVE storage

- retrieve and display products from NATIVE storage

- update/edit existing products

- delete one or all products from NATIVE storage

The products have the following properties:

- product id (string)

- description (string)

- Quantity on hand (integer)

- Price per unit (number, two decimal digits)

- reorder quantity (integer)

Other Requirements

Your application will have the following tabs: o Home tab to display greetings and your name as author; allow user to create / select storage and loading the products. o A tab for adding new products o A tab for retrieving and displaying one or all products o A tab for editing and deleting existing product. Make up your own product JSON file (at least 5 products) for initial loading. Store the file in the assets folder and use service to load the data.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!