Livecode right for me?

Got a LiveCode personal license? Are you a beginner, hobbyist or educator that's new to LiveCode? This forum is the place to go for help getting started. Welcome!

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller

Post Reply
sgilleland
Posts: 3
Joined: Tue Apr 01, 2014 2:16 pm

Livecode right for me?

Post by sgilleland » Tue Apr 01, 2014 2:31 pm

I am trying to create an app that works just like Lynda(online video training). We have many training videos and we want to be able to organize them in categories and have premium users. Here are my requirements...are they doable in Livecode? I have developers telling me to do it natively and not use Livecode as I would get better features.

Requirements:

1. Membership...we currently have a wordpress site that does what the app will do. I need to be able to allow the app to use the members on the site to access content.
2. Register for membership...needs to be able to add to WordPress Membership
3. Create Playlist...need to have user create their own playlists of videos
4. Filtering....need to be able to filter videos by categories and sub categories.

Thanks in advance for your responses

FourthWorld
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 10052
Joined: Sat Apr 08, 2006 7:05 am
Contact:

Re: Livecode right for me?

Post by FourthWorld » Tue Apr 01, 2014 4:39 pm

sgilleland wrote:I have developers telling me to do it natively and not use Livecode as I would get better features.
What is "natively"?
Richard Gaskin
LiveCode development, training, and consulting services: Fourth World Systems
LiveCode Group on Facebook
LiveCode Group on LinkedIn

sgilleland
Posts: 3
Joined: Tue Apr 01, 2014 2:16 pm

Re: Livecode right for me?

Post by sgilleland » Tue Apr 01, 2014 4:52 pm

Sorry, I should have been more clear. Building it in Objective C or C and not using a platform like appery.io

FourthWorld
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 10052
Joined: Sat Apr 08, 2006 7:05 am
Contact:

Re: Livecode right for me?

Post by FourthWorld » Tue Apr 01, 2014 6:31 pm

If the web version is already done why not just use a responsive template and have all platforms for almost zero additional cost?
Richard Gaskin
LiveCode development, training, and consulting services: Fourth World Systems
LiveCode Group on Facebook
LiveCode Group on LinkedIn

sgilleland
Posts: 3
Joined: Tue Apr 01, 2014 2:16 pm

Re: Livecode right for me?

Post by sgilleland » Tue Apr 01, 2014 7:08 pm

Want an app on the app store and some addtional functionality.

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

Re: Livecode right for me?

Post by jacque » Tue Apr 01, 2014 7:36 pm

The short answer is yes, you can do everything you list provided the server has a way to be queried by your app and return responses. This can be a cgi script written in php, rails, LiveCode server or another language.
Jacqueline Landman Gay | jacque at hyperactivesw dot com
HyperActive Software | http://www.hyperactivesw.com

Post Reply