Change theme
Help
Press space for more information.
Show links for this issue (Shortcut: i, l)
Copy issue ID
Previous Issue (Shortcut: k)
Next Issue (Shortcut: j)
Sign in to use full features.
Vote: I am impacted
Notification menu
Refresh (Shortcut: Shift+r)
Go home (Shortcut: u)
Pending code changes (auto-populated)
Needs more info comment that > 10 days [ID: 963198]
Comment such as: SPAM, non-actionable [ID: 963127]
Resolved actionable follow-up comments [ID: 963027]
View issue level access limits(Press Alt + Right arrow for more information)
Request for new functionality
View staffing
Description
Currently, the primary means of integrating the Places SDK and its features (places autocomplete) is by adding a Fragment to an Activity. However, this is limiting for Compose-only apps as these apps don't use Fragments at all. Furthermore, as more existing apps migrate to Compose, support for Compose is desirable for using Places features.
You can find more information here on what supporting Compose for View-based libraries can look like.