Do the emulator and compiler still require SSDs and 16GB+ RAM to be usable? I love Android Studio but it used to always feel very heavy-weight.
Android Studio 3.2
31–40 of 84 posts
Re: Android Studio 3.2
#32well can anyone clarify what's the difference/relation between intel haxm and microsoft hyper-v
Microsoft's Hyper-V is the hypervisor platform built into modern versions of Windows and which shares/follows (for the most part) Microsoft's overall Platform APIs and Driver APIs, making for a better communication channel between Hyper-V and the usual Windows supervisors/kernels when hosting Windows virtual machines. (Similar to the integration services offered by other hypervisors like VirtualBox, with the "magic" that such services are easier because the OS and the hypervisor share very similar "languages" already.)
Microsoft's Hyper-V is also the base component for other systems such as the Windows Container Platform, some of Windows 10's more optional enterprise sandboxing systems, etc.
Re: Android Studio 3.2
#33Earlier quoted context omitted.
As a user, I totally prefer a web app over a native app. Man .. don't even get me started .. ok, here we go: I can use it instantly. I can remove it instantly. The sandboxing is much better. The privacy is much better. I can link to it from wherever I like. I can use it on all my devices. I can copy text and images. I can change the style (I often enlarge the font for example). It can not use my battery / camera / ph…
Do you use a web app or a native app for YouTube?
Re: Android Studio 3.2
#34I try Android Studio for a bit every now and then. I have to say it's such a giant bloated thing that it really does not make me want to write native code. Fortunately, there is a lot of great stuff going on with Progressive Web Apps now. I hope that they will be the future. Developing for the browser is so much leaner.
In what way? How?
Browser-based has the fast reload thing going for but it's not in the same universe as lean for a modern development stack, not in terms of RAM usage nor size on disk. So can you elaborate on this "bloated" vs. "lean"?
Re: Android Studio 3.2
#35Do the emulator and compiler still require SSDs and 16GB+ RAM to be usable? I love Android Studio but it used to always feel very heavy-weight.
16GB is the bare minimum, but with some thrashing. 32 to really be usable, especially when running emulators.
Re: Android Studio 3.2
#36Earlier quoted context omitted.
Developing for the browser is leaner but it's the opposite for end-users. I hope PWAs are the future as well but native is still king for the time being.
As a hypothetical user who doesn’t post on niche tech forums, I totally prefer a native app over a web app It’s pretty It’s fast It’s not stuttery-stoppy I can swipe back and forth between pages without waiting 4 seconds for everything to display, and then inevitably move around right before I fucking tap It’s on the app store I can use it instantly. I can remove it instantly. I don’t know what sandboxing is I don’t…
Some kinds of things are just a better fit for the web.
Re: Android Studio 3.2
#37Earlier quoted context omitted.
Developing for the browser is leaner but it's the opposite for end-users. I hope PWAs are the future as well but native is still king for the time being.
As a user, I totally prefer a web app over a native app. Man .. don't even get me started .. ok, here we go: I can use it instantly. I can remove it instantly. The sandboxing is much better. The privacy is much better. I can link to it from wherever I like. I can use it on all my devices. I can copy text and images. I can change the style (I often enlarge the font for example). It can not use my battery / camera / ph…
Re: Android Studio 3.2
#38Earlier quoted context omitted.
Yay for PWA! Please, if you're developing PWA's be sure to share them on all the marketplaces! Hardware/OS freedom would be amazing!
Isn't windows mobile the only platform where PWA's can be submitted to the app store?
Re: Android Studio 3.2
#39Earlier quoted context omitted.
As a user, I totally prefer a web app over a native app. Man .. don't even get me started .. ok, here we go: I can use it instantly. I can remove it instantly. The sandboxing is much better. The privacy is much better. I can link to it from wherever I like. I can use it on all my devices. I can copy text and images. I can change the style (I often enlarge the font for example). It can not use my battery / camera / ph…
Do they work offline?
Re: Android Studio 3.2
#40I try Android Studio for a bit every now and then. I have to say it's such a giant bloated thing that it really does not make me want to write native code. Fortunately, there is a lot of great stuff going on with Progressive Web Apps now. I hope that they will be the future. Developing for the browser is so much leaner.
Why?
You can write (and compile, and test) native code without ever touching Android Studio. I would think any like/hate of IntelliJ (Android Studio) should have no bearing on whether you choose to write native Android code or not.
It would be like saying, "CLion is such a giant bloated thing that I never want to write C++ code". Or "RubyMine is so giant and bloated, I never want to touch Ruby on Rails again".
What would you say, for example, if someone told you they didn't want to write a Progressive Web App because they really disliked Atom and Visual Studio Code?