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 [27/07/2025 16:12] – [The iOS Problem] cyrilleinformatique:mobile_app [30/08/2025 12:53] (Version actuelle) – [Online builder (no code)] cyrille
Ligne 3: Ligne 3:
 Aussi: Aussi:
   * [[/informatique/android|/informatique/android]]   * [[/informatique/android|/informatique/android]]
 +  * l’appli [[/app/croustiwiki|CroustiWiki]]
  
 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 12: 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 96: Ligne 114:
  
 https://expo.io/ https://expo.io/
-===== Api & Kits ===== 
  
 +==== Fabric.io ====
  
-==== Ionic Framework ==== +<del>https://get.fabric.io</del> par Twitter.
- +
-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 ====+===== Online builder =====
  
-<del>https://get.fabric.io</del> par Twitter.+==== Builder seul ====
  
-==== Maps ====+  * 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 132: Ligne 138:
   * [[https://www.baeldung.com/linux/xcode|Running Xcode in Linux]] with [[https://www.darlinghq.org/|Darling]] (//Darwin/macOS emulation layer for Linux//) or macOS Virtual Machine    * [[https://www.baeldung.com/linux/xcode|Running Xcode in Linux]] with [[https://www.darlinghq.org/|Darling]] (//Darwin/macOS emulation layer for Linux//) or macOS Virtual Machine 
  
-XCode on line services:+XCode as online services:
  
   * [[https://www.macincloud.com/pages/xcode.html|MacInCloud]]   * [[https://www.macincloud.com/pages/xcode.html|MacInCloud]]
Ligne 140: Ligne 146:
   * https://codemagic.io/pricing/   * https://codemagic.io/pricing/
     * La formule gratuite fait bien le job pour publier sur l'App Store 🌈     * La formule gratuite fait bien le job pour publier sur l'App Store 🌈
 +    * pour qlqs p'tites erreurs de prise en main voir [[https://framagit.org/Cyrille37/wp-did-you-know-flutter/-/issues/13|ce ticket]]
 +
  
 Bare Metal Mac Bare Metal Mac
Ligne 146: 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.1753625567.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