Posted by Sandhya Mohan, Product Manager| Android Developers Blog
Posted by Paris Hsu – Product Manager, Android StudioWelcome to the Android Studio Narwhal Feature Drop 3 release. This update delivers significant improvements across the board to enhance your productivity. While we continue to innovate with powerful, project-aware AI assistance in Gemini, this release also brings fundamental upgrades to core development workflows. Highlights include a resizable Compose Preview for faster UI iteration and robust app Backup & Restore tools to ensure smooth ...| Android Developers Blog
Google I/O '25 features 16 key announcements for Android developers, including AI integration, enhancements to design, camera and media, and more.| Android Developers Blog
Android Studio is a powerful IDE with a multitude of features that I’ll probably never discover. However, when I do discover a feature of the IDE that I’ve been dreaming about, I get irrationally excited about it (and often times write a blog post such as this one). One feature that really piqued my interest […] View post to subscribe to site newsletter. The post Language Injections in Android Studio / IntelliJ IDEA 💉 appeared first on Rebecca Franks - @riggaroo.| Rebecca Franks – @riggaroo
This article contains pointers to code samples for flutter components / widgets.| tech&Life
This article describes the process of publishing Flutter applications on Android and iOS platforms in development and production environments.| tech&Life
This micro article gives pointers to disable buttons in Flutter applications.| tech&Life
This article shows how to use Expanded widget to create responsive layout.| tech&Life
This article shows how to use FittedBox widget to create responsive layout.| tech&Life
This code recipe focuses on saving your finger painted image in device's image gallery.| tech&Life
Code recipe to demonstrate image uploading from Flutter app to Firebase Storage on Android & iOS platforms.| tech&Life
In this code recipe, you'll learn to integrate Lottie animation(s) in Flutter application(s).| tech&Life
In this article, we'll learn about navigation and routing in a Flutter app.| tech&Life
This article demonstrates persisting data in local database in Flutter App.| tech&Life
This code recipe focuses on building a cross-platform finger painting app using Flutter.| tech&Life
This article describes how I used syntax_highlighter Flutter plugin to show underlying code for Flutter Cookbook's code recipes.| tech&Life
Code recipe to demonstrate loading PDF file from Firebase Storage on multiple platforms (Android, iOS, and Web) using Flutter.| tech&Life
Persisting theme setting in LocalDatabase using Moor plugin| tech&Life
Persisting theme setting using SharedPreferences plugin| tech&Life
Code recipe to demonstrate Text-To-Speech Flutter plugin in action.| tech&Life
Code recipe to demonstrate image Loading from Firebase Storage on multiple platforms (Android, iOS, and Web) using Flutter and Flutter Web.| tech&Life
Code recipe for implementing AnimatedPadding Flutter widget.| tech&Life
Code recipe for implementing AnimatedPositioned Flutter widget.| tech&Life
Code recipe for implementing AnimatedContainer Flutter widget.| tech&Life
Code recipe to implement Slider and RangeSlider Flutter widgets.| tech&Life
Implementing Voice input for Search action in AppBar using Flutter for Android and iOS mobile apps.| tech&Life
In this article, I'll show you how Flutter 1.9 release make developing cross-platform Flutter applications simple while maximizing code reuse.| tech&Life
Using ColorFiltered widget to update quiz card feedback screen's background color| tech&Life
Dart reference guide for Kotlin (Android) developers| tech&Life
Implementing switching from light to dark theme and vice versa using Provider plugin for dependency injection and state management.| tech&Life
In this article, we'll make use of FirebaseAuth to implement login functionality in Flutter-to-Fly WebApp built using Flutter Web - Hummingbird.| tech&Life
In this code recipe, we'll implement a custom switch widget to accept privacy policy in an app.| tech&Life
In this article, we'll learn to integrate DialogFlow in a Flutter app for enriched conversational experience.| tech&Life
This recipe demonstrates using ColorTween animation class to achieve transition from one color to another.| tech&Life
In this article, I'll show you implementing "Settings" menu using PopupMenuButton Widget as Stateless vs Stateful widget in Flutter for Android, iOS and Web (Hummingbird).| tech&Life
At this point, Flutter Web (aka Hummingbird) doesn't render Material Icons for Web. In this post, we'll see how Material Icons can be rendered for WebApps developed using Flutter.| tech&Life
This post is in continuation of Making Cross-platform Flutter Landing Page Responsive.| tech&Life
This post is in continuation of Designing Cross platform Flutter prototype for Landing Page.| tech&Life
This post is about how to design landing page for a hypothetical mobile and web app for Flutter resources say "Flutter-to-Fly !".| tech&Life
Implementing Search action in AppBar using Flutter for Android and iOS mobile apps.| tech&Life
Implement a BottomNavigationBar with menu, search and overflow action items.| tech&Life
Implement a basic appBar with a title, actions, and an overflow dropdown menu.| tech&Life
AnimatedOpacity widget is used to achieve a smooth transition from one UI element to another.| tech&Life
Navigating from one page to another using Hero animation.| tech&Life
This post is an on-going series on various tips and tricks related to Android Development and Android Studio IDE.| tech&Life
How to get SHA1 fingerprint for digitally signed APK| tech&Life
First of all I recommend reading this blog post from Simone evilsocket Margaritelli that is – imho – one of the best comprehensive guides to Android applications reversing, of which network analysis is just a part. In my post I will present 3 different methods I used to understand the network behavior (the focus is … Continue reading (not only) Android applications network analysis→| Scubarda
Explore a new logcat. This guide covers all keys for queries, how to manage query history, formatting options, and how to set up multiple logcat windows.| Mobile development with Alex
My favorite Visual Studio Code feature is hidden behind a setting in Android Studio.| tigeroakes.com
Learn how to use downloadable fonts (from the Google Fonts collection) in your Jetpack Compose app.| John Codeos
Learn how to create a neat color picker in Android using Kotlin. This step-by-step tutorial guides you through integrating a color picker within an AlertDialog.| John Codeos
Learn to integrate biometric authentication, such as fingerprint or face recognition, into your Android app using Kotlin. Securely verify user identity with this easy-to-follow guide.| John Codeos
Learn to create a carousel using the newer ViewPager library, the ViewPager2.| John Codeos
In this Jetpack Compose tutorial, you'll learn how to create an expandable list. It's the equivalent of the Expandable RecyclerView that we do in XML.| John Codeos
This tutorial teaches you how to move a view with animation when the keyboard appears or disappears. You can use this feature all the way back to API 21.| John Codeos
Putting together Android drawable XML files to create animations for Firefox Preview.| tigeroakes.com