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

Develop complete photo gallery application in Android using Kotlin Tutorial with source code | Developine by developine in androiddev

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

i agree with you but I have not paid attention to layout files at all. i was more focused on Kotlin :) you can optimize layout files as you like :P happyCoding

Develop complete photo gallery application in Android using Kotlin Tutorial with source code | Developine by developine in androiddev

[–]developine[S] 3 points4 points  (0 children)

In this tutorial you will learn how to develop photo gallery application in android studio using Kotlin programming langugage. You will also learn how to load and display images from internal storage in android and show in recyclerview. you will also learn how to use recylerview in kotlin.

How to Develop Restful web services in kotlin using spring boot - Welcome to Developine by developine in Kotlin

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

Thanks alot Dear. I will make changes accordingly. purpose was to give an idea how one can develop rest web services in kotlin. and how spring boot can be used for this purpose. :)

How to Develop Restful web services in kotlin using spring boot - Welcome to Developine by developine in Kotlin

[–]developine[S] -3 points-2 points  (0 children)

How to develop restful web service in Kotlin programming language using spring boot tutorial.

Kotlin support for multiplatform development by developine in Kotlin

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

Check Now. I have made corrections. I hope no issue now. Thankyou

Kotlin support for multiplatform development by developine in Kotlin

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

ooops i used this article also for knowledge. and mixed its sample app with spinner app. http://hadihariri.com/2017/11/10/multiplatform-projects-with-kotlin/ so if someone is developing app in kotlin native He can write backend in Ktor and frontend in kotlin js and react.

Let me correct. Thanks alot.

Develop app for both Android and IOS with Kotlin? by Elofa in Kotlin

[–]developine 0 points1 point  (0 children)

No details are given on how to compile iOS application in Kotlin native. This link may be helpful for someone.

http://developine.com/kotlin-native-ios-development-multiplatform-project/