fred_bytecode's profile picture.

freditto_bytecode

@fred_bytecode

freditto_bytecode รีโพสต์แล้ว

Kotlin 1.6.0 has been released 🚀 Highlights include: 🐴 Stable exhaustive whens. ⛺ Kover, a new code coverage tool. 🧠 An experimental new memory manager for Kotlin/Native. Learn about these and lots of other new features in the blog post 👇 blog.jetbrains.com/kotlin/2021/11…


freditto_bytecode รีโพสต์แล้ว

🤖 Learn how to use and configure Gradle to build Android projects! In this #MADSkills video you'll learn about Gradle Tasks, plugins, and how the build phases work with @yenermgoo.gle/3CfInCp


freditto_bytecode รีโพสต์แล้ว

We have simplified the ViewContainerRef.createComponent API! 👩🏿‍💻 #ngUpdate ‣ Create components dynamically ‣ No need to resolve and pass ComponentFactory, use Component class as an argument instead

angular's tweet image. We have simplified the ViewContainerRef.createComponent API! 👩🏿‍💻 #ngUpdate

‣ Create components dynamically
‣ No need to resolve and pass ComponentFactory, use Component class as an argument instead

freditto_bytecode รีโพสต์แล้ว

Make sure you update to rxjs 7.4+ for a smaller bundle size. v7.4+ is now the default for `ng new` projects in v13! #ngUpdate Read about the built in improvements of rxjs7 here 👇🏿 rxjs.dev/6-to-7-change-…


freditto_bytecode รีโพสต์แล้ว

v13 updates to the latest version of @typescript 4.4! #ngUpdate What's that mean? Read the @typescriptlang recap by @drosenwasser here 👇🏾 devblogs.microsoft.com/typescript/ann…


freditto_bytecode รีโพสต์แล้ว

🤝 Developers are at their best when working together! Learn how @jlandure, Cloud @GoogleDevExpert and @gdgnantes 🇫🇷 Lead, mentored @GDGCloudAbidjan 🇨🇮 and translated developer resources to French to make them more accessible. Read the story ↓ goo.gle/2YvbPX4


freditto_bytecode รีโพสต์แล้ว

#Android12 is our most personal OS ever and designed to be accessible for even more people. From dynamic color capabilities that transform your experience to responsive motion and a more spacious redesign. Check out all this and more.


freditto_bytecode รีโพสต์แล้ว

A browser in your terminal that supports HTML, CSS, JS, images, videos, 𝘢𝘯𝘥 WebGL?!? Whoah. github.com/browsh-org/bro…


freditto_bytecode รีโพสต์แล้ว

💎 Dear Devs, Do you have a high-quality, unique #OpenSource project? Submit it 👉 goo.gle/GoogleDevLibra… Google Dev Library enables developers around the world to showcase their use of Google technologies and find inspiration and tools to #DevelopWithGoogle!

googledevs's tweet image. 💎 Dear Devs, Do you have a high-quality, unique #OpenSource project? 

Submit it 👉 goo.gle/GoogleDevLibra…

Google Dev Library enables developers around the world to showcase their use of Google technologies and find inspiration and tools to #DevelopWithGoogle!

freditto_bytecode รีโพสต์แล้ว

We're launching Pixel 6 and Pixel 6 Pro today! They’re unlike any phone we've built before, with a new industrial design, Android 12 with Material You user interface, and running on our custom Google Tensor chip. Can't wait to see how people use them:) blog.google/products/pixel…

sundarpichai's tweet image. We're launching Pixel 6 and Pixel 6 Pro today! They’re unlike any phone we've built before, with a new industrial design, Android 12 with Material You user interface, and running on our custom Google Tensor chip. Can't wait to see how people use them:)
blog.google/products/pixel…

freditto_bytecode รีโพสต์แล้ว

💻✨ Grab your copy of Flutter Apprentice 🦋 and learn with us 🤓 It's not too late to join our online book 📚 club (23,000 readers so far!) Oct 20: We review Ch. 3 & 4 and answer your Widget questions → goo.gle/3lRrGbo

