I have an error that has been driving me crazy for days.Unfortunately, I can not show you the code for two reason, my boss will not appreciate it and the codebase is too large to share.The error occur
I am using Win 7.0, Eclipse and android SDK. I want to add new activity inAndroidManifest.xml Application tab as it is shown in this tutorial Android Development – Adding Screens & Button Handler
I created a loadpage with a background and a progress bar and when it finishes loading, it starts the main class but the loading screen is not showing up. It is just a black screen while it loads and
Is it possible to consistently detect if an Activity has hardware acceleration enabled when it is created? I\'m worried that users of my library will enable it through the manifest when they shouldn\'
I have a service GPS.java and an activity message.java which is bound to the mentioned service(开发者_Go百科GPS.java). I have bounded them using binder and service connection. I want the values of my
I have a requirement that, I am having some description stored in an array list adapter which extends Base Adapter. I want to access these values in a different Activity say TourDescription and want t
I have a problem: I want to use static objects in several activites and a service (in an extra process). Unfortunately the service does not get the objects from the activity and v开发者_开发问答ice ve
This is my problem: class main extends menuActivity{ // .. // public void onActivityResult(int requestCode, int resultCode, Intent data) {
I have code like this public void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState);
I\'m parsing a huge xml to display a list of titles in a listview in activity A. However the same xml also has details for a list item which needs to be shown in a different view (like list mail subje