S
S
Serge38382015-07-10 12:34:23
Mobile development
Serge3838, 2015-07-10 12:34:23

The easiest way to create a cross platform mobile app?

Hello. Interested in the simplest way to create a cross-platform mobile application.
I'm not a programmer, a sysadmin. The basics of programming took place at the institute for a long time.
Text application. There are short texts (for example, jokes) they need to be displayed one or three on the screen, some kind of classification (by tags) or content (as in books) is also necessary. not decided yet.
Requirements:
1. Modern interface, you need ready-made page templates and controls (it's clear that something will have to be changed). Auto scalable to different screens. Russian fonts.
2. It is necessary that new texts be automatically added to the application and the classifier when they are added to the text database. Those. the application did not need to be redesigned or recompiled.
3. Ease of development for a complete noob.
3. It is desirable that the development environment does not poke its ads into the application
4. Offline work, without the Internet
5. It is desirable Minimum permissions to access resources and information of the mobile device.
6. It is desirable that it would not be stupid on old devices
7. The ability to insert pictures and they themselves scaled to fit the screens.
Googled a little and it seems that you need to use HTML5 + CCS +JS (some kind of framework) + sqlite + some kind of converter or framework.

Answer the question

In order to leave comments, you need to log in

6 answer(s)
D
Danil Antoshkin, 2015-07-10
@TwerTrue

Everything that you wrote seems fantastic to me, everything that you said will have to be implemented in code, and not the IDE will do everything for you.
An IDE is just a cool text editor, nothing more.

S
Shannon, 2015-07-20
@Shannon

You need to look towards framework7 or ionic, for android it is necessary to use crosswalk so that the application does not stupefy on older devices. Here is more details - habrahabr.ru/post/257889 (the example from the article may be a little buggy, because there is an old version of crosswalk, you need to rebuild it or even better, immediately test a real example from the creator of framework7, in which everything is put together - framework7.io /kitchen-sink-ios or framework7.io/kitchen-sink-material - just go to android via chrome browser (namely, via chrome, not via standard, not via firefox, etc.), this will be similar to using crosswalk in a real application)
1. Framework7 has a modern interface for ios7-9 and material design. There are templates for all standard elements (lists, buttons, menus, etc.), but you will have to manually combine them by simply adding the necessary component in the html file (for each element there is an example on the website www.idangero.us/framework7 )
2. To automatically add texts , you need to implement the API on the server at least on anything, and the js application code must, referring to this API, form an actual feed (there are also sample examples on the framework7 website)
3. Install intel XDK, for beginners it is easiest to develop and compile html5 applications. In addition, there, by default, you can immediately collect from crosswalk, without manually connecting
4. Almost no one adds their own advertising, for example, intelXDK or phonegap do not add anything superfluous for sure
5. Only one permission is required - access to the Internet, the rest of the permissions are only those that you turn on yourself
6. To not be stupid on old android devices and work almost as native (the fresher the crosswalk, the smoother and more responsive the result), you need to use crosswalk
7. In fact, the framework7 or ionic frameworks will do everything for you, the interface and all elements, including pictures, will autoscale for all screens.
Next, you just need to study the selected framework, for I started to make a static application by throwing the necessary elements in the right places and see how it all will look without Internet access, and only then attach work with the API and all other features

B
Bob, 2015-07-10
Smiley @blackrid

Cordova can handle this just fine. All you need is to make a web page with adaptive design, dynamic text loading and other beautiful things. And then "wrap" it in a Cordova project, draw icons and splash screens, add ad display - and you can upload it.

R
Ruslan Yudin, 2015-07-10
@deleted-Ruslan80849

Try searching for information about Xamarin..

O
Oleg Gamega, 2015-07-10
@gadfi

this is one of those few cases when js frameworks are acceptable, though it will still be stupid, but these are details and not fatal for a content application, but you still have to code, modern idea has not yet grown to the button to do everything well and the output is ready apk)
although if you really want to have constructors of similar applications, it’s still disgusting, but it works (depending on what you find, but free ones often have ads)

W
whitecolor, 2015-07-12
@whitecolor

Norm, some AppBuilder is fashionable, for those who do not know how to
www.telerik.com/campaigns/platform/phonegap
Ionic also has something like a UI for building applications.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question