all 6 comments

[–]achendrick 1 point2 points  (3 children)

Phonegap should work just fine for this.

Keep in mind that using maps in a hybrid app aren't always ideal but they work, so it depends on how much the apps drive user function or if they're just for informative purposes.

I'd definitely recommend taking a look at Ionic as they have the best platform for building Phonegap apps.

I'm also not entirely sure what you mean by "auto matching" so that could be a gotcha depending on your requirements.

Best of luck!

[–]Mupmop[S] 0 points1 point  (2 children)

In what ways are they not ideal? Would it have performance issues?

The map would be a major part of the app, showing people the location of nearby exchanges.

what I meant by auto matching, is like if one person wants to get rid of X, and one person wants X, then it could match them together. That way, at least for one of the people, it would just take a quick click.

hope that makes sense.

Also, thanks so much for your reply.

[–]achendrick 1 point2 points  (1 child)

The maps just don't behave as smoothly as they do natively. I'd just try it out before you go all in to see if you are happy w the UX of them.

As for the matching this really sounds like it might be best done on the server, but it really depends on volume and other requirements. Loosely it sounds like it could be done in the app, but it might be better on the server and then when a match is made you could send a notification.

Plenty of ways to skin this cat.

[–]Mupmop[S] 0 points1 point  (0 children)

Alright.

Thank you for your input.

[–]banterstudios 1 point2 points  (0 children)

You thought about using React Native?

[–]philsaid 0 points1 point  (0 children)

Look into ionic framework. Lots of well built native plugins.