In this article I’m gonna answer What it means to do Mobile First Development Approach. I’ll quote some personal experiences, projects and points of view. Responsive Design Responsive design idea has taken over the world thanks to several frameworks and platforms: Bootstrap, Material Design, and their integration in WordPress, React.JS, Angular and even the native…
Category: Flutter
Extract Main Info of a Web Site
Here you have a tool for the Desktop Computer – to extract the main Information of a Web Site. https://programtom.com/appcenter.online/app.php?id=57. You just need to paste the URL address. The tool will extract Web Page: Title Description Image/Logo This information is available on any public page because of Search Engine Optimization reasons. If a Web Page…
WordPress Application Builder
WordPress powers most of the Internet because of ease of use, network effect, branding and more so I’ve created a Simple Application Builder using this platform as the backbone. It is proof of concept, so don’t expect a lot. It could be found here: https://tomavelev.com/wp_app_builder/ You search for the site you wish to turn into…
Building Fully Cross Platform App with Flutter
In this article I’m gonna explain how I’ve build Fully Cross Platform Native Apps with Flutter. The Application I’ve build is an App Center that is listing and will contain all future software products. About App Center Some time ago I rented the domain “App Center . Online”. It was cheap, but I didn’t manage…
Dev Dependency Hell – Java, JS, Android, Flutter
Many Times in Software Development, Coders get into a Dependency Hell. Figuring out the working versions of one source code library with another is one big unproductive moment. Instead of focusing on meaningful, visible business logic, we [developers] are often fighting the tech stack itself. From one hand – there are source code repositories that…
Flutter Android Login using Firebase & Google – from Scratch
In this article I’m gonna detail the steps to implement Login with Firebase and Google from Scratch in Flutter Android. You could start by following that steps on: https://firebase.flutter.dev/docs/overview/. Create new Flutter – Hello World – Project. Nothing complex here. You could execute it from any of the IDEs or the command line “flutter create…
How to Add Watermark to Photo – Flutter
In many apps you will need to add Watermark to a Photo or picture and this is possible using Flutter and a plugin that is supported on all platforms. It is the image: https://pub.dev/packages/image package. You could find that – it is written in the GitHub Description – it is coded in dart programming language….
How to Add Watermark to Video – Flutter
In this article I’m gonna tell you little things I’ve found while Adding watermark to a Video with Flutter. Adding of watermark stuff into videos, in my personal experience and as far as I’ve seen, is implemented with the ffmpeg tool or package. Code Samples & Hints The ffmpeg command line util requires input videos…
Flutter and React-Native are for Startups
Flutter and React-Native are Cross-Platform technologies for Startups – that access unite platform and half-access native features in a united way. They do optimize development time and also – Speed of deployment and delivery are crucial for fast interaction of features. In the end – Innovation is nothing more than statistics around the new features…
Social Login – Why Use 3rd Party Authentication?
Why Use Social – 3rd Party Authentication in your Login workflows? The importance of the Connections of the users on other places I’ve described here: https://programtom.com/dev/2020/10/07/social-software-8-features-to-make-a-product-successful/ (number 3). You will save time and effort from the need to implement and support user management. It is not an easy task. Even the big Corporations have a…
