# Picminder

**URL:** https://forums.fusetools.com/t/picminder/6895
**Category:** Show and Tell
**Created:** [January 28, 2016, 6:08pm UTC](https://forums.fusetools.com/t/picminder/6895 "2016-01-28T18:08:48Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![coderguy123](https://avatars.discourse-cdn.com/v4/letter/c/9de0a6/32.png) [@coderguy123](https://forums.fusetools.com/u/coderguy123)
#### Post date: [January 28, 2016, 6:08pm UTC](https://forums.fusetools.com/t/picminder/6895/1 "2016-01-28T18:08:48Z")

</div>

Hey all,

So, I wrote a simple app to learn fuse platform. It is now available in Android playstore.

Picminder [https://play.google.com/store/apps/details?id=com.picminder](https://play.google.com/store/apps/details?id=com.picminder)

It is a very simple concept. You take a picture of something you need to remember. You set a note, due date and the app will send an email notification on due date. It also has search built-in to search through notes. It saves appropriately resized image saving you precious storage space.

**My experience with fuse**

Fuse was great. I tried to write the same thing using Xamarin.Forms and it was slow. Fuse is fast. Javascript makes sense. I am at home with Uno (C# background). I had to create couple of native bindings using Uno and uxl for resizing image, storage manipulation and for save to camera roll. Hopefully, as the platform matures, there will be less need for this and upcoming foreign code should make this easier. There is also no calendar control so I had to sort of hack together my own - ugly but necessary.

I am using azure mobile services as backend as I get some azure hours for free. This worked well with fetch api.

**Wish list**

- Better camera api with ability to choose mediatype.
- Save to camera roll/gallery api
- Api to resize image keeping aspect ratio.
- Calendar component.
- Better storage api.
- Sort and insert api for observable.
- Share api to invoke platform default share options?
- Pinch and Zoom gestures.

**iOS**

Coming soon. Works even better on iPhone but camera shows video option too and the app crashes if users select that - need to figure out how to disable it.

Ps: please remember this is very early work and I have tested only on galaxy S5. Let me know if it works for you guys. Leave a review 🙂

---

<div class="post-metadata">

### Author: ![Kristian\_Hasselknipp](https://yyz1.discourse-cdn.com/flex035/user_avatar/forums.fusetools.com/kristian_hasselknipp/32/549_2.png) [@Kristian\_Hasselknipp](https://forums.fusetools.com/u/Kristian_Hasselknipp)
#### Post date: [January 29, 2016, 2:02pm UTC](https://forums.fusetools.com/t/picminder/6895/2 "2016-01-29T14:02:04Z")

</div>

Very cool! 😃

---

<div class="post-metadata">

### Author: ![Samuel\_Mpho\_Molahloe](https://yyz1.discourse-cdn.com/flex035/user_avatar/forums.fusetools.com/samuel_mpho_molahloe/32/197_2.png) [@Samuel\_Mpho\_Molahloe](https://forums.fusetools.com/u/Samuel_Mpho_Molahloe)
#### Post date: [February 13, 2016, 5:54am UTC](https://forums.fusetools.com/t/picminder/6895/3 "2016-02-13T05:54:07Z")

</div>

Very neat example. Congrats, I’m also trying to do something using Azure DocumentDB, ditched Xamarin after buying the licenses :(. Could you possibly post the code or samples of using Fuse with Azure?
