Page 1 of 1
Automatically change text on application daily
Posted: Sat Apr 18, 2015 8:43 am
by Kalos Kivy
Hi! How can I make an application wich updates content everyday with no internet connection? Something like daily advices for the life, and daily, another advice to come without internet from my database?
Automatically change text on application daily
Posted: Sat Apr 18, 2015 12:48 pm
by Serhii Kulibaba
Hello,
Please follow local DB tutorial below: https://devcenter.appery.io/tutorials...
Automatically change text on application daily
Posted: Sat Apr 18, 2015 12:48 pm
by M&M
You can have your data in a SQLite database and sync it with your live / online database whenever there is a network connection. When there is no connection, your app can access the data in the client side SQLite database and display it.
Automatically change text on application daily
Posted: Sat Apr 18, 2015 12:59 pm
by Kalos Kivy
Thank you for respoding guys. I wonder if you can make a video tutorial step by step for doing this stuff. I want the application to show another text every day after 00:00AM but with no internet connection. I have about 365 advices, for entire year. The text contains advices for life. I'm doing this for my church. Please help me guys, Im verry beginner in this domain..
Automatically change text on application daily
Posted: Sat Apr 18, 2015 2:01 pm
by Kalos Kivy
Automatically change text on application daily
Posted: Sat Apr 18, 2015 2:47 pm
by Evgene Karachevtsev
Hello Kalos,
Unfortunately custom app logic is outside the scope of our support. Please try to follow tutorial provided by Sergiy, it has a lot of common with your problem.
Automatically change text on application daily
Posted: Sun Apr 19, 2015 5:25 am
by Kalos Kivy
Yeah.. You can close the topic.. Problem unsloved..
Automatically change text on application daily
Posted: Sun Apr 19, 2015 6:08 am
by M&M
I can help you with that stuff Kalos, but definitely not in the next 4-5 days as i myself am super busy with critical stuff
Automatically change text on application daily
Posted: Sun Apr 19, 2015 6:18 am
by Kalos Kivy
Are you sure you can do exactly what I want? Every day, another content on the index of the application depend on the day in the year we are. Let's supose that we are in the 65'th day of the year. I want, on the application, to be shown the 65'th advice for the life. And most important, without internet connection. If you can help me, I will be very thankfull. When you can help me? In what day? I can give you my skype to talk there more fast.
Automatically change text on application daily
Posted: Mon Apr 20, 2015 1:30 pm
by M&M
Well, if you have volunteered to do this then I'd expect you do know some fundamentals (some javascript skills are essential) of programming. Otherwise it's gona be an uphill task for you, unless you intend to keep it super simple - in which case learning and doing can go hand in hand.
I cannot be doing the coding for you but I can help you with some basics on how to design this, and also perhaps provide you with some code snippets.