M
M
MAGOSSS2015-04-22 13:26:46
iOS
MAGOSSS, 2015-04-22 13:26:46

How to make an application like "Word of the Day"?

Good day!
Interested in the logic of applications "Word of the day" and "365 facts". I'm trying to make an application in which a new word (in the form of a photo) appears daily (according to the calendar), and the old one is available with a swipe to the right. Attempts to write the code yourself do not help, and I did not find anything on GitHub.
Thanks!)

Answer the question

In order to leave comments, you need to log in

3 answer(s)
K
Kirill Olenev, 2015-04-22
@agent10

"Attempts to write the code yourself do not help"
This is a tin.
"I want to make an application, but I don't understand a damn thing about it, help me, give me a solution, do it for me!"
Come here freelansim.ru
Prepare money, everything will be done at a good level.

A
alex stephen, 2015-04-22
@berezuev

Why is it easier ...
1) Create a database with columns "date" and "word"
2) Fill it in
3) Get the current date
4) Request a word from the database by date

K
Kirill Penzin, 2015-04-22
@kir_vesp

1. Create a table with dates in the database
2. Add a related table with the word (one-to-one relationship)
3. When the application starts, we check if the word has been added today
3.1(Yes) Just output the word/photo/whatever
3.2( No) Create a record and display it.
More or less like this. There is nothing complicated in architecture.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question