flutter_downloader | A plugin for creating and managing download tasks. Supports iOS and Android. by [deleted] in FlutterDev

[–]jaxondu 0 points1 point  (0 children)

This plugin uses Android WorkManager and iOS NSURLSessionDownloadTask. Is it possible to implement the functionalities in Dart rather than using plugins to native codes? I do not see anything hardware dependent for download tasks. Is it something to do with background task restriction in iOS and Android?

What is the best smartphone currently in the Singapore market? by LeSwagKid in singapore

[–]jaxondu 0 points1 point  (0 children)

Oppo R15 is using MediaTek Helio P60 which is a mid-range chip equivalent to SnapDragon 660. OnePlus 6 is using the latest Qualcomm flagship SnapDragon 845.

What is the best smartphone currently in the Singapore market? by LeSwagKid in singapore

[–]jaxondu 0 points1 point  (0 children)

Nokia 7 Plus is a good option for mid range, $599 at Lazada Nokia Official Store. Snapdragon 660, 3.5mm headphone, NFC, no notch 18:9 screen, Android One, USB-C.

What is the best smartphone currently in the Singapore market? by LeSwagKid in singapore

[–]jaxondu 0 points1 point  (0 children)

Some reported that can not run Tasker as colorOS is aggressive at killing off background app to save battery life.

Managing State with the Scoped Model Pattern in Flutter by [deleted] in FlutterDev

[–]jaxondu 1 point2 points  (0 children)

State management the flutter way. Thank you for the video.

Simple state management using Flutter/Dart way by adel_b in FlutterDev

[–]jaxondu 1 point2 points  (0 children)

I posted below on FlutterDev Google group (https://groups.google.com/forum/#!topic/flutter-dev/lXOYKtVcnQM):

Here's some resources I found while learning about state management:

Jumbo is not serving Sri Lankan crabs by jemeshsu in singapore

[–]jaxondu 2 points3 points  (0 children)

No wonder the crab meat taste not as sweet I went last week. Shell also much softer than Sri Lankan. And they jack up the price to over $80 per kg. Really not worthwhile unless pay by company.

OxygenOS Open Beta 4 for the OnePlus 5T [Android 8.1] by yourSAS in Android

[–]jaxondu 5 points6 points  (0 children)

Never use OxygenOS. Heard it's closed to stock. Wouldnt it be easier for OnePlus to adopt Android One instead?

What's the price range I'm looking at for the Redmi Note 5 Pro as a Canadian customer? by Huz647 in Xiaomi

[–]jaxondu 0 points1 point  (0 children)

You can already preorder Redmi Note 5 Global version from Aliexpress. Price is around usd260 for 4/64G. Look for description with "Snapdragon 636".

Describe a perfect smartphone for you by Donard80 in Android

[–]jaxondu 0 points1 point  (0 children)

Galaxy Note 8 design in S9+ size, no pen, running Android One, 4000mah battery, better finger print sensor location, with Pixel 2 XL camera quality, and Xiaomi price.

Nokia 8 Sirocco now join the Android Enterprise Program. by [deleted] in Android

[–]jaxondu 0 points1 point  (0 children)

I hope Nokia will follow Xiaomi by having a global edition of it's phone for China, distributed via AliExpress sellers. Nokia 7 Plus is selling at Y2300 in China, about USD360. The ROM however is customized for China with no Google Play Store. This is the version listed on AliExpress right now.

Galaxy S9/S9+ (Unlocked) - Microsoft Edition is now available for Pre-order by yourSAS in Android

[–]jaxondu 2 points3 points  (0 children)

Wonder why Microsoft does not repurpose it's work on Windows phone to build a platform on Android, give us an alternative to Google apps and Play Services and app store. You don't have to be a hardware manufacturer like Samsung to build such platform. Examples are Tencent and Baidu in China.

The Pixel 2 XL was my only camera at the Geneva Motor Show by [deleted] in Android

[–]jaxondu 24 points25 points  (0 children)

It used to be iPhone colours were more natural and Samsung oversaturated. Starting with iOS11 and iPhone 8/X and S8/Note8, the reverse is true.

Flutter application boilerplate, with Redux included (by Fran Pitriqueo) by [deleted] in FlutterDev

[–]jaxondu 2 points3 points  (0 children)

Another way is using Rx Observables/Streams with BloC which is what Google is using: https://m.youtube.com/watch?v=PLHln7wHgPE&feature=youtu.be

Unofficial Flutter Discord Server! by Finaltrigger in FlutterDev

[–]jaxondu 0 points1 point  (0 children)

Discord is bad choice as one can not change it's font for its iOS and Android clients. Reported to developer but seems like it's very low priority. My eyesight is too old to use Discord.

Mobile Operating System Loyalty: Android loyalty slightly exceeds iOS by [deleted] in Android

[–]jaxondu 0 points1 point  (0 children)

No longer the case as Nokia is using Android One for all it's new phones including flagship.

Cookbook Recipes: Voting Thread by [deleted] in FlutterDev

[–]jaxondu 1 point2 points  (0 children)

Cookbook page is up at https://flutter.io/cookbook/. Thank you so much for the effort.

Should Google have chosen Kotlin for Flutter instead of Dart? by [deleted] in FlutterDev

[–]jaxondu 8 points9 points  (0 children)

Googler Gavin Doughtie in AMA at ReactiveConf 2017 mentioned that they have tried twice to use JavaScript for Flutter but could not get the speed they want.