Outils pour utilisateurs

Outils du site


informatique:mobile_app

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Les deux révisions précédentesRévision précédente
Prochaine révision
Révision précédente
informatique:mobile_app [30/07/2025 20:17] – [Mobile App] cyrilleinformatique:mobile_app [30/08/2025 12:53] (Version actuelle) – [Online builder (no code)] cyrille
Ligne 6: Ligne 6:
  
 tags: smartphone, application tags: smartphone, application
 +
 +
 +===== responsive vs adaptive =====
 +
 +Une application réactive (//responsive//) ajuste la disposition des éléments graphiques afin de s'adapter à l'espace disponible. Une application adaptative (//adaptive//), quant à elle, sélectionne la mise en page et les périphériques d'entrée appropriés pour être utilisable dans l'espace disponible. Par exemple, l'interface utilisateur d'une tablette doit-elle utiliser une navigation par le bas ou une navigation par panneau latéral ?
 +
 +The [[https://developer.android.com/docs/quality-guidelines/large-screen-app-quality|Android Large Screen App Quality Guidelines]] and the [[https://developer.apple.com/design/human-interface-guidelines/designing-for-ipados|iOS equivalent]] say that neither text nor boxes should take up the full screen width. How to solve this in an adaptive way?
 +
 +  * https://docs.flutter.dev/ui/adaptive-responsive
 +  * https://docs.flutter.dev/ui/adaptive-responsive/large-screens
  
  
Ligne 13: Ligne 23:
  
 [[/informatique/flutter|Flutter]] [[/informatique/flutter|Flutter]]
 +
 +==== Ionic Framework ====
 +
 +Free and open source, Ionic offers a library of mobile-optimized HTML, CSS and JS CSS components, gestures, and tools for building highly interactive apps. Built with Sass and optimized for AngularJS. Just drop it in your code to get going, and push through Cordova or Phonegap when it's ready. Develop once, deploy everywhere. 
 +
 +  * http://ionicframework.com/
 +  * https://ionic.io/
  
 ==== Cordova ==== ==== Cordova ====
Ligne 97: Ligne 114:
  
 https://expo.io/ https://expo.io/
-===== Api & Kits ===== 
- 
- 
-==== Ionic Framework ==== 
- 
-Free and open source, Ionic offers a library of mobile-optimized HTML, CSS and JS CSS components, gestures, and tools for building highly interactive apps. Built with Sass and optimized for AngularJS. Just drop it in your code to get going, and push through Cordova or Phonegap when it's ready. Develop once, deploy everywhere.  
- 
-  * http://ionicframework.com/ 
-  * https://ionic.io/ 
- 
  
 ==== Fabric.io ==== ==== Fabric.io ====
Ligne 112: Ligne 119:
 <del>https://get.fabric.io</del> par Twitter. <del>https://get.fabric.io</del> par Twitter.
  
-==== Maps ====+===== Online builder ===== 
 + 
 +==== Builder seul ==== 
 + 
 +  * https://codemagic.io
  
-  * http://wiki.openstreetmap.org/wiki/Frameworks +==== No code ====
-  * http://wiki.openstreetmap.org/wiki/Android +
-  * [[/informatique/android|/informatique/android]]+
  
-=== Mapbox Cordova plugin ===+  * https://fr.goodbarber.com/
  
-http://plugins.telerik.com/cordova/plugin/mapbox/ 
  
-=== Tangrams === 
  
-2D and 3D map renderer using OpenGL ES 
  
-https://github.com/tangrams/tangram-es 
  
  
Ligne 149: Ligne 154:
   * https://www.scaleway.com/en/apple-mac-mini/   * https://www.scaleway.com/en/apple-mac-mini/
  
 +==== App Store ====
 +
 +https://developer.apple.com/help/app-store-connect/reference/screenshot-specifications
 +
 +Visuels obligatoires pour l'App Store :
 +
 +
 +iPhone 6.5" Display
 +  * 1284 x 2778 pixels (portrait)
 +  * 2778 x 1284 pixels (landscape)
 +  * 1242 x 2688 pixels (portrait)
 +  * 2688 x 1242 pixels (landscape)
 +
 +iPad Pro 13" Display
 +  * 2064 x 2752 pixels (portrait)
 +  * 2752 x 2064 pixels (landscape)
 +  * 2048 x 2732 pixels (portrait)
 +  * 2732 x 2048 pixels (landscape)
  
informatique/mobile_app.1753899473.txt.gz · Dernière modification : de cyrille

Sauf mention contraire, le contenu de ce wiki est placé sous les termes de la licence suivante : CC0 1.0 Universal
CC0 1.0 Universal Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki