Add Native Android Maps

Something you want to see in a LiveCode product? Want a new forum set up for a specific topic? Talk about it here.

Moderator: Klaus

Post Reply
Faeynrir
Posts: 3
Joined: Thu Jun 06, 2013 7:11 pm

Add Native Android Maps

Post by Faeynrir » Fri Jun 07, 2013 5:45 pm

Is this already a feature, and I somehow missed it? I can program both in Objective-C and Java, and I was hoping to use LiveCode to expedite the app-making process. However, it seems that not all the native features are unavailable, and if they are available, I have to pay $200-$300 dollars for the externals, on top of the $500 license you have to pay for if you want to sell anything.

I was going to actually purchase a license, but now that I realize that LiveCode doesn't offer something simple like native maps (without paying an extra $200 or so for iOS, anyway), I've changed my mind. LiveCode should add more native features if they don't want to lose customers who are competent with Objective-C and Java.

jacque
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 7389
Joined: Sat Apr 08, 2006 8:31 pm
Contact:

Re: Add Native Android Maps

Post by jacque » Fri Jun 07, 2013 6:58 pm

I'm not sure what a native Android map is, but if you mean Google maps, you can show them in a native web view control.
Jacqueline Landman Gay | jacque at hyperactivesw dot com
HyperActive Software | http://www.hyperactivesw.com

Faeynrir
Posts: 3
Joined: Thu Jun 06, 2013 7:11 pm

Re: Add Native Android Maps

Post by Faeynrir » Sat Jun 08, 2013 3:37 am

Right, I don't mean the web view. I mean the 3D-esque maps that applications like OpenTable use.

Simon
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 3901
Joined: Sat Mar 24, 2007 2:54 am

Re: Add Native Android Maps

Post by Simon » Sat Jun 08, 2013 4:53 am

Open Table?
Like this?
https://itunes.apple.com/us/app/opentab ... 81815?mt=8
Looks just like a web view to me.

Simon
I used to be a newbie but then I learned how to spell teh correctly and now I'm a noob!

jacque
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 7389
Joined: Sat Apr 08, 2006 8:31 pm
Contact:

Re: Add Native Android Maps

Post by jacque » Sat Jun 08, 2013 7:14 am

The one with the pins? There's a thread here on the forums somewhere on how to do those. It's a web view, you just need to send the right parameters to Google.
Jacqueline Landman Gay | jacque at hyperactivesw dot com
HyperActive Software | http://www.hyperactivesw.com

Faeynrir
Posts: 3
Joined: Thu Jun 06, 2013 7:11 pm

Re: Add Native Android Maps

Post by Faeynrir » Sat Jun 08, 2013 10:33 am

If someone can point me to a true "web view" example, a web view in iOS terms that is, with all its functionality such as vectors and 3D view (I should have been more clear, I meant a web view as in html/javascript), without paying $200 or so dollars for the external, I'll consider it done. Until then, I haven't seen it without the commercial plugin. LiveCode's tutorial on maps uses html/javascript.

bn
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 4163
Joined: Sun Jan 07, 2007 9:12 pm

Re: Add Native Android Maps

Post by bn » Sat Jun 08, 2013 12:53 pm

Hi Faeynrir,

I dont quite get what you want but here is an example of integrating html/javascript into revBrowser done by Dixie

http://forums.runrev.com/phpBB2/viewtop ... map#p45617

Kind regards
Bernd

jacque
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 7389
Joined: Sat Apr 08, 2006 8:31 pm
Contact:

Re: Add Native Android Maps

Post by jacque » Sat Jun 08, 2013 9:22 pm

I think you're a little confused about the GPL license too. You can sell anything you create with the free open source version, there are no restrictions on that. The only requirement is that you also provide your source code, and that if you use any externals (or other add ons) they also provide their source code. The ones that meet that requirement would by necessity be free as well.

So if you're willing to disclose your code, you can do the entire project at no cost.
Jacqueline Landman Gay | jacque at hyperactivesw dot com
HyperActive Software | http://www.hyperactivesw.com

jacque
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 7389
Joined: Sat Apr 08, 2006 8:31 pm
Contact:

Re: Add Native Android Maps

Post by jacque » Sat Jun 08, 2013 9:26 pm

Faeynrir wrote:I should have been more clear, I meant a web view as in html/javascript)
LiveCode's tutorial on maps uses html/javascript.
I confess to total confusion. Can you link to an example of what you mean? The two statements quoted look the same to me.
Jacqueline Landman Gay | jacque at hyperactivesw dot com
HyperActive Software | http://www.hyperactivesw.com

monte
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 1564
Joined: Fri Jan 13, 2012 1:47 am
Contact:

Re: Add Native Android Maps

Post by monte » Thu Jun 27, 2013 11:08 pm

Just to clarify... mergMK doesn't cost $2-300. It costs $49 which if you value your time at all is far less than the cost of implementing it in Objective C. However, as you know Objective C you could implement your own map view external. LiveCode is open source so if you're reinventing the wheel anyway and feel adamant it should be in the engine then why not add it? Personally I'd much rather the RunRev team focus on stuff that improves the platform as a whole instead of just mobile. BTW I'd love to be able to charge less for my stuff and if I had more support from the LiveCode community I would...
LiveCode User Group on Facebook : http://FaceBook.com/groups/LiveCodeUsers/

Post Reply