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

Tag Archive

Making Accessible Xamarin Forms apps

In Mobile Development by Christian HissibiniMarch 2, 2019Leave a Comment

Accessibility options, allows accessibility programs to read your app and provide any appropriate assistance. The most common, is a narrator, being able to read your app, to verbal speak to …

Publishing iOS App on Apple’s App Store

In Mobile Development by Christian HissibiniFebruary 10, 2019Leave a Comment

Once you have developed an iOS app, you need to publish it to Apple’s App Store for mass distribution. This step-by-step guide will show you how to prepare your app …

Publishing Android Apps on the Google Play Store

In Mobile Development by Christian HissibiniFebruary 10, 2019Leave a Comment

This article is a step-by-step guide on how to successfully publish your app on the Google Play Store. For newbies and first-timers, publishing an app on Google Play can seem …

Calling Javascript in Xamarin Forms

In Mobile Development by Christian HissibiniDecember 4, 2018Leave a Comment

The following tutorial will show to call a JavaScript function from C#, where the JavaScript function is defined in a web page hosted by the WebView control. Calling JavaScript The following …

Implementing Push Notifications in Xamarin Forms

In Mobile Development by Christian HissibiniOctober 9, 2018Leave a Comment

Push notifications in Xamarin Forms is an interesting project and that is because each platform implements Push Notifications and the corresponding notifications (toasts) in a different way. I will show …

Understanding Push Notifications Lifecycle

In Mobile Development by Christian HissibiniOctober 9, 2018Leave a Comment

Push notifications are a common feature in mobile apps and if you read my previous post or others you will easily understand how to receive them. Most walk-throughs stop at that …

Using Renderscript in Xamarin.Android

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

* This articles applies for Xamarin.Android applications that target API level 17 or higher RenderScript is a framework for running computationally intensive tasks at high performance on Android. RenderScript is …

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 …

  • Page 1 of 2
  • 1
  • 2
  • →

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