M
M
MaxSurm2014-07-17 21:50:41
Database
MaxSurm, 2014-07-17 21:50:41

How to make an application?

I'm going to make a convenient schedule for my faculty.
what is generally needed:
-site + mobile version of the application
-applications on android / ios / windows phone
And I can not decide how to do it.
The schedule is given in excel, parse it into JSON, for example, and from it already to the site and mobile applications.
Can anyone help with a useful link or how to organize the application in general?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
G
gleb_kudr, 2014-07-17
@MaxSurm

No need to parse, any excel table is exported to csv. This is a simple delimited text format. Then you can turn it into json or whatever you want.
During the launch, the application crawls onto the hosting and asks for an up-to-date version of the schedule. If there is one, it updates the cache. If there is no Internet or the request does not reach, then it shows what is in the cache. Again, you can store it even in a text file. You can use SQLite on clients if you want to further increase the functionality and need more data.

D
Dmitry, 2014-07-17
@zmeyjr

offtopic
is already ready here habrahabr.ru/company/robotpashka/blog/213967 and direct link robotpashka.ru

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question