PickyBiker

PickyBiker

Recommended toolset for targeting IOS and Android?

I have done small amounts of programming for IOS and for Android, but now I need to create something that works with both.

What are the recommended toolsets to accomplish that for a beginner?

The app will be a simple control device for robots over Wi-Fi.

Marked As Solved

Veeran

Veeran

I recommend using Flutter for your cross-platform mobile app development, especially since you already have experience with iOS and Android programming. Flutter offers a seamless way to create a single codebase that works on both platforms. Its expressive UI, hot-reload feature, and extensive widget library make it an excellent choice for developing a control device for robots over Wi-Fi. Flutter’s Dart programming language is beginner-friendly, and the framework itself provides comprehensive documentation and an active community for support. This will streamline your development process and allow you to focus on creating a robust and efficient application for both iOS and Android platforms.

Also Liked

iPaul

iPaul

Another option is to use C# and Xamarin.

adamaiken89

adamaiken89

If you need to simulate iOS behaviour, in all cases you need Apple platform, regardless of any toolings.

faust

faust

Flutter might be a good choice,
The same code will run not only on both plataforms but on the browser and desktop as well.
it’s baked by google itself, so you know, “lots of support and tutorials”.

and well, someone might say “but flutter uses dart…”
I don’t think that’s a problem… dart is quite similar to java, javascript and etc so if you code in any of these you can pick it up quite quickly

Where Next?

Popular Frontend topics Top

dyowee
Why or when should one choose Tailwind over Bootstrap? :slight_smile:
New
beberardinelli
Hi! I just started coding a few months ago and I am trying to get all the help I can get. My friend showed me this debugging tool called...
New
david-j-m
Hi, have a svelte spa gallery site - repl here. Have a couple of category buttons - Oil on Canvas and WaterColor… Sidebar contains all im...
New
AlessandroDsgroup
Hi to everyone, we are experiencing a 401 error related to the connection of the websocket (in reference to our web app); we are unable ...
New
sona11
What is the difference between tuple relational calculus (TRC) and domain relational calculus (DRC)? What distinguishes them from relatio...
New
Fl4m3Ph03n1x
Background I have a fresh umbrella app and I am trying to create a Phoenix app inside it. However, even though I can create the Phoenix a...
New
WiseDan
hi everybody , am new in gsap.js so i wanted load content in my home page when user scrolling , but since am reading the documentation ...
New
JessicaW33
Hello All, How would you implement a navigation system in React Native? Could not find a way so I ask the community can someone help me ...
New
gameengineer
We are developing on Samsung Tab Active 4 Pro using Android Studio, kotlin and java. We are getting what we think are app deadlocks. The ...
New
Clintonsuck
Hello, I am new and trying to build my first app. So far, everything was going okay, but now I’m stuck and don’t know how to proceed. May...
New

Other popular topics Top

DevotionGeo
I know that these benchmarks might not be the exact picture of real-world scenario, but still I expect a Rust web framework performing a ...
New
AstonJ
Or looking forward to? :nerd_face:
New
PragmaticBookshelf
Design and develop sophisticated 2D games that are as much fun to make as they are to play. From particle effects and pathfinding to soci...
New
New
Rainer
My first contact with Erlang was about 2 years ago when I used RabbitMQ, which is written in Erlang, for my job. This made me curious and...
New
AstonJ
Just done a fresh install of macOS Big Sur and on installing Erlang I am getting: asdf install erlang 23.1.2 Configure failed. checking ...
New
PragmaticBookshelf
“A Mystical Experience” Hero’s Journey with Paolo Perrotta @nusco Ever wonder how authoring books compares to writing articles?...
New
PragmaticBookshelf
Rails 7 completely redefines what it means to produce fantastic user experiences and provides a way to achieve all the benefits of single...
New
husaindevelop
Inside our android webview app, we are trying to paste the copied content from another app eg (notes) using navigator.clipboard.readtext ...
New
PragmaticBookshelf
Develop, deploy, and debug BEAM applications using BEAMOps: a new paradigm that focuses on scalability, fault tolerance, and owning each ...
New