13
Developing a mobile eJuice app. What kind of features do you want?
submitted over 12 years ago by [deleted]

In response to my frustration with the current offerings of eJuice apps on the Android market, I've decided to create my own.

I'm interested in hearing what kind of features people would be interested in seeing, here's a list of goals I have so far:

  • Recipe/Ingredients List: Add your flavorings, complete recipes, fillers, bases, etc
  • Recipe Calculator (Obviously)
  • Voltage/Wattage Calculator
  • Sharing, Export/Import: One of my biggest frustrations was with my data having to be typed out on my phone, and then being locked to my phone. Ideas I have here are being able to import/export recipes, flavors, etc from flat text files including support for eJuiceMeUp files. Another idea here is being able to email/post recipes for easy retrieval.

Update: I feel you should all know that development on this is currently on hold. I've received a developer unit from Leap Motion, and am currently working with a team on developing a product for the device.

Comments
Sort
3 points
 
by 8th_theistover 12 years ago

A dictionary of terms and volt/watt guide by ohm would be great for new vapers.

2 points
 
by db2over 12 years ago

Use the chart I made in it. It's somewhere around here.

1 points
 
by Zetaphorover 12 years agoFrugivore

Found it. Would you be willing to share the formula you used for coming up with these values?

2 points
 
by db2over 12 years ago

It's already in the image, V is voltage R is resistance. :)

3 points
 
by db2over 12 years ago

Yay! It's like you read my mind.

Offhand I'd suggest:

  • setting it up to take in to account people who want NO flavoring added - yes I know it's basic math, but some people are incredibly lazy plus something so glaringly simple might just spark the start of the next great juice crafter.

  • Make it tablet-friendly! Do not lock it to portrait mode, make the elements/images scale without getting butt ugly.

  • Include a few basic recipes, ie vanilla.

  • A slider for nic level would be good, which would adjust everything else in the recipe in proportion to accommodate. Make it limited by default to 36mg/ml max with a setting to unlock that cap for hardcore juice makers. If someone doesn't like the slider there should be a setting to turn it off which would replace it with a different element (not a text input field though, go fancy).

  • Don't name it AndJuice or anything with "and" or "android" at all. Just don't.

1 points
 
by Zetaphorover 12 years agoFrugivore

Glad to hear you're interested!

The no flavoring option isn't something I would have thought of, that's a good idea. With the current interface that would be trivial. The flavorings are added one at a time, so you just wouldn't add any.

I'm using an HTML5 framework that is designed for mobile/tablets, so portrait/landscape scaling are all handled beautifully out of the box.

I hadn't considered a slider for nic levels, I may do that. >which would adjust everything else in the recipe in proportion to accommodate.

Can you elaorate on this? What else would need to be scaled?

And yeah, not nearly at the point of coming up with names yet, but thanks to the framework I'm developing with this codebase will be compatible with Android, iOS, Blackberry, and a few others, so I don't have any plans for a ridiculous platform based name ;-)

And just as an aside, here's an update on my progress so far:

Nearly all of the UI layout is complete, HTML5 frameworks FTW! Next up is adding in all the fancy functionality for storage/retrieval/calcuations. Which for me is going to be the easy part, as I'm a developer by trade, not a designer.

2 points
 
by db2over 12 years ago

By adjusting I mean compensating for the amount used. Say you're making a 30ml bottle, 5% flavoring is going to leave 95% to be split between nic liquid and PG and/or VG. 10% flavoring leaves 90% and the amounts for nic/PG/VG should be adjusted automatically in proportion, like at the same nic level the PG/VG amount would go down to make room for the extra flavoring. Same deal if you put more nic juice in.

Which reminds me, make sure it's got standard size bottles for measuring amounts, with the ability to specify a size too.

1 points
 
by Zetaphorover 12 years agoFrugivore

Ah I gotcha now. You've got some excellent ideas and input, which leads me to ask, would you be interested in helping me test/refine design once I get to that point?

1 points
 
by Zetaphorover 12 years agoFrugivore

Welp, after some tinkering, bug reports, and many failed experiments, it looks like I won't be able to use sliders for now. I'm building the application with JQTouch and JQuery, and packaging the APK with Phonegap. As of this point PhoneGap doesn't support the range input type :-(

2 points
 
by db2over 12 years ago

So cheat. ;)

http://www.digitalnoiz.com/mobile-development/audio-player-made-with-phonegap-and-jquery-mobile/

1 points
 
by Zetaphorover 12 years agoFrugivore

That didn't seem to work, but I did finally find a working solution: http://tiffanybbrown.com/2012/02/07/input-typerange-and-androids-stock-browser/

Now to get these foreign keys working in SQL-Lite

Edit: Correction, that seems to be blocking all touch events on my buttons. Oh the joy of library conflicts.

2 points
 
by someone3x7over 12 years ago

One thing that bugs me with a few existing calculators is they try to predict how much glycerin is naturally in my ingredients. For example eJuice Me Up when told an ingredient has no PG/VG still assumes 50% VG. Probably because an ingredient with no pg/vg is likely alcohol based. However, they also assume water is 50% VG. I can assure you the water I'm using has no glycerin. So if you try to be predictive like this please make sure water is kept separate.

2 points
 
by TheBlueAdept707over 12 years ago

This. I have been using ejuicemeup, and like it fine except the way it handles pg/vg calculations for flavorings, sweetener and nic base are non-intuitive to put it nicely. If you can do a better job there Id be thrilled.

A killer feature to me would be integrated sharing , so that users can submit to and pull from a shared recipe database. Having to manually upload and download recipe files is so 90s. Forgive me if this was said and i missed it. I realize there are infrastructure and oversight issues, just dreaming out loud here.

2 points
 
by Sylvieeover 12 years ago

a recipe calculator that allows me to choose a pre-mix nic base and not insisting i choose PG, VG and nic separately!! and having recipe ingredients minuses from inventory when we hit make on recipe would be awesome... oh and mobile App being Ipad friendly is a plus :)

2 points
 
by Zetaphorover 12 years agoFrugivore

Those are some great ideas that I'm definitely going to consider.

Though I won't be able to package this for any iOS devices, I don't have the $100 it costs to put something on the iTunes App Store.

So it's going to be Android/Windows 7/Blackberry/WebOS only (pretty much any platform that doesn't charge for app submission).

2 points
 
by Sylvieeover 12 years ago

cool, windows 7 will do atfirst.. if a winner, maybe us ipad users can help you out with the fee :)

2 points
 
by palespringover 12 years ago

loaded with the biggest recipes index from the entire web

1 points
 
by Zetaphorover 12 years agoFrugivore

Update: I feel you should all know that development on this is currently on hold. I've received a developer unit from Leap Motion, and am currently working with a team on developing a product for the device.

1 points
 
by Fragorderover 12 years ago

Somthing nobody has done on the calcs that is important is if you start with high nic 80% 20% and you ultimately want to get it to like 90% 10% how much would you add of either pg or vg to get to that ratio.

Site copyright © 2025 DIY Compendium. Data courtesy of Reddit.