Android :: App To Share Menu's / Recipe's?
Jul 7, 2010
I am looking for an app that I can save PDF's of menus and recipe's etc... and share them with my wife. Anything like that out there.
I looked into SpringPad but it doesn't necessarily share...you can make items public and have someone follow your account.
Google Docs may work, but I am looking for an app, not a web interface.
View 1 Replies
Aug 23, 2010
I am looking for an app for my phone that can scan barcodes & keep inventory of food in the house, and pull reciepes from that list. Idea is to scan barcodes as you shop, and then when you get hungry, have a list of recipes you can choose from that you have ingredients on hand for.When you cook the list is updated for what was used.Something that integrates w/ ShopSavvy and one of the better reciepe apps would be awesome.
View 4 Replies
View Related
Oct 31, 2010
The app has an intent filter to allow it to appear in the share menu in other applications via ACTION_SEND intents. The app itself also has a share menu using ACTION_SEND and create Chooser(), and my app appears in the list. Since they are already in my app it seems strange to have them be able to share back to itself. Is there a way for my app not to appear in the list if it's being called from my app?
View 1 Replies
View Related
Aug 31, 2010
Sharing an Options Menu between Activity and Map Activity. Is this possible? I have an Options Menu shared between multiple Activities but now I need that menu in a Map Activity.
View 1 Replies
View Related
Oct 2, 2009
I'm trying to make a 'share' option in menu, just like in the gallery application. I am using the following code...
When i press the Share button in the menu i get "No applications can perform this action". What am I doing wrong? (im working on a real device not the emulator).
View 7 Replies
View Related
Sep 4, 2009
It's about the Gallery application. I've registered my application as a target for the "Share" option where the selected picture is being sent to another Activity in order to share it. The default application in the emulator was Messaging, and the image is attached using this option. Well, now I've got my application and Android asks me which application should it use to complete the action. I select my application and it opens the correct Activity, but... how can I get the image?
My code (that doesn't work) is as follows:
CODE:.........
While debugging, the intent and the bundle .toString() methods give the following results:
CODE:............
But with this, uri is null. I've tried myriads of combinations, but none works.
View 3 Replies
View Related
Aug 1, 2009
I must to new a thread. I know how to implement this issue by Menuifest.xml, see also: http://groups.google.com/group/android-developers/browse_thread/threa...
But my question is how to add share menu of Gallery by java code not Menuifest.xml. My code is as below:
code:.........
But registerReceiver always return null, and there is no menu added to Gallery's Share.
View 4 Replies
View Related
Aug 1, 2009
I know how to implement this issue by Menuifest.xml, see also:
Google Android Developer Group related issue
But my question is how to add share menu of Gallery by java code not Menuifest.xml.
My code is as below:
CODE:........
But registerReceiver always return null, and there is no menu added to Gallery's Share.
View 1 Replies
View Related
Jul 23, 2012
So i have followed the MANY tutorials on how to add your app to the SHARE menus using android.intent.action.SEND in the manifest...I can't figure out for the life of me how to get the image or display the image or even upload...so here is what i am trying to do...upon click my app in the share menu, it will open up the intent that handles this request...i already have the layout but i need to load the image into the ImageView on the layout itself...once loaded, i will type a caption in an EditText and then click the save Button...then i will upload it to my webserver...i have found all the parts i need to get this done other than how to get the image itself..
View 1 Replies
View Related
May 2, 2012
I recently noticed that the share option was missing from the all apps menu, can restore it? I'm currently using a rooted HTC explorer running android 2.3.5. Please check the screenshot for more info.
View 5 Replies
View Related
Jul 14, 2010
How to Remove Items from the Share Menu?
View 2 Replies
View Related
Nov 9, 2013
When I was in Chrome one day, I clicked the Share button and shared a link to Facebook Messenger.
Now, when I tap Share in any app, it opens up Facebook Messenger immediately, instead of showing the Share menu.
Is this some sort of feature? How do I get the Share menu back again? (I've tried Googling but I've come up with nothing.)
View 7 Replies
View Related
Sep 14, 2010
Within a browser, when long clicking a piece of text the "share via" context menu appears. I'd like to add an item to this but I can't find anything (blogs, tutorials etc) that helps. Can anyone point me in the right location(s)?
View 2 Replies
View Related
May 10, 2009
I would like that users using Pictures application or an other app can launch my application directly. Two ways apparently exist: - add directly a menu in the other application (exemple: I use share menu in Gallery app and I can share by sms, email...or my app) - each application can be replaced by another: exemple when I installed aHome application changing the standard home application, a popup is displayed to choose app that I want launch . How can I do these two methods?
View 3 Replies
View Related
Nov 8, 2010
I am new to android and have been teaching myself how to create apps through the android developers website. My app itself is like a recipe book. It lets me add my favourite recipes to a database so therefore where ever I am I am able to see what ingredients and the method for creating my favourite dishes. The list is getting rather long now so I was wondering if there was a way to search through a list like you do for contacts in your phone book.
View 2 Replies
View Related
Apr 17, 2010
Can any buddy suggest me some smoothie recipe which i use in my android mobile.
View 1 Replies
View Related
Jul 23, 2012
I am looking to create an app that will have a number of recipes, with my own flair and such. a recipe app, nothing much new.
Anyway, and this is probably the wrong place to ask, but are some of the more well known databases for recipes like allrecipes free to use, or is there a place I can find a free to use database of recipes? Should I attempt creating a database of my own?
View 1 Replies
View Related
Jan 5, 2010
I am just wondering if anyone would like to share pics of how you have you 7 screens setup.
View 49 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 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
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