• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

how to build mobile apps?

Enthusiast ,
Aug 03, 2019 Aug 03, 2019

Copy link to clipboard

Copied

Can dreamweaver build mobile apps and games?

What software is used for that?

I think DW is just for websites and web based apps (progressive web apps)...

Or do I need to be focusing on javascript, C#, and cloud dev to build mobile apps?

Views

1.2K

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Community Expert , Aug 04, 2019 Aug 04, 2019

your question is twofold... on the one hand it raises the question about the tool... and on the other hand about languages... so as far as the tool is concerned

as long as you know and are comfortable with languages such as HTML, JavaScript, CSS, JSON, and as long as you master the art of organizing data in an evolving architecture, even in a MariaDB or MongoDB database, you can build and develop anything you want with a tool such as DW.

Indeed, offers a file manager, a code editor, an FTP client,

...

Votes

Translate

Translate
Community Expert ,
Aug 04, 2019 Aug 04, 2019

Copy link to clipboard

Copied

your question is twofold... on the one hand it raises the question about the tool... and on the other hand about languages... so as far as the tool is concerned

as long as you know and are comfortable with languages such as HTML, JavaScript, CSS, JSON, and as long as you master the art of organizing data in an evolving architecture, even in a MariaDB or MongoDB database, you can build and develop anything you want with a tool such as DW.

Indeed, offers a file manager, a code editor, an FTP client, a surface specific to the code and another to the content rendering, plus a multitude of tools that can often be useful as a DOM viewer, an extraction interface, a code fragment organizer, a palette of properties reflecting the object in the selection process, and many others

in short... enough to gather in the same interface everything you might need... but again, it comes down to knowing what you do, with what you do it, and how you do it...

but

DW is no longer at all the registered drag tool that allowed without too much knowledge to build dynamic sites.... Today applications, games and all other type of applications, connected or not, interconnected or not, are located one step above dynamic websites and DW having separated from its major tools, there are several versions already, and not having evolved as it should in this universe, no longer meet the expectations of designers, nor developers who often find better adapted alternative solutions... and even of simple code editor like Sublime, Visual Studio Code, Vim , and more,

and on the language side

no need c#, nor objective c, nor java... for handling web app and pwa... just plain vanilla JavaScript is good enought...

Whether on the server side or the client side, including the management and organization of data in a structured, efficient and fast set, JavaScript has become established today and meets the expectations, combines the most demanding and complex, of application developers.

the polymorphic approach to language, both in object-oriented form (classes or proptotypes... although it is only prototypal), and FP... JavaScript meets all our approaches (even combined)

HTML5, complemented by numerous APIs continuously in response to expectations, allows in a native way, to solve many polymorphic operating system problems.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Aug 04, 2019 Aug 04, 2019

Copy link to clipboard

Copied

Adding to B i r n o u​'s excellent explanation, have a look at Develop Mobile Apps Easily.

Edit: Personally I would go for a Web App. See Native Apps vs. Web Apps: What Is the Better Choice?

Wappler, the only real Dreamweaver alternative.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Enthusiast ,
Aug 04, 2019 Aug 04, 2019

Copy link to clipboard

Copied

thanks Birnou!,

cheers Ben for the links, will read up

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Aug 05, 2019 Aug 05, 2019

Copy link to clipboard

Copied

In Dreamweaver we have jQuery Mobile.... The jQuery Mobile project hasn't received much in the way of updates for several years so I'd steer clear of using that. See here: https://blog.jscrambler.com/10-frameworks-for-mobile-hybrid-apps/

Paul-M - Community Expert

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Aug 05, 2019 Aug 05, 2019

Copy link to clipboard

Copied

Paul-M  a écrit

In Dreamweaver we have jQuery Mobile.... The jQuery Mobile project hasn't received much in the way of updates for several years so I'd steer clear of using that. See here: https://blog.jscrambler.com/10-frameworks-for-mobile-hybrid-apps/

are you sure that jQuery Mobile is still up ???

https://blog.jquerymobile.com/2017/12/21/the-future-of-jquery-ui-and-jquery-mobile/ nothing new since 2017 from the source... so... ???

it should be removed from DW

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Aug 05, 2019 Aug 05, 2019

Copy link to clipboard

Copied

LATEST

are you sure that jQuery Mobile is still up ???

https://blog.jquerymobile.com/2017/12/21/the-future-of-jquery-ui-and-jquery-mobile/ nothing new since 2017 from the source... so... ???

it should be removed from DW

Its dead which I why I said steer clear of it. Yes it should be removed ...

Paul-M - Community Expert

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines