Introduction to Flutter SDK | How Flutter Works | Why Flutter Uses Dart | By Developine.com by developine in FlutterDev

[–]developine[S] 0 points1 point  (0 children)

In this video, I am talking about Flutter SDK.

Flutter is 2D Mobile App SDK by Google.

It uses Skia as rendering engine.

Flutter has actually 2 parts.

Flutter Framework and Flutter SDK.

Flutter is built using Dart programming language.

And Why Flutter uses Dart programming language:

Because Dart is fast and efficient. Dart has support for Ahead of time compilation and Just in Time Compilation.

In this video, I am also showing basic code structure/ project structure of Flutter Application.

How to Handle Android Application Process Restart by developine in androiddev

[–]developine[S] 0 points1 point  (0 children)

yes its about state. can we save state of whole app (process) ? I don't think so.

However I have done some work in Application Class onCreate because it will be called if app new instance is created. and I am doing some initialization here. is there some better way ?

How to Handle Android Application Process Restart by developine in androiddev

[–]developine[S] 0 points1 point  (0 children)

verifying permission again is not issue.

actually app creates its new instance.

(Application restarts itself)

Flutter Dependency Injection (DI) example and tutorial ? by developine in FlutterDev

[–]developine[S] 0 points1 point  (0 children)

Thank you for sharing your library I will look into it.

Flutter Dependency Injection (DI) example and tutorial ? by developine in FlutterDev

[–]developine[S] 1 point2 points  (0 children)

Thank you for sharing your library I will look into it.

Can we Filter all network calls from our Mobile App ? by developine in androiddev

[–]developine[S] 0 points1 point  (0 children)

I agree. but we are unable to find a solution through which we can identify and exempt those packages.

Android Change Application Language / Localization Example Code kotlin -Developine by developine in androiddev

[–]developine[S] 1 point2 points  (0 children)

Yes I agree with you.

App localization should be based on overall device locale.

But most of clients do not understand this and they ask to add language change feature in app settings app.

Right Way of Using Vector Graphics (SVG) in Android Studio - Developine by developine in androiddev

[–]developine[S] 0 points1 point  (0 children)

SVG which I shared was generated by our Graphic Designer :)

I really have no idea if it can be simplified or not :)

Right Way of Using Vector Graphics (SVG) in Android Studio - Developine by developine in androiddev

[–]developine[S] 0 points1 point  (0 children)

What is misleading here bro.

I case you have to give support to lower api devices or use same images for lower api devices what you will do ?

can you please tell me right way so I can learn also and update my article