I am creating an iPhone app with Xcode swift, but how do I implement an implicit Int on Android?

Asked 2 years ago, Updated 2 years ago, 47 views

The flow is
Place (notify, end) two select buttons when clearing the game
Click Finish to return to the main menu
For Notification buttons,
Display the Application Selection screen and

Copy to Clipboard, Drive, Mail...

Promote and confirm the selection, and then return to the main menu. I think the content has been realized.

Implicit Intent implementation for Android is easy to do
Can you?
Could you please let me know if it is possible to do so easily?

swift xcode

2022-09-30 18:07

1 Answers

Because iOS does not have the same general-purpose inter-application collaboration capabilities as Int, it is often impossible to do exactly the same with "implicit Int."

However,

If the notification button appears, click
Copy to Clipboard, Drive, Mail...
and then return to the main menu.

to select and then returning to the main menu

If that's the case, it's similar to the common share button in iOS apps, so Activity will almost achieve the desired behavior.

As I mentioned in the beginning, there is a big difference between iOS and Android, so there is a high possibility that you will have to modify both the functional design and UI design. Why don't you first examine whether iOS's activity features meet your app's requirements?


2022-09-30 18:07

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.