MediaStore in Flutter
#flutter #MediaStore #mobileThis article will guide you through the process of creating a simple flutter app that allows you to draw on a canvas. Then we will add the ability for this app to save those images to external storage volume using MediaStore API which allows to retrieve and update media files. Files saved this way are discoverable e.g. by system file explorer and will survive in case your app gets uninstalled. MediaStore API was added in API level 1 which makes it available in all Android devices!
Bartosz Biernacki
How To Write a Simple Flutter QR Code Scanner App
#flutter #mobileIn this article you will learn how to write a simple iOS and Android app which: scans QR codes witch a phone camera, if scanned data is a link it opens it in a browser, otherwise it displays it in a dialog. If you are new to Flutter and you have never built nor created an application using Flutter, please get familiar with Get started section on the official flutter.dev website before continuing.
Stefan Pająk
Progressive Web App (PWA)
#mobile #PWA #web developmentIn the current world of technology we see a consistent blurring of boundaries between the creation of native applications dedicated to a specific system platform and web applications available through internet browsers.
Bogusław Legierski
What Is An Application Prototyping And Its Benefits?
#application prototyping #mobile #MVPIn the following article I describe one of the most interesting, useful and effective phases of the web and mobile app development process, which is prototyping. How to create the first prototype, what exactly it is and what are the best practices? I encourage you to read.
Maciej Kotok
How We Built a Dedicated System for Guests of the Economic Forum
#business development #mobileIn Evertop we are making a lot of interesting projects but the one I’m going to present today is really significant to me. Since I did care much about this specific project I dedicated a huge amount of time to convince the client to cooperate with us.
Maciej Kotok
How To Secure The Application With Spring Security Using The JWT And MySQL Database?
#entity framework #mobileSpring Security is a framework that provides a set of tools to secure the created application and to manage access to its resources. It allows you to configure freely the authentication and authorization process.
Michał Szczypka
Tips And Tricks On How To Check If Your Mobile Application Is User-Friendly
#mobile #testing #WCAG standardsNowadays, while designing web applications we should consider that a big amount of users will be using our page on the mobile devices. This is why application tests on different browsers and with different resolutions are so important.
Agnieszka Michnik
Challenges of Scaling a Business – How We Help a Small English School
#digital transformation #growth #mobileAs you probably know Evertop is a custom software development company. We design, develop, deploy and maintain bespoke systems created under our client’s requirements. On our daily basis work, we find less or more exciting and inspiring projects. The one I’d like to describe today is, in my opinion, one of the most interesting we’ve done so far.
Maciej Kotok
How To Write a Simple Downloading App With Flutter
#downloading files #flutter #mobileIf you are new to Flutter and you have never built nor created an application using Flutter, please get familiar with Get started section on the official flutter.dev website before continuing.