360° IT Check #54 – New iPhone, Running Android Apps on Windows in Two New Countries, and More!
Table of Contents

360° IT Check #54 – New iPhone, Running Android Apps on Windows in Two New Countries, and More!

The New iPhone

Each new iPhone release is an event that all companies releasing iOS apps must closely follow. Apple’s phone is a leader in some key Western markets – such as the US, Canada, and the UK (the market share of iOS and Android are extremely close to each other in the UK).

This year, we saw the biggest refresh of the iPhone, ever since the iPhone X. The top model, the iPhone Pro, features a much smaller notch housing the same infrared sensors. It’s a steady evolution from the last model, where the Californian company has reduced the size of the cut-out, but has not removed it.

As for the new features, the (non-exhaustive) list is as follows:  

  • Bluetooth 5.3
  • The Dynamic Island (notifications got a new look)
  • A more powerful battery
  • Always on Display
  • Photonic Engine

Curiously, the American phone maker has decided against using a USB-C port for charging and data transfer.

The Bottom Line

The new iPhone is boring. Nothing has fundamentally changed; nothing surprising. The notch is gone, though, and that’s the biggest plus. The Dynamic Islands, so highly advertised are nothing else than adding a new, fancy, way to display notifications. The Always On Display is an excellent feature, however the competition has had this feature for almost 10 years now.  

iOS developers might look at the newly introduced phone differently, however, so we have a comment from Andrej Krizmanic, Senior iOS Developer at ITMAGINATION:

Don’t expect anything revolutionary from the newly introduced iPhones. Four models got incremental updates and the line-up got refreshed. As I see it, Apple is putting emphasis to the complete the line-up, not just to flagship models. So now, customers in the US can get a very capable brand-new iPhone model starting at $429 (iPhone SE, basic model) up to $1099 for the biggest flagship (iPhone Pro Max, basic model). Here, I’d like to point out that the SE model will suffice my mother's needs for 4 years or probably even more.


So, what we as developers get is a broader reach of users holding very capable devices in their hands. And those users are expanding their experiences beyond the mobile phone, more people find a good use cases for their Apple Watch, Apple TV, some switch to Macs, and some experience a more frequent use of their iPad. There’s a need to develop experiences for users for all device types.

Microsoft expands the Windows Subsystem for Android Feature to new regions

Microsoft has rolled out the compatibility functionality feature to more regions, with improvements. The functionality allows running Android apps on Windows with the help of Amazon’s app store. The unlikely alliance was available only in the US so far, though the availability of it has just expanded to Japan and Germany.  

The Bottom Line

The rollout of the new feature of Windows, touted by some to be a crucial one, has been sluggish, at the very least. Even though, technically, it works in all regions, installing it is not the easiest. It’s certainly a big loss for many, since it allows users to expand the functionality of their computers: sometimes with apps available exclusively on mobile phones.

Preact Signals

Preact, the fast and small alternative to React, has announced the release of an interesting feature. Signals, the framework’s new state management approach focuses on creating pieces of reactive state (to simply put it, the data will re-render once, and only, it changes).  

The API is as simple as it gets, and you may start using the new feature today by writing ‘import {signal} from @preact/signals’:  

const count = signal(0);  

function Counter() {  
return (    
    <button onClick={() => count.value++}>
        Value: {count.value}
    </button> 
    ); 
} 

The Bottom Line

That is something that puts it in stark contrast with React. Facebook’s library aims to provide only the most basic features, focused only on rendering to the screen. The state management, and all other concerns, are left to the developer.  

Of course, Evan You was quick to point out that Preact moved away from React’s philosophy.

Indeed, it did move closer to Vue; more towards the model of including more than just the bare minimum. We are not talking about an ecosystem of packages, such as Angular’s: just a helpful addition to the view layer.

Here is the Hacker News thread for all interested.

BONUS

10 Powerful AI/ML APIs

https://nordicapis.com/10-powerful-ai-ml-apis/

Enhance.dev - A New, HTML-first, Web Framework

https://bytes.dev/archives/116

Liked the article? subscribe to updates!
360° IT Check is a weekly publication where we bring you the latest and greatest in the world of tech. We cover topics like emerging technologies & frameworks, news about innovative startups, and other topics which affect the world of tech directly or indirectly.

Like what you’re reading? Make sure to subscribe to our weekly newsletter!
Categories:
Share

Join 17,850 tech enthusiasts for your weekly dose of tech news

By filling in the above fields and clicking “Subscribe”, you agree to the processing by ITMAGINATION of your personal data contained in the above form for the purposes of sending you messages in the form of newsletter subscription, in accordance with our Privacy Policy.
Thank you! Your submission has been received!
We will send you at most one email per week with our latest tech news and insights.

In the meantime, feel free to explore this page or our Resources page for eBooks, technical guides, GitHub Demos, and more!
Oops! Something went wrong while submitting the form.

Related articles

Our Partners & Certifications
Microsoft Gold Partner Certification 2021 for ITMAGINATION
ITMAGINATION Google Cloud Partner
AWS Partner Network ITMAGINATION
ISO 9001 ITMAGINATIONISO-IEC 27001:2013 ITMAGINATION
© 2024 ITMAGINATION. All Rights Reserved. Privacy Policy