How i can get typing or writing in an app?

Hello everybody. Yesterday i created my first “app”, very simple, only to get familiar with Corona SDK.

Now im thinking to  write or type in the same app. I mean, for exemple enter an email, name and things like these. Everybody knows how to ask questions and write in a simple language like python, C and Lua, but i cannot go from Lua to Corona SDK simulator with this.

Thank you.

Hello @ferranargemi,

Welcome to Corona! This collection of tutorials and resources should get you started on your next goal:

https://coronalabs.com/blog/2015/07/21/tutorial-treasury-native-text-input-fieldsboxes/

Best regards,

Brent

Thank you very much, Brent Sorrentino.

I have been able to solve my problem! Regards

Im trying to create a kind of “social network” and I’d need to be able to register users.

 

How to register users in a kind of “social network” created by Corona SDK and save the data?

How to make a specific profile for each user?

 

Ty, Brent

We support registration of users and cross-device (and cross-platform) syncing for our app. You can see the iOS version here: https://itunes.apple.com/app/id1009026110?mt=8

I don’t know what you should do. What we do is use a Google App Engine backend written in Python for this. It can be made very secure and scalable. 

I downloaded the program and im getting familiar with that. Could you send me some webpage or some sample file which has something similar that i would like to create?

Thank you!!

Thanks for trying it out. Google App Engine may be overkill for what you want, but on the other hand it’s free for smaller projects. Here’s their guide: https://cloud.google.com/appengine/training/go-plus-appengine/

If you want a different and probably simpler approach, this has been discussed here before: https://forums.coronalabs.com/topic/53472-what-cloud-should-i-use/

Hello @ferranargemi,

Welcome to Corona! This collection of tutorials and resources should get you started on your next goal:

https://coronalabs.com/blog/2015/07/21/tutorial-treasury-native-text-input-fieldsboxes/

Best regards,

Brent

Thank you very much, Brent Sorrentino.

I have been able to solve my problem! Regards

Im trying to create a kind of “social network” and I’d need to be able to register users.

 

How to register users in a kind of “social network” created by Corona SDK and save the data?

How to make a specific profile for each user?

 

Ty, Brent

We support registration of users and cross-device (and cross-platform) syncing for our app. You can see the iOS version here: https://itunes.apple.com/app/id1009026110?mt=8

I don’t know what you should do. What we do is use a Google App Engine backend written in Python for this. It can be made very secure and scalable. 

I downloaded the program and im getting familiar with that. Could you send me some webpage or some sample file which has something similar that i would like to create?

Thank you!!

Thanks for trying it out. Google App Engine may be overkill for what you want, but on the other hand it’s free for smaller projects. Here’s their guide: https://cloud.google.com/appengine/training/go-plus-appengine/

If you want a different and probably simpler approach, this has been discussed here before: https://forums.coronalabs.com/topic/53472-what-cloud-should-i-use/