DVLUP™ Navigation
  • How it works
  • Blog
  • Search
  • How it works
  • Blog
  • Search

Category Archive

Reporting Download Progress in Xamarin

In Mobile Development by Christian HissibiniAugust 17, 2018Leave a Comment

To retain a responsive UI, a mobile applications should perform long-running tasks – such as downloading a file – in the background. This recipe will show how to asynchronously download …

Creating a User Control in Xamarin Forms

In Mobile Development by Christian HissibiniAugust 5, 2018Leave a Comment

Xamarin Forms doesn’t have a control called a User Control, similar to what you might be familar with in WPF. However we can make any VisualElement, or combination of VisualElement’s …

Using Resources Files in Xamarin Forms

In Mobile Development by Christian HissibiniAugust 5, 2018Leave a Comment

Resource files allow you to define a name and a resource, normally a string, that can change depending upon the language of the device. Each native platform has a resource …

Adding Custom Animations in Xamarin Forms

In Mobile Development by Christian HissibiniMay 18, 2018Leave a Comment

Animations are a great way to show more information on screen and provide a much improved UX. Xamarin Forms has a few animation techniques and I will show how to create …

Implementing Custom Gesture in Xamarin Forms

In Mobile Development by Christian HissibiniMay 18, 2018Leave a Comment

Xamarin Forms only comes with a limited set of Gesture Recognizers, most notably the TapGestureRecognizer. Many times you will want more than just that and hence here is how you …

UWP: Rechercher les codecs installés sur un appareil

In Mobile Development by Christian HissibiniMay 11, 2018Leave a Comment

La classe CodecQuery vous permet de rechercher les codecs installés sur l’appareil actuel. Les codecs qui sont fournis dans Windows10 pour les différentes familles d’appareils sont répertoriés dans l’article Codecs pris en charge; toutefois, …

UWP: Importer des fichiers multimédias à partir d’un appareil

In Mobile Development by Christian HissibiniMay 11, 2018Leave a Comment

Cet article vous décrit la procédure d’importation de fichiers multimédias à partir d’un appareil, notamment la recherche de sources de médias disponibles, l’importation de photos et de fichiers sidecar et …

UWP: Traiter des fichiers multimédias en arrière-plan

In Mobile Development by Christian HissibiniMay 10, 2018Leave a Comment

Cet article vous montre comment utiliser MediaProcessingTrigger et une tâche en arrière-plan pour traiter des fichiers multimédias en arrière-plan. L’exemple d’application décrit dans cet article permet à l’utilisateur de sélectionner un fichier …

UWP: Transcoder des fichiers multimédias

In Mobile Development by Christian HissibiniMay 10, 2018Leave a Comment

Vous pouvez utiliser les API Windows.Media.Transcoding pour transcoder des fichiers vidéo d’un format vers un autre. Le transcodage consiste à convertir un fichier multimédia numérique, tel qu’un fichier vidéo ou audio, d’un format vers …

Adding Effects in Xamarin Forms

In Mobile Development by Christian HissibiniMay 6, 2018Leave a Comment

Effects allow the changing of platform specific properties on a native control without the need for a Custom Renderer. They are typically used for changing styling of a property when the …

  • Page 3 of 4
  • ←
  • 1
  • ...
  • 2
  • 3
  • 4
  • →

Recent Posts

  • Making Accessible Xamarin Forms apps
  • UWP: API expérimentales
  • Publishing iOS App on Apple’s App Store
  • Publishing Android Apps on the Google Play Store
  • How to build a Random Forest model in Azure Machine Learning and R

Archives

  • March 2019
  • February 2019
  • January 2019
  • December 2018
  • November 2018
  • October 2018
  • September 2018
  • August 2018
  • July 2018
  • June 2018
  • May 2018
  • April 2018

Categories

  • Artificial Intelligence
  • Mobile Development

Tags

Artificial Intelligence Azure Bot Bot Framework Cloud Cognitive Services Machine Learning Neural Network UWP Windows ML Xamarin

POWERED BY DVLUP™

  • How it works
  • Blog