Git Product home page Git Product logo

Comments (4)

ivnsch avatar ivnsch commented on June 16, 2024

Am I able to make GUI applications?

Yes! You'll have 2 normal native apps (iOS and Android), so you can use the native tooling to build the UI (and anything else that's platform-specific).

Is there too much biolerplate code in it or is it simple and clean?

This question is a bit broad. There is boilerplate to communicate between the apps and Rust. To keep things clean, you'd structure your app to hide this, as an implementation detail. Think about a high level API to communicate with the network or database.

Is it easy to use or harder to use over something like Flutter or Android app Studio?

Since with this approach you have normal native apps, you'd probably use Android Studio to work with the Android app.
Flutter is a cross-platform framework that does "everything" (UI, domain logic, etc). I'd say that Flutter is easier, since you'd have to learn only one language and tooling (unless you have to develop plugins, but this is rare). You'll need some familiarity with the Android and iOS environment, but rather superficial. With the approach used here, you have to be proficient with native Android, native iOS and Rust.

Edit: Since you seem to need only Android, you'd not have to be familiar with iOS.

Sorry for the late reply! For some reason I was not watching all the repo activity.

from rust_android_ios.

Joe23232 avatar Joe23232 commented on June 16, 2024

Hi @i-schuetz thank you for your reply :)

Sorry for the late reply! For some reason I was not watching all the repo activity.

It's ok mate :)


I wanted to ask you additional questions.

  1. Is it a low level or high level library/crate?
  2. Are there any man pages available for this crate?
  3. How well maintained is this repo?

from rust_android_ios.

ivnsch avatar ivnsch commented on June 16, 2024

This project is not a library. It's an example you'd have to build upon. Please read the README.

from rust_android_ios.

Joe23232 avatar Joe23232 commented on June 16, 2024

from rust_android_ios.

Related Issues (7)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.