I'll be speaking at DevFest Wrocław 2024 (November 20)! and presenting on "Safeguarding Secrets and Sensitive Data in Android Apps," where I'll explore a range of practices and techniques for protecting sensitive information for Android devs.
Register:
gdg.community.dev/events/det…
Po zakończeniu pilotażowego programu 4-dniowego tygodnia pracy w Wielkiej Brytanii, w którym udział wzięło 61 firm, około 2900 pracowników (największy dotychczas) ciekawe wnioski pozostały:
🔹92% firm (56) postanowiło kontynuować program z których 18% przechodzi na stałe
1/n
Until #macOS Monterey process of erasing mac in order to sell it or clean was pretty inconvenient.
But now you can do it easily from System Preferences; works like a charm - just pick "Erase All Content and Settings" in the menu bar of System Preferences
support.apple.com/en-us/HT21…
I came across a #screenshot tool from @shottr_cc. 🖼
At first, I wanted to write that it is useful for mobile devs and graphic designers, but probably for everyone youtube.com/watch?v=zmlRDYXR…shottr.cc free, super easy to use, tons of useful and magic functionalities
Zapraszam na event "Androidowe pożegnanie lata" we Wrocławiu (22 września o 18) - gdzie będę prowadzić prelekcję na temat tego, “Dlaczego nie piszemy testów - i co możemy z tym zrobić?”
facebook.com/events/s/androi…
How to quickly write and run Kotlin script?
You can find the answer to that question in the latest article on our blog. Our Android Developer - Krzysztof Marczewski, presents a practical guide on how to work with Kotlin scripts 👇👇
angrynerds.co/blog/how-to-wr…
NGL I cringe now every time I switch to the "old" UI themes in @androidstudio and @intellijidea - can't wait for the new UI to be the default 🌟 In that spirit, here's a sneak peek of things to come 👀
Okay, I discovered a big productivity hack today in Android Studio.
I didn't know that you can simply use command c when nothing is selected and this will copy the full line in which your caret is placed.
No manual selection of the whole line is needed anymore
#androiddev
You're starting a big and complex Android project with Jetpack Compose UI — What you'll use for navigation, and why?
- navigation-compose component
- a library based on above
- interoperability, so fragments and navigation component
#AndroidDev#navigation#JetpackCompose
PSA: AndroidX officially went multiplatform on Wednesday.
For now, it only affects a small number of artifacts, but that's just the beginning. 👀 👀 👀
That means we can expect exciting times ahead for Kotlin!
#AndroidDev
With the newest version of Git 2.37.0, you can run just "git push" to push new branches. No more "--set-upstream origin". Enable with:
git config --global --add --bool push.autoSetupRemote true
For example, in @JBToolbox you can go to the settings of a particular instance of @androidstudio and manage options like how it should be updated, or assing heap size easily
/2
For the first time when it recognizes your @androidstudio installed from the web, I found it a bit clumsy in terms of grouping and managing.
So my advice is to remove AS's and start fresh by installing all necessary versions from @JBToolbox so that they won't be duplicated.
/3