Giter VIP home page Giter VIP logo

Comments (3)

farmerbb avatar farmerbb commented on August 12, 2024 4

I absolutely want to rewrite Taskbar to use Kotlin and Compose. I recently finished a rewrite of my Notepad app (which is now 100% Kotlin and 100% Compose), and intend to have Taskbar be the next app of mine that's rewritten.

My free time is very limited these days, and the Notepad rewrite ended up being fairly daunting, so I have a few thoughts:

  • The rewrite would probably be focused on supporting desktop mode on Android 10+. Right now the app supports Android 5.0+ with freeform mode supported on Android 7.0+. However, there are so many edge cases to consider when supporting freeform mode and desktop mode on the various Android versions, since it's never been an officially supported feature by Google. Limiting the rewrittten app's scope to only Android 10+ and desktop mode would cut down on the number of edge cases needed to support.
    • We'd also probably want to keep the old codebase around so that users on Android 9 and lower can still use the current version of the app.
  • I haven't yet tested Compose within the context of system overlays. I assume it'll work using ComposeView but can't speak to whether or not Compose will work well in a system overlay vs. a regular Activity context.

Anyway, would love to see a Kotlin/Compose rewrite of Taskbar happen and any help would be appreciated.

from taskbar.

machiav3lli avatar machiav3lli commented on August 12, 2024 1

In my experience, migrating to Kotlin for the first time is pretty tiring, but I've done for now couple of times and it gets always easier (not just through experience but also Kotlin API's and AS's auto-migration are both getting better).

I fully agree on A10+ and leaving current code as legacy/archived. Just ping me here or write me through any of the Neo Collective groups when you decide on starting/planing to work on this, I'd be gladly involved in this (I think @saulhdev & @nift4 maybe too?).

from taskbar.

sivasubramaniamv avatar sivasubramaniamv commented on August 12, 2024

I can help with this migration. Count me in when you start.

from taskbar.

Related Issues (20)

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.