• 0 Posts
  • 22 Comments
Joined 7 months ago
cake
Cake day: November 16th, 2023

help-circle


  • Flatfire@lemmy.catoF-Droid@lemmy.mlHow does one create an app?
    link
    fedilink
    arrow-up
    3
    arrow-down
    1
    ·
    17 days ago

    When people refer to a particular piece of development aoftware as closed or open source, they are referring to the license/availability of that software’s code. You can use proprietary software to produce open source code, which is the case with Android Studio. The code that makes up Android Studio is not open source, but your own work made within it can be.

    In general, “open source” is a broad term that just means “can I see the code that made this?”. There are differing degrees of open source software as well. The MIT license, for example, opens up code to some modification/re-use but protects some libraries. Something like a BSD or GPL license is far less restrictive, usually allowing free modification and use of the code. Android Studio falls under the Apache license, one of the more restrictive licenses that still applies copyright, and may employ proprietary libraries that cannot be modified or copied for use. Again, this ultimately isn’t likely to affect your own work or projects, but it does mean there’s less transparency about the tools you are using to make it.

    I apologise if this is overwhelming, but the distinction is important, and I think that as a beginner it makes sense to start with where there is the most documentation and ease of entry. Once done, it’s definitely easier to move towards projects that more closely align with FOSS philosophies.



  • Flatfire@lemmy.catoF-Droid@lemmy.mlHow does one create an app?
    link
    fedilink
    arrow-up
    6
    arrow-down
    1
    ·
    18 days ago

    Imo that’s fine. It’s also still the best tool for learning since it’s the most widely supported one, and contains the greatest amount of documentation for working with android development. It costs nothing to use, and doesn’t lock you into any kind of ecosystem you can’t later migrate from.


  • Flatfire@lemmy.catoF-Droid@lemmy.mlHow does one create an app?
    link
    fedilink
    arrow-up
    24
    arrow-down
    1
    ·
    18 days ago

    Android Studio is the primary toolkit for developing native android apps. If you have no background in programming, there are some more visual tools like Budibase (open source) or Softr (closed source), but you are likely to run into difficulty getting them to apply logic the way you’d like.

    If you’re a tinkerer, then honestly I’d look into learning more about Android Studio and Kotlin, the language most used these days for app development on Android.








  • Streaming infrastructure is expensive, and all these smaller networks that decided to spin up their own didn’t seem to realise that. Prices go up, ad tiers get added because none of them are actually making any money. It’s just quarter after quarter of loss even with substantial revenue due to the fact that producing content, hosting and then scaling globally to make it available to a wide variety of geographic locations just isn’t cost effective. Even Amazon, the lord of cloud compute itself, hasn’t been able to maintain this.

    So in this case, competition limits the only way they make money: people subscribing. Greedy bastards.



  • It’s frustrating. There’s a lot of Windows 11 that I do actually like: Massively improved HDR support, far better DPI scaling features, tabbed file browsing, a unified control panel again (yes I know if you look hard enough you can find legacy panels), configurable snapping regions for Windows, gaming focused features with screen recording, intelligent capture, etc. On the power user side: the terminal, winget, built in ssh support and broader compatibility with Linux development toolchains, and if you’re the kind of person with a family or friends you do tech support for regularly the Quick Assist’s current iteration is a godsend.

    But then the tradeoff is ads, increased telemetry, AI integrations, inability to move the taskbar, a piss-poor local file search, increasingly restrictive desktop customizations via third party tools, shorter support periods for Windows feature updates, and generally a lack of overall feature control due to low level integration with core Windows services.

    I don’t think Windows 11 is a bad operating system in the sense that I believe it to be a marked improvement on a feature by feature comparison to Windows 10. But it feels like two development arms at Microsoft are consistently at war with eachother. Some want to implement really cool features and tools for end users, and the others are hellbent on locking the system down and forcing this Apple philosophy of “use it like we want you to”.