need help with the app

Hello,

I am in the process of building a business app, but I’m relatively new to corona, and most of my work before has been done with game apps.

I was hoping someone could help me with account creation and then login to show a different scene, I have a good idea of how the logic of it works but I don’t know how to implement any of it with actual code.

I am also looking for software for designing business app trailer video for promoting the app.

Any insight, tips, or code samples would be greatly appreciated!

Thank you.

Try this blog post, it covered quite a bit.

https://coronalabs.com/blog/2013/10/09/a-look-inside-a-sample-corona-powered-business-app/

you can go cloud based systems for login, or create yourself in your server (if you have one) with few lines of code. first it’s easier second is cheaper. i’m using second approach on all my business apps.

Hi,

Coronium Core will be introducing a user management component (with optional email confirmation) in the next major release.

-dev

Try this blog post, it covered quite a bit.

https://coronalabs.com/blog/2013/10/09/a-look-inside-a-sample-corona-powered-business-app/

you can go cloud based systems for login, or create yourself in your server (if you have one) with few lines of code. first it’s easier second is cheaper. i’m using second approach on all my business apps.

Hi,

Coronium Core will be introducing a user management component (with optional email confirmation) in the next major release.

-dev