Android :: Application Menu Rather Than Each Activity In Application?
Jul 27, 2009
Is it possible to attach Menu to an application rather than each activity in the application? I have 20-23 activities in my application and it doesn't make sense me to add same menu to all the activities.
View 5 Replies
Jul 10, 2010
I am new to this Android application Programing. I need to know the thing that, disable and hiding of one application from application menu list. instead of deleting the entire application, that need to do some other changes to hide and disabling any application from menu list.
View 2 Replies
View Related
Nov 15, 2010
i am making an android APP, and i need to have a submenu, permanent, same menu in all my windows. This menu haves the navegability between the parts of my app, (googlemap view, invite, config and tabhost with listviews) i can do a menu that only changes the superior part of the window? i mean, like html frames
View 1 Replies
View Related
Sep 8, 2010
I need to have a "Exit" menu items in my application,My question here is how can i just exit the app,Please throw some light on this is that possible in android if yes then how.
View 10 Replies
View Related
Oct 3, 2010
I am looking for a way to launch my application(few Activities, Services, Receivers) from the Setting menu.
In other words I am interested to know:
1. I this a trivial task ?
2. Did someone has done such task before ?
3. What APIs and application's code should I learn
View 3 Replies
View Related
Aug 21, 2009
Is it possible to prevent the menu lock while an application is > running? My application needs to be visible all the time it's running, > even though the user doesn't use it.
View 5 Replies
View Related
Jun 20, 2010
I want to have an options menu that is available to all Activities in my app (on pressing the MENU button). I've been doing this by creating it in onCreateOptionsMenu(Menu menu) for each Activity but this seems redundant. Is there a way to create it in one place and have it available in all Activities?
View 1 Replies
View Related
Aug 10, 2009
i want to add an exit button to the menu, but didn't see an easy way to close an application or acces all activities of an application and finish them. Is there an easy approach available?
View 11 Replies
View Related
Jul 28, 2010
I am trying to built my first app in Android
Problem :helloandroid application is not getting displayed in emulator menu . but this app is getting instaled , i am able to uninstall the application from emulator. settings>applications>manage applications>com.helloandroid its size is showing 20.00kb
CODE:............................
View 2 Replies
View Related
Jun 24, 2010
I want to hide my application icon from main menu at the run time. I believe that a filter with category Launcher in the application's manifest file is responsible for the application's presence in the main menu. Is there any way to change the category at run time? or any other way to hide the icon from main menu?
View 4 Replies
View Related
Jul 19, 2010
When i am trying to run the example of Maps as in http://developer.android.com/resources/tutorials/views/hello-mapview.html, the menu button doesn't seem to work. I tried the default Maps app in the emulator and there it was working. Also i intend to add an item when a user presses that button, how can do it?
View 2 Replies
View Related
Mar 16, 2009
Is it possible to appear in link for say launching one application in some other applications. Typical example would we on desktop when we right click and get option Open With and see all choices of applications to open with.
View 3 Replies
View Related
Jul 13, 2009
Here's what I'm attempting to do. I have a menu and when a user selects a particular option in the menu I want the browser application to open and display the web page. However, I cannot seem to do this. My application uses a TabWidget to display its content (which works perefectly) but I cannot for the life of me figure out how to open a link into the browser. I have tried adding a WebView to the TabWidget (but when I request it from the view by findViewById(...) I get a null.
I've also tried creating a separate view and performing a setContentView(...) and then I get an exception. I've also tried using an intent I've seen demonstrated on this group. It seems like this should be fairly easy, but I must be missing anything. I've looked at the sample apps as well as the Apps-for- android samples and have followed them to the T, yet still to no avail I cannot get the browser to open (or anything like that).
View 4 Replies
View Related
Dec 22, 2012
create an (application) shortcut on the application menu (not on the desktop...this I know)? Samsung Galaxy S2 - GT-I9100 Android 4.0.4 Kernel 3.0.15-105684 (non root).
View 3 Replies
View Related
Oct 18, 2010
I don't understand this. If I go to menu - applications, I have manage apps and running services. My running services only shows essential apps running. When I go into manage apps and click on the running tab, it shows a ton of non essential apps running that I have used. My confusion, and question is, which menu is correct? For example, facebook does not show under running services but it shows under the running tab in the manage apps menu. I force close it and it comes back on. Which one is correct?
View 3 Replies
View Related
Aug 25, 2010
I have download Facebook Official Apps and working great. But I have some issues. I can't find inbox menu. What should I do to access inbox? That I mean read and write?
View 27 Replies
View Related
Nov 8, 2011
I wanted to make the Menu button on my Android device open up my Application's settings and allow me to edit it when I am inside the Application.
View 1 Replies
View Related
Oct 14, 2010
I have 3 activity in my application. My first activity (Main) has 2 button that starts other activities (One & Two). The One Activity starts a countdown timer on UI. When I click back button Android closes this activity and when I re-open activity, my timer is resetted.
I try also overriding:
CODE:.....
And it's works correctly but when I re-open the Main Activity, Android shows me my timer activity. How can I resolve this problem?
View 1 Replies
View Related
Jan 23, 2010
I have an application with several Activities. My A Activity has the Manifest Intent filter parameters: action.MAIN and category.LAUNCHER. after its being loaded I call Activity B and finish() A since I don't use it anymore.
After I run my application, go from Activity A to B and press the Home button, when I relaunch it from the applications menu or from the Market app for ex.(not by a long press on the Home button), it starts from the A Activity and do not save its last Activity B.
I definitely know that this is possible to relaunch an application from its last Activity (some application from the Market do support it) and I think that this can be determined by the Manifest parameters but I don't know which one.
How to implement it so my application can relaunch from its last Activity B?
View 2 Replies
View Related
Aug 24, 2010
How do you move an icon in application menu from one screen to another? I know I can rearrange icons by clicking menu button then edit, but I can't move an icon from one screen to another. The same goes in application menu and in home menu.
View 7 Replies
View Related
May 22, 2010
I am trying to launch another application from my Activity. Something weird happens when I am running this code :
Intent myIntent = new Intent( Intent.ACTION_MAIN, null );
myIntent.addCategory( Intent.CATEGORY_LAUNCHER );
myIntent.setFlags( Intent.FLAG_ACTIVITY_NEW_TASK | Intent.FLAG_ACTIVITY_RESET_TASK_IF_NEEDED );
ComponentName compName=new ComponentName(myArray[i][0], myArray[i] [1] );
// String[][] myArray myIntent.setComponent( compName ); startActivity( myIntent );
I have this error :
android.content.ActivityNotFoundException: Unable to find explicit activity class { com.android.settings/com.android.settings.Settings};
Have you declared this activity in your AndroidManifest.xml?
But when I replace this line
// myArray[i][0] = "com.android.settings" // myArray[i][1] = "com.android.settings.Settings" ComponentName compName=new ComponentName(myArray[i][0], myArray[i] [1] );
with ComponentName compName=new ComponentName("com.android.settings","com.android.settings.Settings");
And without any modification in my manifest, it works!
View 2 Replies
View Related
May 27, 2010
I understand how to use intents and startActivity() when opening another activity within my own app, but how do you start a different app? specifically:
- How do you determine if the user has the needed app installed on their device?
- How do you start that app?
- How do you pass parameters to that app?
- How do you find all this info out for a specific app (say Adobe reader, or google maps)?
View 2 Replies
View Related
Oct 5, 2010
Is there a way to manage application activities by hand, like this: user activating an application from menu, it does some initialization, then creates some activity (is it necessar y to declare all activities in the application manifest?), and listens to it's events. On some event application decides to close one activity and open another - so it contains all the application logic. Didn't found anything like this in examples, they all have all the logic in the activity classes. Maybe I need to user Services? (Maybe I don't understand right, what an activity represents. For me it's like window in windows, or Displayable in j2me) I'm very new to android development, trying to understand the basics.
View 4 Replies
View Related
Feb 21, 2010
I want to know if there is any way to start another application from within my application. Specifically i am trying to a have a shortcut (button) to Google Maps Application within my application. Also is there any way to start another process from within my android appplication?
View 4 Replies
View Related
Apr 26, 2009
When start the activity i will set the activity object to the Application, and i will registry it in the Appication app = MyApplication.getApplication(this);
1. Start Activity A store A id 0x12345678
2. Activity A -> Activity B
3. Store B id 0x87654321
4. Finish B activity
5. but the Activity B object not null in the Application
View 7 Replies
View Related
Feb 5, 2010
I have application A defined as below:
CODE:.................
Now in application B, how can I write the code to start the activity in application A?
View 2 Replies
View Related
Sep 2, 2010
I have a list activity in my application. i have tried to make it so that when a list item is selected to show the selection the background of the view should change. but now when i select one item, the item does get selected but the back ground of random listitems changes at the same time, but the selection is still correct
CODE:...........................
View 1 Replies
View Related
Mar 11, 2010
I've got an Android app which has a periodic background Service. I want this Service to react differently depending on whether any Activities in my application are open. The issue is that the Service just keeps itself running via the AlarmManager making it on kind of on a separate "track" from the Activities, so I don't know whether the application is open when it runs.
The best solution I can think of is to flip a boolean on/off whenever onResume() or onPause() is called in all my Activities, but this seems like a lot of footwork. Is there a simpler, more elegant solution?
View 1 Replies
View Related
Mar 18, 2010
For an unknown reason, I can't get my application leaving properly so that when I push the home button and the app icon again I resume where I was in the app....But I would like to force the application to restart at the first activity...I suppose this has something to do with onDestroy() or maybe onPause() but I don't know what to do..
View 4 Replies
View Related
Apr 10, 2009
In my Android application, I have two activity classes. I have a button on the first one and I want to show the second when it is clicked, but I get an error.
Here are the classes:
CODE:...........
The second class that should show when the button is clicked, but never does:
CODE:........
How do I create a button that will show the second activity?
View 3 Replies
View Related