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?
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?
Hello,
Please follow local DB tutorial below: https://devcenter.appery.io/tutorials...
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.
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..
Please help me guys..
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.
Yeah.. You can close the topic.. Problem unsloved..
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
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.
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.