Skip to content

Software Development at Program Tom LTD

Place for coding, programming, development and software in general.

Menu
  • Blog
  • PDF Booklets
  • Dev Utils & Content
  • Java Spring Boot Or Web Apps
  • English
    • български
    • English
    • Español
    • Português
    • हिन्दी
    • Русский
    • Deutsch
    • Français
    • Italiano
    • العربية
  • About Us
Menu
Mobile Smart Phone

Mobile First Development Approach

Posted on June 29, 2021June 29, 2021 by Toma Velev

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 platforms and frameworks – Android, iOS, Flutter.

Few are the cases where the laptop and desktop views require entirely new user interface. The most common way is – to visualize on the bigger screen – 2 or 3 phone size sections that are displayed separately or stocked on the bottom – on smaller form factor.

Offline First Logic

One of the approaches when coding the logic is to execute maximum amount of work offline and return to the user – the control to continue. Obviously this cannot be used 100 % of the time because of business requirements. But, whenever possible, do it like that, otherwise, you will be requested to refactor. You could use libraries like

  • Google Firebase or
  • Amazon Amplify software stack

They will handle synchronization and have many features for all kinds of functionalities. Of course they come with a second level price and less fine tuned control. You could use them – if you target United States, or you have the money, or you are short of time.

Background Work

When you program heavy work on a mobile device, you must prevent the task to not get interrupted. This is essential for so it does not lose progress and data integrity and consistency by some external event. Any meaningful job you must put inside a component that is not bound to the current screen. The bigger percentage of users are on Mobile Devices. He or she may go to the home screen, receive a call, lose power (low battery), on a laptop – he or she may put it to sleep (close the screen).

Here you have some guidelines from the sources:

  • Android: https://developer.android.com/guide/background
  • iOS: https://developer.apple.com/documentation/backgroundtasks
  • Web (Draft): https://developer.mozilla.org/en-US/docs/Web/API/Background_Tasks_API
    • https://caniuse.com/?search=background%20sync
  • Flutter (for Android and iOS): https://pub.dev/packages/workmanager

 

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

  • Prompt-to-Production: How AI is Forcing Us to Build Higher Quality Software
  • Debug Web View Flutter App
  • Skipping AI? You’re a Relic – Time to Evolve or Perish!
  • 2026 Flutter Launch Blueprint: Your 10-Step Checklist to App Store Domination
  • Product Requirements Document – for different software development levels

Categories

  • Apps (25)
  • ChatGPT (27)
  • Choosing a Framework (38)
  • Flutter (281)
  • Graphical User Interface (14)
  • Marketing (119)
  • Software Development (292)
  • Spring (45)
  • StartUp (22)
  • Uncategorized (14)
  • Uncategorized (4)
  • Vaadin (16)

Tags

Algorithms (9) crypto (29) flutterdev (39) General (86) Java (7) QR & Bar Codes (3) Software Dev Choices (33) Spring Boot (1) standards (1) Theme (3) User Authentication & Authorization (9) User Experience (10) Utilities (19) WordPress (11)

Product categories

  • All Technologies (87)
    • Flutter Apps (26)
    • GPT (4)
    • Java (39)
    • Native Android (3)
    • PHP (9)
    • Spring (Boot) / Quarkus (36)
    • Utils (15)
    • Vaadin 24+ (28)
    • Vaadin 8 (1)
  • Apps (18)
    • Employees DB (1)
    • Notes (6)
    • Personal Budget (1)
    • Recipes Book (1)
    • Stuff Organizer (1)
    • To-Do (2)
  • PDF Books (3)
  • Source Code Generators (8)

Recent Posts

  • Prompt-to-Production: How AI is Forcing Us to Build Higher Quality Software
  • Debug Web View Flutter App
  • Skipping AI? You’re a Relic – Time to Evolve or Perish!
  • 2026 Flutter Launch Blueprint: Your 10-Step Checklist to App Store Domination
  • Product Requirements Document – for different software development levels

Post Categories

  • Apps (25)
  • ChatGPT (27)
  • Choosing a Framework (38)
  • Flutter (281)
  • Graphical User Interface (14)
  • Marketing (119)
  • Software Development (292)
  • Spring (45)
  • StartUp (22)
  • Uncategorized (14)
  • Uncategorized (4)
  • Vaadin (16)