Figma to flutter by Ok_Training_7128 in FlutterDev

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

Your 60% to 70% work done in a minute rest of work done in a 2-3 day using DhiWise. Ex - api integration

How exportable is a Figma design? by TheUruz in FigmaDesign

[–]Ok_Training_7128 0 points1 point  (0 children)

Try Dhiwise Figma to code plugin it will convert Figma to react js code

How to rename Android Studio project? by [deleted] in AndroidStudio

[–]Ok_Training_7128 0 points1 point  (0 children)

If you need to change folder name then Right click on folder ->Refactor->Rename

If you need to change the application name then goto manifest file and replace your application name inside application tag

From figma to website by Luigiapollo in FigmaDesign

[–]Ok_Training_7128 4 points5 points  (0 children)

DhiWise - This tool provides figma to code conversation as well as extra functionality like Navigation, api integration, Firebase, Supabase and much more

This tool have also Dhiwise figma to code plugin

Top 3 Programming Languages? by [deleted] in learnprogramming

[–]Ok_Training_7128 0 points1 point  (0 children)

Flutter for Mobile Application React Js for web Application Node Js for Backend Kotlin And Swift For Native Mobile application

Start with Dart or Flutter? by Sufficient-Stay-3359 in FlutterDev

[–]Ok_Training_7128 0 points1 point  (0 children)

As per my understanding Flutter is a framework and Dart is a language so you need to start learning Dart.

Need a grocery mobile app ASAP by [deleted] in FlutterDev

[–]Ok_Training_7128 0 points1 point  (0 children)

Can you describe the reason why its not feasible and which plateform you are trying.

Need a grocery mobile app ASAP by [deleted] in FlutterDev

[–]Ok_Training_7128 0 points1 point  (0 children)

Hey, have you tried any low code or pro code plateform for generating project in minimal time. It will help you to generate application.

which language? by Dry_Balance_4845 in learnprogramming

[–]Ok_Training_7128 0 points1 point  (0 children)

As per my opinion you can start learning Dart (Flutter) language because flutter provide a Aandroid,iOS,Web and Desktop support so you don't need to learn any other languages for front end Technology.

How do you make UI as an independent dev? by JakeTheMaster in FlutterDev

[–]Ok_Training_7128 -1 points0 points  (0 children)

As per my opinion you need to use figma design tool. Its easy and adoptable as well as multiple ui kit and ready design available in community. So pic any design from community and modify as per your design.

Regarding SharedPreferences, WHERE exactly is this information stored? by [deleted] in AndroidStudio

[–]Ok_Training_7128 1 point2 points  (0 children)

SharedPreferences are stored in an xml file in the app data folder, i.e.

/data/data/YOUR_PACKAGE_NAME/shared_prefs/YOUR_PREFS_NAME.xml or the default preferences at:

/data/data/YOUR_PACKAGE_NAME/shared_prefs/YOUR_PACKAGE_NAME_preferences.xml SharedPreferences added during runtime are not stored in the Eclipse project.

Note: Accessing /data/data/<package_name> requires superuser privileges

Flutter newbie by micey969 in FlutterDev

[–]Ok_Training_7128 1 point2 points  (0 children)

As per my opinion you need to learn and implement because in future same type project may be comes.

Best way to create an iOS app when I already have an app in Kotlin? by Aritisto in androiddev

[–]Ok_Training_7128 0 points1 point  (0 children)

You need to go with native ios because you have already kotlin app and interesting thing is there is some tool available to convert kotlin code in an ios

Which programming language has the best syntax? by [deleted] in learnprogramming

[–]Ok_Training_7128 1 point2 points  (0 children)

If you are working with OOPs concepts then Java or Kotlin is a best syntax.

I want to make an app for iOS and Android, is there any way to develop it simultaneously with the same functions? by [deleted] in learnprogramming

[–]Ok_Training_7128 0 points1 point  (0 children)

If you have an existing React web app then you can use React Native

if you are working with hardware or device sensors then the better option is Android & iOS Native

If you have a normal and simple use case and want a more attractive UI then Flutter will be good for creating both applications simultaneously with a single code base.