Want to create simple app for Christian website, daily bible reading, daily saint, weekly explanation… Just some databases i guess and simple interface and buttons.
Any template or tutorial or help? cause all i found was about game things.
Thank you
Want to create simple app for Christian website, daily bible reading, daily saint, weekly explanation… Just some databases i guess and simple interface and buttons.
Any template or tutorial or help? cause all i found was about game things.
Thank you
Welcome to the forums.
Take a look here: https://github.com/coronalabs-samples/business-app-sample
It’s a pretty complete version of a business style app. It pulls RSS Feeds from websites, so if your website is done in Wordpress and your daily readings for instance is a blog feed, you can adapt it quite easily. If you need to do more work with a REST API, https://github.com/coronalabs-samples/CoronaWeather uses a REST API for a weather service to fetch the data.
There are many sample apps, in particular in the SampleCode/Interface section that shows you how to use individual features. These sample apps are in your Corona folder inside the SampleCode folder.
Rob
Welcome to the forums.
Take a look here: https://github.com/coronalabs-samples/business-app-sample
It’s a pretty complete version of a business style app. It pulls RSS Feeds from websites, so if your website is done in Wordpress and your daily readings for instance is a blog feed, you can adapt it quite easily. If you need to do more work with a REST API, https://github.com/coronalabs-samples/CoronaWeather uses a REST API for a weather service to fetch the data.
There are many sample apps, in particular in the SampleCode/Interface section that shows you how to use individual features. These sample apps are in your Corona folder inside the SampleCode folder.
Rob