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
Dernière révisionLes deux révisions suivantes
informatique:mobile_app [11/09/2016 18:46] – [Mobile App] cyrilleinformatique:mobile_app [03/03/2024 08:32] – [Générateurs d'applications] cyrille
Ligne 4: Ligne 4:
   * [[/informatique/android|/informatique/android]]   * [[/informatique/android|/informatique/android]]
  
-===== Cross-platform tools =====+tags: smartphone, application
  
 +===== Générateurs d'applications =====
  
-===== Api & Kits =====+As a Service, NoCode
  
 +  * https://fr.adalo.com [[https://fr.adalo.com/pricing|pricing]]
 +  * https://bubble.io [[https://bubble.io/pricing|pricing]]
 +  * Fermés
 +    * <del>http://goobarber.com - Beautiful App with Map, multimedia and more</del>
 +    * <del>https://www.designmyapp.mobi</del>
 +    * <del>http://www.myapp.net</del>
  
-===== Ionic Framework =====+===== Cross-platform tools =====
  
-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. +==== Flutter ====
  
-http://ionicframework.com/+https://docs.flutter.dev/
  
-===== Cordova =====+Exemple d'application en open-source, pour apprendre ;-) 
 +  * Fwitter https://github.com/TheAlphamerc/flutter_twitter_clone 
 +    * Firebase auth, real-time, firestore database, and storage 
 +  * MovieLab https://github.com/ErfanRht/MovieLab 
 +    * movie database IMDb 
 +  * FlutterWeather https://github.com/ArizArmeidi/FlutterWeather 
 +    * acquiring the user's current location, searchable location, OpenWeatherMap API 
 +  * Blink-comparison https://github.com/proninyaroslav/blink-comparison 
 +    * quickly switch pictures without delay 
 +  * Airdash https://github.com/simonbengtsson/airdash 
 +    * file-sharing flutter webRTC app 
 +  * Chillify https://github.com/KarimElghamry/chillify 
 +    * only works on Android, Provider and BLoC patterns, retrieve all songs, pause, play, seek, repeats, shuffle, now playing, search songs, and many more. 
 +  * Timy-messenger https://github.com/janoodleFTW/timy-messenger 
 +    * group messaging app to communicate and organize themselves. It includes lots of features like multiple groups (similar to Teams in Slack), multiple open or private channels within groups, sharing of photos and photo collections, reacting to messages with emojis, and many more 
 +  * And more here : 
 +    * https://medium.com/geekculture/7-flutter-open-source-projects-to-become-a-better-flutter-developer%E3%83%BCpart-2-feedea6911b 
 +    * https://medium.com/geekculture/7-flutter-open-source-projects-to-become-a-better-flutter-developer%E3%83%BCpart-3-35185c3756da 
 +    * https://medium.com/geekculture/7-flutter-open-source-projects-to-become-a-better-flutter-developer%E3%83%BCpart-4-54a75aaf10b8 
 + 
 + 
 +==== Cordova ====
  
 http://cordova.apache.org/ http://cordova.apache.org/
  
 Cordova Plugins: https://cordova.apache.org/plugins/ Cordova Plugins: https://cordova.apache.org/plugins/
 +
 +
 +=== Tools ===
  
 [[https://github.com/xseignard/cordovarduino|Cordovarduino]] is a Cordova/Phonegap plugin that enable you to use serial communication from an Android device to a serial over USB capable one. [[https://github.com/xseignard/cordovarduino|Cordovarduino]] is a Cordova/Phonegap plugin that enable you to use serial communication from an Android device to a serial over USB capable one.
Ligne 41: Ligne 72:
 </code> </code>
  
-==== Windows 7 ====+== Windows 7 ==
  
 [[https://blogs.msdn.microsoft.com/visualstudio/2014/08/04/apache-cordova-tooling-update-with-support-for-windows-7/|Apache Cordova Tooling Update with Support for Windows 7]] [[https://blogs.msdn.microsoft.com/visualstudio/2014/08/04/apache-cordova-tooling-update-with-support-for-windows-7/|Apache Cordova Tooling Update with Support for Windows 7]]
Ligne 52: Ligne 83:
  
  
-===== Phonegap =====+==== Phonegap ====
  
 Adobe Phonegap est basé sur Apache Cordova et apporte de nombreux outils. Adobe Phonegap est basé sur Apache Cordova et apporte de nombreux outils.
Ligne 58: Ligne 89:
 http://phonegap.com/ http://phonegap.com/
  
-===== WebDGap =====+> **PhoneGap vs. Apache Cordova** 
 +> We’re often asked “What is difference is between PhoneGap and Cordova?”. Apache Cordova was born from PhoneGap. In 2011, the PhoneGap codebase was donated to Apache for incubation, and the project has continued to thrive ever since. Apache Cordova is still the engine that powers PhoneGap, much like WebKit is the engine that powers many modern web browsers. 
 +> It’s the robust tools that sets PhoneGap apart, including: our command line interface, the PhoneGap Desktop app, the PhoneGap Developer app, and PhoneGap Build.
  
-  * https://mikethedj4.github.io/WebDGap/ +==== Xamarin ==== 
-  * https://github.com/mikethedj4/WebDGap+ 
 +https://www.xamarin.com 
 + 
 +.Net
  
-===== Codename One =====+==== Codename One ====
  
 https://www.codenameone.com https://www.codenameone.com
Ligne 69: Ligne 105:
 Avec service en ligne pour compilation Mac iOS (payant). Avec service en ligne pour compilation Mac iOS (payant).
  
-===== Xamarin =====+==== WebDGap ====
  
-https://www.xamarin.com 
  
-.Net+PhoneGap for your Desktop applications. 
 +Convert any web application to a native Windows/Linux/Mac/Chrome application.
  
-===== Fabric.io =====+  * https://mikethedj4.github.io/WebDGap/ 
 +  * https://github.com/mikethedj4/WebDGap 
 + 
 +==== Electron ==== 
 + 
 +Build cross platform desktop apps with JavaScript, HTML, and CSS. With Electron, creating a desktop application for your company or idea is easy. Initially developed for GitHub's Atom editor, Electron has since been used to create applications by companies like Microsoft, Facebook, Slack, and Docker.  
 + 
 +https://electron.atom.io
 + 
 +==== Expo ==== 
 + 
 +Expo is a free and open source toolchain built around React Native to help you build native iOS and Android projects using JavaScript and React. 
 + 
 +  * Build native binaries with our build service. 
 + 
 +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/ 
 + 
 +==== Fabric.io ====
  
 https://get.fabric.io https://get.fabric.io
  
 par Twitter. par Twitter.
 +
 +==== Maps ====
 +
 +  * http://wiki.openstreetmap.org/wiki/Frameworks
 +  * http://wiki.openstreetmap.org/wiki/Android
 +  * [[/informatique/android|/informatique/android]]
 +
 +=== Mapbox Cordova plugin ===
 +
 +http://plugins.telerik.com/cordova/plugin/mapbox/
 +
 +=== Tangrams ===
 +
 +2D and 3D map renderer using OpenGL ES
 +
 +https://github.com/tangrams/tangram-es
informatique/mobile_app.txt · Dernière modification : 03/03/2024 08:55 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