Android :: App Not Showing Up In Menu After Installed
Sep 1, 2009
hey so im a newbie and just got the G1 and wanted to download the app Chomp Sms, but since i couldnt find it in the Market, i went straight to the website and downloaded it with my G1. after downloading the app i installed it right away, it completed the installation successfully and everything, but the app isnt showing up. what now? did i do anything wrong?is it possible to download apps with a computer first, THEN install them onto the G1, or do i always have to download apps directly from the G1?
View 7 Replies
Sep 7, 2010
I have a problem with showing icons for menu items. The items which appear when I click on menu button are having icons but When I click on "More" option in Menu, The newly shown menu items are not having any icons even though I have set the icons for these items in my xml.
View 3 Replies
View Related
Jan 27, 2010
I am trying to display menu options while showing an AlertDialog i.e. when MENU key is pressed, it should show whatever options that have been created. I read the following in the Dev Guide at....................
View 2 Replies
View Related
Aug 31, 2010
I was on the menu thing (the bit where you touch the arrow button on the main screen) with all my apps up on show but I must have touched something when i looked away because now, none of my apps are showing up when i go onto it. I have to find some other way of getting to them. The only ones that are showing up are Settings, App Sharing, Setup and a few others. But i just want to get all of my apps back onto one screen?
View 5 Replies
View Related
Jan 30, 2010
Ive installed apps to my hero from my pc, but they arnt showing up in the market as being "installed", so they can be updated, etc.is there a way around this, & where do the apps get installed (directory) on phone.1 last think, if i install apps on my sd card & dont want them, do i have to uninstall them, or can i just delete them off the sd card?my phone is rooted, does this effect the phones ability to update itself to 1.6, im running 1.5
View 9 Replies
View Related
Apr 10, 2010
I know there are multiple widgets for showing battery percentage, but is there a way of showing it in the menu bar. Just like as an overlay of the battery icon? I don't see the need for a widget AND a menu item, plus it would be helpful to see it as a percentage at all times, without the need to exit to the homescreen during calls or using apps.
View 12 Replies
View Related
Aug 21, 2010
Restoring from Titanium, I apparently hit the back button instead of "done", and now Titanium is showing in the status bar menu as being at 29%, however I can't actually access it. Instead, if I select it, I get the standard Titanium window. Basically it's like the update is waiting for my input, but because I hit "back", I can't select anything. What the heck, Titanium? This has happened three times now.
View 2 Replies
View Related
Jan 24, 2014
I just rooted my android (LG p500) and was removing bloatware using titanium backup. I accidentally deleted something which caused the homescreen to go black with no widgets showing, I cant even see the menu. I can still see and work with the top bar. When the phone is locked I can see the wallpaper I had but as soon as I unlock it goes black again.
View 6 Replies
View Related
Apr 23, 2014
I would like to know which lines should I change in SystemUI.apk so that the menu button is permanently showing in the navbar?
View 4 Replies
View Related
Aug 4, 2013
I have a Nexus 7 & a HTC Desire...I have cleared cache, cleared data and force stopped Google Play Store on both devices....an APP called Easy Money doesnt show up at all on either device....but on Google Play Store website it constantly shows as installed and I can't delete it from the list at all...I think it is causing problems stopping my devices from showing all my APPS in play store..I have tried installing and uninstalling it on both devices also but still no joy getting rid of it from the Play website.
View 1 Replies
View Related
Jun 29, 2010
After the update, the factory-installed Voicemail icon was showing that "Couldn't load widget" message. I removed and replace it without a problem. This morning, I got a voice message and now it doesn't show the new message count in the icon.
Not a big deal, but I guess that means they updated that app (current version is V.5.1.0.30). I was hoping they would at least improve the recording quality by providing options for raising the recording frequency so it doesn't sound so "tinny".
View 1 Replies
View Related
Sep 25, 2013
Suddenly about 2 days back my speech to text conversion stopped working. When i try to use the mic it is saying voice input not supported and it directs me to Google voice app in play store.
Google voice search showing as installed in play store but when i check in my apps on my phone voice search is not showing.
View 2 Replies
View Related
Sep 1, 2010
I have ADW launcher & Launcher pro installed but i can't seem to find them in the apps menu. If i push home it used to show all three launchers( adw,LP & sense) but now my home button only shows my scenes.
View 5 Replies
View Related
Apr 30, 2010
standard four option menus displays 2 by 2. but i want to know that How to arrange 4 by 1. I just want to custom option menu like that. You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscribe@googlegroups.com For more options
View 2 Replies
View Related
May 23, 2010
I want a user to be able to long press a contact and be offered a menu item of my own that can run an activity of my own. You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscribe@googlegroups.com For more options
View 3 Replies
View Related
Apr 28, 2010
I want custom option menu to arrange three menu items where 2 menu items are displayed at the top and the third below it. Just as the following layout...........
View 12 Replies
View Related
Mar 8, 2010
I'm trying to add custom menu items in a WebView Context Menu. Unfortunately, my items are shown in the menu of the first web page I load , but then if I load a second page, a long press only shows the standard context menu items. Mine are gone. I've put a Toast inside the code and it is displayed as well on the first loaded page, but not on the second. I'm using the code below:..............
View 6 Replies
View Related
Sep 13, 2010
is there an easy way (api) to do this?
View 6 Replies
View Related
Sep 10, 2010
Is it possible to add a custom menu item to the long-press menu that opens in any text box?
View 3 Replies
View Related
Jul 27, 2010
Is there any way I can extract the .apk for an app I downloaded and installed from the market? So I can store the .apk on my PC
View 7 Replies
View Related
Nov 19, 2010
I have an Options menu up and running in my Android application and I've overridden the onCreateOptionsMenu, onOptionsItemSelected and onPrepareOptionsMenu methods to customize the menu a little. My question is related to keeping the Options menu open after the user clicks on a menu item. Basically, I'd like to be able to hide the menu until the user clicks on the device menu key. Once the user clicks on this key, I'd like to be able to hold the menu in place regardless of how many times the user clicks on menu items. If the user wants to hide the Options menu, they'd just need to click on the device menu key again. Is this type of interaction supported (or even advisable).
View 1 Replies
View Related
May 27, 2010
Android question. If i create an Options menu with menu.xml, can I change the menu buttons' standard text size, color etc using xml? I would like to change text size, bold, and color. I would like to avoid using themes and styles for this application.
View 1 Replies
View Related
Mar 26, 2010
How do I set the intent of menu items defined in an Android menu xml file? For example I currently have...
<menu xmlns:android="http://schemas.android.com/apk/res/android" android:name="Main Menu">
<item android:title="@string/resume_game" android:icon="@drawable/resume"></item>
<item android:title="@string/play_golf" android:icon="@drawable/play_golf"></item>
<item android:title="@string/my_rounds" android:icon="@drawable/my_rounds"></item>
</menu>...........
View 1 Replies
View Related
Nov 9, 2010
Can anyone kindly guide as to how can I invoke a context menu on the press of a menu item. I googled a lot for the same, but nothing turned up. Look forward for your valuable help.
View 1 Replies
View Related
Jun 7, 2010
On pressing menu button , I have 2 options : Add & more.On click of more i have 3 options : Organize ,Export & Exit On click of Organize i want other 5 options.On click of more i get my submenu. But i want other 5 options on click of organize.How do i proceed? My code in parts is as follows :XML file
<?xml version="1.0" encoding="utf-8"?>
<menu xmlns:android="http://schemas.android.com/apk/res/android">
<item
android:id="@+id/more"
android:title="@string/moreMenu"
android:icon="@drawable/icon">
<menu>
<item android:id="@+id/Organize"
android:title="@string/Organize" />
<item android:id="@+id/Export"
android:title="@string/Export" />
</menu>
</item>
<item
android:id="@+id/add"
android:title="@string/addMenu"
android:icon="@drawable/add"/>
</menu>
Java-------------------------
import android.app.Activity;
import android.os.Bundle;
import android.view.Menu;
import android.view.MenuItem;
import android.widget.Toast;
public class ToDoList extends Activity {
Menu menu;
public void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.todolist);
public boolean onCreateOptionsMenu(Menu menu) {
super.onCreateOptionsMenu(menu);
getMenuInflater().inflate(R.layout.categorymenu, menu);
return true;
} public boolean onOptionsItemSelected(MenuItem item) {
switch (item.getItemId()) {
case R.id.more:
Toast.makeText(this, "You pressed more!", Toast.LENGTH_LONG).show();
//(What needs to be done from here)
return true;
case R.id.add:
Toast.makeText(this, "You pressed add!", Toast.LENGTH_LONG).show();
return true;
} return false;
} public boolean onPrepareOptionsMenu(Menu menu) {
return true;
View 2 Replies
View Related
Oct 25, 2009
the difference between context menu and option menu in android? When I click the menu button on the emulator, is that option menu? or context menu? And how to invoke the other menu (not trigger by the menu button)?
View 2 Replies
View Related
Jun 2, 2010
How can i define each menu item in different line? Right now if I'm adding 4 items they will get the form of 2X2. Is there a way to add them differently? Like 1 item and 3 below it? or 1X4?
View 1 Replies
View Related
Jan 21, 2010
How can I launch a contextmenu from a contextmenu? I'm trying to replicate the MediaPlayer action that happens when you long click a song, then click "Add to playlist" in the resulting contextmenu. When you click that menu item, another contextmenu pops up with "Add to playlist" as the title, and "Current playlist", "New", and however-many-playlists-you-have defined after that.
View 4 Replies
View Related
May 13, 2009
how to know whether an app is installed or not? Can an app access the list of application in "My Downloads"?
View 12 Replies
View Related
May 24, 2009
I would like to check from my app what api is installed on the phone for example: a=getapiv(); // a=1 (api 1.1) a=2 (api 1.5) so i can see if Cupcake is installed or not and disable or enable specific services on the run.
View 6 Replies
View Related