Clover Flex 2 in the UK & Ireland
October 1st, 2020
Clover is excited to announce that Flex 2 is launching in the UK and Ireland.
The Flex 2 brings a faster processor, increased RAM, Android 8.1 support, more storage, and 4G LTE support. It also comes with a fingerprint reader.
Key highlights
The Flex 2 comes with these exciting features.
Processor: Qualcomm Snapdragon 660 octa-core processor
Memory: 2 GB RAM
Storage: 16 GB
Operating system: Android 8.1, multi-language support
Cellular Data: 4G/LTE only
Fingerprint reader: Yes
See the technical specifications for Flex 2.
Takeaways for developers
You can order Flex 2 Dev Kits from cloverdevkit.com for testing your apps. You can also use the Android Emulator.
The Clover Platform
class is deprecated. The Platform2
class provides similar functionality and also lets your app support new Clover devices without any recompiling.
With the Platform2
class, use standard Android methods to discover device features and to support different screen sizes. For example, if a Clover device supports the FEATURE_TELEPHONY
system feature, it supports mobile data.
boolean mobileData = context.getPackageManager().hasSystemFeature(PackageManager.FEATURE_TELEPHONY);
Clover will make your apps on Flex 1 available on Flex 2 devices.
See more information about integrations specific to the UK and Ireland markets in the documentation. For questions and feedback, use [email protected].
Updated 4 months ago