Giter VIP home page Giter VIP logo

Comments (3)

SyntaxBlitz avatar SyntaxBlitz commented on September 5, 2024 3

Hi!

Regarding (1) and (3), I've generally designed the app assuming you won't need to spend a whole lot of time interacting with the app's screens. A dark mode wouldn't actually be seen all that much, so I'm not sure it adds much value (especially because the "listen" screen, where you probably spend most of your time in the app, is already colored based on a custom theme for each language, so it wouldn't be affected by dark mode). Similarly, it's intentional that the lesson stops when leaving the "listen" screen, in part because it makes the code simpler but also because there's no reason to use the other screens of the app while you're listening. Since the audio isn't something you'd listen to in the background (like music), I wouldn't want users to get distracted playing with the menus and reading through other text in the app while they're listening to the audio; humans are bad at multitasking, and Language Transfer relies on having your full attention. I expect most usage of the app actually happens while the phone is locked and the audio is playing in the background (that use case is why we made an app at all). Everything else is just boring stuff like data management and settings, which you don't really need to play with while the audio is playing.

I'm open to adding the option to download to external storage. Thanks for the recommendation! I think it would require extra permissions (on Android, at least), but the app could probably request those permissions as it needs them. I wouldn't want the app to require any permissions at download time. I'm going to rename this issue so we're tracking that specific request. PRs are always welcome, but I personally have limited time to devote to development and there are a few other tasks that have a higher priority at the moment.

from lt-app.

dennis90a avatar dennis90a commented on September 5, 2024

This would def be a good feature, some of us use low end devices with not a lot of storage space.

from lt-app.

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.