My program has a list of tabs that each contain a list of people.Clicking a person should edit their details, but instead, clicking a person throws an ActivityNotFoundException.My code that starts the
I\'ve got an activity which uses an AlarmManager to call a BroadcastReceiver at a particular point in time. This all works fine, except when I try to add some extra strings to the intent when calling
I currently have an Activity that when it gets displayed a Notification will also get displayed in the Notification bar.
I\'m trying to refactor/redesign an Android app. Currently, I\'ve one UI activity (Activity 1) that creates a DataThread. This thread is responsible for network I/O and interacts (provides data) with
I k开发者_如何学Cnow how to functionally do each of the following scenarios, my main question is which is the better design decision? Based on app size/speed and battery life and such.
I would like to launch an intent when any of my activity is visible, otherwise I will put it up as a notification, and will be fired by the user.
I start develop application on Android! I need to show common control on the top of few screens. In Blackberry I just inherit my screens from base screen with needed controls and it inherit UI and beh
I have a series of 3 activities, and the 3rd activity binds (I\'m using AIDL) to a Service. What I notice is, if I am on the 3rd activity and start the service, on clicking the back button (moving fro
Is th开发者_Go百科ere any fundamental difference in binding a service to an android.app.Activity vs binding it to an android.app.Application. I want to bind the service to an Application because I wan
I have a problem on going back (clicking the Back button) from sub-activity to main activity: from my main activity I launch a new one (with passing some extras):