android-intent
Using android Intent to launch my application in background
Is it possible to launch two applications with one Intent? For example, broadcast intents fire those who are listening to them.[详细]
2023-04-03 08:09 分类:问答Intent android youtube player app in full-screen mode
Cou开发者_JAVA百科ld we make an intent for youtube player app in portrait(full-screen-horizontal) mode. I want \"my android app users\" to open youtube video in full screen? How can I prevent my users[详细]
2023-04-03 05:07 分类:问答Detecting Facebook Button
on the HTC Chacha and HTC Sensation, there is a dedicated facebook button located outside on the phone\'s interface.[详细]
2023-04-03 04:49 分类:问答Window already focused, ignoring focus gain of: com.android.internal.view
Unfortunately, I was unable to find a resolution to this issue in other StackOverflow posts so I apologize in advance for re-posting this question.Essentially, I have an AppWidget that creates a Notif[详细]
2023-04-03 02:11 分类:问答get Activity's reference from a Service
I need to get a reference to the main Activity from a Service. This is my design: MainActivity.java public class MainActivity extends Activity{[详细]
2023-04-03 00:06 分类:问答Disable Location sharing when launching browser from Android app
currently I\'m using this code to open up google maps using an external browser Intent i = new Intent(Intent.ACTION_VIEW,[详细]
2023-04-02 22:59 分类:问答Change Camera settings from another App's Activity
I have an Android app that calls the native camera app to take a picture and returns the image for further manipulation. My problem, is that I run into memory leaks if the camera is set to 2(+) megapi[详细]
2023-04-02 19:21 分类:问答Reorder Android task to front
I have a problem : My application has several activities ( e.g. StartActivity, MainActivity ), and a service ( e.g. MainService ).[详细]
2023-04-02 18:01 分类:问答Launching a ListActivity from another Activity
I am creating an application that saves GPS coordinates; I have created a button which launches a new Activity to display, as a list all the save coordinates. The program crashes a soon as I hit the b[详细]
2023-04-02 15:06 分类:问答Error to start new Activity with Intent after click Button in AlertDialog
I try to start Place.Class which show more Detail of each place. Following here I Have AboutMap extends MapActivity. I aslo create AlertDialog with Button See more detail here. But it\'s not work..Wh[详细]
2023-04-02 12:32 分类:问答