Pinned content
View all 2 collectionsMobile Development admins have deemed these posts noteworthy.
iOS Frequently Asked Questions
Android Frequently Asked Questions
Can you answer these questions?
View all unanswered questionsThese questions still don't have an answer
JPG in anchor tag HREF resizes wrong in Android Chrome
How do I send a local file attachment on Expo Notifications IOS Attachments?
Firestore documents caching in Firebase IOS SDK
Cycle in dependencies between targets 'WatchApp' and 'App'; building could produce unreliable results
How Does ApkCombo Merge Split APKs Without Re-Signing
Looking for an extra challenge?
View all bountied questionsThese questions have a bounty on them
Retain size of error images when images have failed to load using an image loader
UIViewControllerRepresentable loses its alignment when integrated with other SwiftUI dynamic views
Linking different .xcframework based on scheme
How to draw text in android like I drew it in WinForms?
How to get Xcode to create an .xcframework rather than a .framework?
Recommended answers
View all recommended answersThese answers have been recommended
How to specify which Android Activity should be launched after a configuration change?
It's necessary for LaunchActivity to open first because it launches GameActivity with configuration parameters. That is a fairly substantial architectural bug, one that you will need to fix. Options ...
AsyncImage inside a Column is fitting the entire height of the screen instead of the width
TL/DR AsyncImage has different algorithm for calculating painter.intrinsicSize when Constraints has infinite or Constraints.Infinity maxHeight that's why it limits height differently than with finite ...
TypefaceSpan within TypefaceSpan is not working
Have three separate ranges, without overlaps: stringBuilder.setSpan(new TypefaceSpan(typeface1),10,20,Spanned.SPAN_EXCLUSIVE_EXCLUSIVE); stringBuilder.setSpan(new TypefaceSpan(typeface2),20,30,Spanned....
How to show progress in collection view item?
You are doing a number of things incorrectly. You should not be calling dequeueReusableCell in your didSelectItemAt method. You should not be triggering a new download every time the user selects a ...
Set card half over one another layout
When you align Row inside a Box with Bottom alignment setting offset as half of the Row height would push it to be centered in 2 Layouts. But since taking height of Row creates one frame delay you ...
See what's trending
View all trending questionsThese are the most active questions in Mobile Development Collective
How can I close/hide the Android soft keyboard programmatically?
Why is the Android emulator so slow? How can we speed up the Android emulator?
What is the difference between px, dip, dp, and sp?
How to stop EditText from gaining focus when an activity starts in Android?
How can I fix 'android.os.NetworkOnMainThreadException'?
Basics of Kotlin coroutines
Using SwiftData with SwiftUI
Simply submit a proposal, get it approved, and publish it.
See how the process works