FlutterDev's tweet image. 💻✨ Grab your copy of Flutter Apprentice 🦋 and learn with us 🤓 It's not too late to join our online book 📚 club (23,000 readers so far!)

Oct 20: We review Ch. 3 & 4 and answer your Widget questions → goo.gle/3lRrGbo

freditto_bytecode รีโพสต์แล้ว

Looking how to build performant and progressive Angular applications? Check this article series on web.dev/angular!

angular's tweet image. Looking how to build performant and progressive Angular applications? 

Check this article series on web.dev/angular!

freditto_bytecode รีโพสต์แล้ว

📸 Apply special effects to images with the CameraX Extensions API in as little as two lines of code! See examples in the blog ↓ goo.gle/3Bq9bQP


freditto_bytecode รีโพสต์แล้ว

📝 We made a Hilt and Dagger cheat sheet! The cheat sheet allows you to quickly see what the various Hilt and Dagger annotations do and how to use them. ↓ goo.gle/3AZIMZR


freditto_bytecode รีโพสต์แล้ว

💙🚀 Introducing the Flutter Meetup Network! The Flutter team will now provide resources to Flutter Meetup organizers around the world, so they can keep hosting awesome and engaging events. Learn more and join 👉 goo.gle/3F9Y7JN

FlutterDev's tweet image. 💙🚀 Introducing the Flutter Meetup Network!

The Flutter team will now provide resources to Flutter Meetup organizers around the world, so they can keep hosting awesome and engaging events.

Learn more and join 👉 goo.gle/3F9Y7JN

freditto_bytecode รีโพสต์แล้ว

🤷💻 RenderObjects?! What are they? Here’s a walk through of the RenderObject tree, and how RenderObjects work with the Widget tree and Element Tree to create the Widgets of your dreams! 🤗 Learn more → goo.gle/3EOqhKj

FlutterDev's tweet image. 🤷💻 RenderObjects?! What are they? 

Here’s a walk through of the RenderObject tree, and how RenderObjects work with the Widget tree and Element Tree to create the Widgets of your dreams! 🤗

Learn more → goo.gle/3EOqhKj

freditto_bytecode รีโพสต์แล้ว

📢 A preview of Kotlin 1.6.0 is out 🚀: 🗂 Support for repeatable annotations with the runtime retention 💠 New experimental Kotlin/Native memory manager 🔤 Top-level readln() function in common stdlib Try these and other features with Kotlin 1.6.0-M1: github.com/JetBrains/kotl…

kotlin's tweet image. 📢 A preview of Kotlin 1.6.0 is out 🚀:

🗂 Support for repeatable annotations with the runtime retention
💠 New experimental Kotlin/Native memory manager
🔤 Top-level readln() function in common stdlib

Try these and other features with Kotlin 1.6.0-M1: github.com/JetBrains/kotl…

freditto_bytecode รีโพสต์แล้ว

📱🪑 Pull up a chair and adapt your app for tabletop mode. Tabletop mode changes the way users watch media, make video calls, and more on foldable devices. Make your app fold-aware ↓ goo.gle/3Ce5H45

medium.com

Tabletop mode on foldable devices

Unfolding your video player experience


freditto_bytecode รีโพสต์แล้ว

📶 The Nearby Messages API allows you to alert users based on their location. Notify users about a coupon to their favorite store as they walk in the door, or alert them that a friend is nearby just in time for lunch. Add the API to your apps → goo.gle/3BO2IPo

AndroidDev's tweet image. 📶 The Nearby Messages API allows you to alert users based on their location. 

Notify users about a coupon to their favorite store as they walk in the door, or alert them that a friend is nearby just in time for lunch.

Add the API to your apps → goo.gle/3BO2IPo

freditto_bytecode รีโพสต์แล้ว

♻ Use the RecyclerView API to block layout restoration and prevent the loss of scroll position. Three options include: ALLOW, PREVENT_WHEN_EMPTY, and PREVENT. Read the blog to learn more. ↓ goo.gle/3DZ40sY


Loading...

Something went wrong.


Something went wrong.