Just a quick reminder that my session about mobile development for Business Central is today on BC TechTalk at 17:00 on track 1!
Mobile Apps
BC TechTalk TODAY!
Finally, it is here! Another conference about Business Central is here and due to COVID-19, it's online and totally free. Check all amazing sessions from best speakers from the Business Central world. The agenda is on the web HERE. And if you are interested in mobile...
Session on BC TechTalk about Business Central mobile development
I have a session on the upcoming online conference BC Tech Talks about an exciting topic - Build your own mobile app for Business Central! Event for the Technical BC PeopleBC TechTalk is a 2 day FREE online summit for the technical Business Central people: developers,...
Dart & Flutter: Use of REST GET method
This chapter we will continue with the project that we created before. The project could be found on GitHub. Now when we have a runnable app with homepage and standardized navigation, we can look on how to load data using REST. We will start with the basic example of...
Dart & Flutter: Project Initialization
We have already prepared development environment and Android Emulators in previous articles. In this chapter, we will look at how to create a new project and on the generated files. To start with, open Visual Studio Code (or any other support development environment)...
Dart & Flutter: Setup Android emulator and Android device
Application development is not possible without testing. For mobile development there are two primary possibilities - test the application on a mobile device with Android or using Android emulator. If you have an Android device (especially the one for which you are...
Dart & Flutter: Install prerequisites & environments for Mobile Development
To be able to create your app in Dart & Flutter, you have to set up your environment first. Flutter Download here: https://flutter.dev/docs/development/tools/sdk/releases Extract the ZIP file to your computer (do not put them in any system directory like Program...
Dart & Flutter: What is it?
As from my point of view, the original mobile app for Microsoft Dynamics 365 Business Central is not suitable for some industries, especially when there are some requests on special behaviour (such as automation, bar code scanning & automation or special system...