10 | My name is Tom Aalbers. I am a reasonable experienced developer (full stack) in the Ionic, Aurelia and .NET frameworks. I 11 | work with these frameworks every day. 12 |
13 |
15 | A long time ago I started the Ionic 2 Examples
repo which into, I added a few examples on how to work
16 | with the Ionic Framework. I received a lot of positive feedback and requests after that. So that is why I started
17 | this ionic example app to show some examples on how to use the framework. If you want to get in touch you can head
18 | over to my website and contact me through any of the options there. If you can't
19 | find your example, head over to the github page and create an issue to request
20 | it! I will try to add them when I can!
21 |
8 | This page displays an example on how to use the camera plugin. It will display a fixed image when developing in the browser
9 | and the taken image when using a device. Check src/logic/mocks/CameraMock.ts
if you want to
10 | change the image.
11 |
v{{ app_version }}
9 |11 | Welcome to the Ionic Example App. Here you can see different examples on how to use the Ionic Framework. 12 |
13 |15 | These examples are made in my spare time and the way I think they could be implemented. My way is not perfect and I am always 16 | willing to learn. So if you have any remarks or improvements, don't hesitate to create an issue on the 17 | github page. 18 |
19 |21 | With some cordova plugins it is required to connect the app to an external resource, for example the upload part of the transfer 22 | plugin. For that I will create an API (written in the C# dotnet core framework). This API will run on the following endpoint 23 | https://api.dtaalbers.com/ionic-example-app. 24 | This api will recieve and store and data you send to it. So be aware of that. Docs will be available when it goes live. 25 |
26 |
8 | This page displays an example on how to use the image picker plugin. It will display a fixed collection
9 | of images when developing in the browser and the selected images when using a device. Check src/logic/mocks/ImagePicker.ts
10 | if you want to change the images.
11 |
13 | This page displays an example on how to use the transfer plugin. Note: This example will not work in the browser. You have 14 | to deploy the app on a device to see it how it works. 15 |
16 |