E
E
Excellion2018-09-24 13:03:52
Android
Excellion, 2018-09-24 13:03:52

How to create a mobile application-digital version of the magazine?

Colleagues, welcome.
Given - printed edition, magazine. Sources .pdf / .idml / .indd.
What should be done? - create a journal application.
Result? - You need a readable version of the magazine on two platforms + Tablet
In general, the question is primarily about the content, and the possibility of loading a new version of the magazine through the web face.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
D
Denis, 2018-09-24
@akaish

As an option - a bunch of Hugo\Hyde\Any other generator of static sites + application using WebKit. You make a theme, you distill the sources into .md. The application will consist of a list of journals received as a page from your site, with a stub page in case it is unavailable. When you click on the link to download the magazine, a js script is activated that sends the link to the magazine you need to download to the client application, in the client you save it to the internal memory of the phone and unzip it.
In the application, you have a simple table with a list of downloaded magazines, based on it, you mark downloaded magazines in the list as downloaded, new ones as new, etc.
The recipe is not in a hurry, but still. Another option is to use an application generator like APPS-TECH or NWICODE.
The third recipe - just write a native application using libraries to view PDF\other format you need.
UPD. PDF can be converted to Markdown, for example, using this service: http://pdf2md.morethan.io/

A
Alexander D., 2018-09-24
@dotAramis

I worked with this little animal about 5 years ago: https://digitalpublishing.acrobat.com/welcome.html
It was pretty good

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question