Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

Revision 1115069 of App Center

  • Revision slug: Web/Apps
  • Revision title: App Center
  • Revision id: 1115069
  • Created:
  • Creator: vyaspranjal33
  • Is current revision? No
  • Comment

Revision Content

તાજેતરની વેબ ટેકનોલોજી અને વિચારોની મદદથી આધુનિક વેબ એપ્લિકેશન્સ કેવી રીતે બનાવવી તે શીખો-

વેબ એપ્લિકેશન્સ કે જે તાજેતરના આધુનિક બ્રાઉઝર્સમાં સુપર શક્તિ ધરાવે છે , છતાં ઓછા સમર્થન ધરાવતા  બ્રાઉઝર્સમાં ઉપયોગકર્તાના અનુભવમાં સ્વીકાર્ય પ્રદાન કરે

અદ્યતન એપ તકનીકો

Progressive web apps
Progressive web apps involve taking standard web sites/apps that enjoy all the best parts of the Web — such as discoverability via search engines, being linkable via {{Glossary("URL")}}s, and working across multiple form factors — and supercharging them with modern APIs (such as Service Workers and Push) and features that confer other benefits more commonly attributed to native apps.
 

App fundamentals

The guides listed below cover common areas of functionality that you'll want to cover/implement in web apps. Each page includes workflows, tutorials, references, examples, and other useful information.

Quickstart
This Quick Start guide introduces a recommended tool chain for creating web apps, and outlines the specific requirements for building Firefox OS applications.
Basic data flow
Setting up the data flow through your application, HTTP basics, Ajax.
Modern web app architecture
A basic introduction to modern web app architecture and development: MVC, frameworks, etc.
Gather and modify data
Retrieving data from files, device hardware (e.g. battery, proximity, light sensor) and key services (e.g. camera, contacts).
User notifications
System notifications, alarms, vibration.
Implement user input and control mechanisms
Mouse, keyboard, pointer lock, touch inputs, drag and drop, and more.
Work offline
appCache, service workers, localStorage, and IndexedDB.
Audio and video delivery
Delivery of video and audio onto a web document.
Audio and video manipulation
How to manipulate audio and video using {{htmlelement("canvas")}}, Web Audio API, etc.
Performance
Articles about making your web apps perform better.

See also

{{CommunityBox("Web Apps", "dev-webapps", "mozilla.dev.webapps", "apps")}}

Revision Source

<p>તાજેતરની વેબ ટેકનોલોજી અને વિચારોની મદદથી આધુનિક વેબ એપ્લિકેશન્સ કેવી રીતે બનાવવી તે શીખો-</p>

<p>વેબ એપ્લિકેશન્સ કે જે તાજેતરના&nbsp;આધુનિક બ્રાઉઝર્સમાં સુપર શક્તિ ધરાવે છે&nbsp;, છતાં&nbsp;ઓછા સમર્થન ધરાવતા &nbsp;બ્રાઉઝર્સમાં ઉપયોગકર્તાના અનુભવમાં સ્વીકાર્ય પ્રદાન કરે</p>

<h2 id="Modern_app_techniques">અદ્યતન એપ તકનીકો</h2>

<div class="column-container">
<div class="column-half">
<dl>
 <dt><a href="/en-US/docs/Web/Apps/Progressive">Progressive web apps</a></dt>
 <dd>Progressive web apps involve taking standard web sites/apps that enjoy all the best parts of the Web — such as discoverability via search engines, being linkable via {{Glossary("URL")}}s, and working across multiple form factors — and supercharging them with modern APIs (such as <a href="/en-US/docs/Web/API/Service_Worker_API">Service Workers</a> and <a href="/en-US/docs/Web/API/Push_API">Push</a>) and features that confer other benefits more commonly attributed to native apps.</dd>
</dl>
</div>

<div class="column-half">&nbsp;</div>
</div>

<h2 id="App_fundamentals">App fundamentals</h2>

<p>The guides listed below cover common areas of functionality that you'll want to cover/implement in web apps. Each page includes workflows, tutorials, references, examples, and other useful information.</p>

<div class="column-container">
<div class="column-half">
<dl>
 <dt><a href="/en-US/docs/Web/Apps/Fundamentals/Quickstart">Quickstart</a></dt>
 <dd>This Quick Start guide introduces a recommended tool chain for creating web apps, and outlines the specific requirements for building Firefox OS applications.</dd>
 <dt><a href="/en-US/Apps/Build/Basic_data_flow">Basic data flow</a></dt>
 <dd>Setting up the data flow through your application, HTTP basics, Ajax.</dd>
 <dt><a href="/en-US/Apps/Build/Modern_web_app_architecture">Modern web app architecture</a></dt>
 <dd>A basic introduction to modern web app architecture and development: MVC, frameworks, etc.</dd>
 <dt><a href="/en-US/Apps/Build/gather_and_modify_data">Gather and modify data</a></dt>
 <dd>Retrieving data from files, device hardware (e.g. battery, proximity, light sensor) and key services (e.g. camera, contacts).</dd>
 <dt><a href="/en-US/Apps/Build/User_notifications">User notifications</a></dt>
 <dd>System notifications, alarms, vibration.</dd>
</dl>
</div>

<div class="column-half">
<dl>
 <dt><a href="/en-US/Apps/Build/User_input_methods">Implement user input and control mechanisms</a></dt>
 <dd>Mouse, keyboard, pointer lock, touch inputs, drag and drop, and more.</dd>
 <dt><a href="/en-US/Apps/Build/offline">Work offline</a></dt>
 <dd>appCache, service workers, localStorage, and IndexedDB.</dd>
 <dt><a href="/en-US/Apps/Build/Audio_and_video_delivery">Audio and video delivery</a></dt>
 <dd>Delivery of video and audio onto a web document.</dd>
 <dt><a href="/en-US/Apps/Build/Audio_and_video_manipulation">Audio and video manipulation</a></dt>
 <dd>How to manipulate audio and video using {{htmlelement("canvas")}}, <a href="/en-US/docs/Web/API/Web_Audio_API">Web Audio API</a>, etc.</dd>
 <dt><a href="/en-US/Apps/Build/Performance">Performance</a></dt>
 <dd>Articles about making your web apps perform better.</dd>
</dl>
</div>
</div>

<h2 id="See_also">See also</h2>

<ul>
 <li><a href="/en-US/docs/Tools">Mozilla developer tools</a></li>
 <li><a href="/en-US/docs/Web/API">API reference index</a></li>
 <li><a href="/en-US/docs/Mozilla/Firefox_OS/Firefox_OS_apps">Firefox OS apps</a></li>
</ul>

<p>{{CommunityBox("Web Apps", "dev-webapps", "mozilla.dev.webapps", "apps")}}</p>
Revert to this revision