Skip to main content

Posts

Showing posts from December, 2017

HockeyApp gets free after Microsoft taken over and now provides continuous functionalities

Visual Studio App Center Continuous-Funktionalität für alles: Erstellen, Testen, Bereitstellen, Aktivieren, Wiederholen Link to GitHub, BitBucket, whatsoever Buildvorgänge in der Cloud Testen auf echten Geräten Automatisieren Sie Benutzeroberflächentests auf Tausenden von echten Geräten und mit Hunderten von Konfigurationen in der Cloud mithilfe gängiger Frameworks wie Appium, Espresso und XCUITest Pushen von Liveupdates in die App Cordova and Xamarin only Sofortiges Verteilen von Apps Schnellere Analysen und Erkenntnisse Überwachen der Integrität Ihrer Apps Ansprechen von Benutzern mit Pushbenachrichtigungen Visual Studio App Center

Using Speech with iOS and Android: SiriKit, Voice Capabilities, Google Assistant

SiriKit SiriKit enables your iOS apps and watchOS apps to work with Siri, so users can get things done using just their voice. Your content and services can be used in new scenarios including access from the lock screen and hands-free use. Apps adopt SiriKit by building an extension that communicates with Siri, even when your app isn’t running. The extension registers with specific domains and intents that it can handle. For example, a messaging app would likely register to support the Messages domain, and the intent to send a message. Siri handles all of the user interaction, including the voice and natural language recognition, and works with your extension to get information and handle user requests. Apple Developer Adding Voice Capabilites Voice actions are an important part of the wearable experience. They let users carry out actions hands-free and quickly. Wear provides two types of voice actions: System-provided These voice actions are task-based and are built into

Electron - Build cross platform desktop apps with JavaScript, HTML, and CSS

If you can build a website, you can build a desktop app. Electron is a framework for creating native applications with web technologies like JavaScript, HTML, and CSS. It takes care of the hard parts so you can focus on the core of your application. Web Technologies Electron uses Chromium and Node.js so you can build your app with HTML, CSS, and JavaScript. Open Source Electron is an open source project maintained by GitHub and an active community of contributors. Cross Platform Compatible with Mac, Windows, and Linux, Electron apps build and run on three platforms. The hard parts made easy Automatic updates Native menus & notifications Crash reporting Debugging & profiling Windows installers   Electron