Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在寻找实现模式视图的“Android方式”,它会中断当前流程并显示另一组屏幕(多个屏幕)。完成后,我想回到原来的位置。我实际上正在寻找类似于此处描述的 iOS 行为的东西。
在Android(ICS)中是否有标准的方法?
谢谢!
爱丽儿
我认为最接近 iOS 模式视图的功能将是一个主题设置为的 Activity,例如
<activity android:theme="@android:style/Theme.Dialog"/>
或者
<activity android:theme="@android:style/Theme.Holo.Dialog"/>