大约有 40,300 项符合查询结果(耗时:0.0386秒) [XML]
Android: java.lang.SecurityException: Permission Denial: start Intent
I have created an application containing GWVectraNotifier activity which is called from other applications to display Notification.
...
Disable activity slide-in animation when launching new activity?
I have an activity which launches another activity, via a button click. By default, on newer OS versions of android, the OS will animate the new activity sliding in from right to left.
...
One Activity and all other Fragments [closed]
I am thinking of implementing one screen with Activity and all other sreens with Fragments and managing all the fragments thru the activity .
...
Dilemma: when to use Fragments vs Activities:
I know that Activities are designed to represent a single screen of my application, while Fragments are designed to be reusable UI layouts with logic embedded inside of them.
...
Open new Terminal Tab from command line (Mac OS X)
...
Active
Oldest
Votes
...
getActivity() returns null in Fragment function
...
Active
Oldest
Votes
...
Removing an activity from the history stack
My app shows a signup activity the first time the user runs the app, looks like:
15 Answers
...
How to manage startActivityForResult on Android?
In my activity, I'm calling a second activity from the main activity by startActivityForResult . In my second activity, there are some methods that finish this activity (maybe without a result), however, just one of them returns a result.
...
How to kill an Android activity when leaving it so that it cannot be accessed from the back button?
In an given Android activity, I would like to start a new activity for the user at some point. Once they leave the first activity and arrive at the second, the first activity is stale and I want to remove it completely so it can not be accessed again from the back button.
...
How do I create a transparent Activity on Android?
I want to create a transparent Activity on top of another activity.
21 Answers
21
...
