Following Google’s Dynamic Feature Modules recommendation, Facebook v23 split the app into:
@Composable fun FeedPost( post: Post ) Card(modifier = Modifier.fillMaxWidth()) Row AsyncImage(model = post.avatarUrl, contentDescription = null) Column Text(post.author, style = MaterialTheme.typography.titleMedium) Text(post.timestamp, style = MaterialTheme.typography.bodySmall) Text(post.content, maxLines = 3, overflow = TextOverflow.Ellipsis) facebook android 23 better
On a 3G connection:
Testing out the latest Facebook for Android (v.23). Initial thoughts:✅ Faster load times for Reels✅ Scrolling feels way more fluid✅ Less "app hang" on older devices Following Google’s Dynamic Feature Modules recommendation
Facebook for Android 2.3, released in 2012, brought several notable changes and enhancements. Some of the key features include: contentDescription = null) Column Text(post.author