Android :: Best App For Locating Products?
Apr 9, 2010
I am trying to find an app that I can search for a product and it will tell me what store has it. I have one called Shop Savy but that requires you to aim your phone at the barcode which is different from what I am asking.
View 1 Replies
Nov 19, 2010
On my developer console I can set my apps price but I can do it only using euros, how can I set a price for dollars?
View 7 Replies
View Related
Jul 26, 2010
I wanna use the Gdata Apis within my Android Application. Being more specific I wanna give the user the ability to search for keywords, use the Gdata api to search for products within googleproducts for these keywords and parse the xml that I get back. I know how to parse xml files via an org.xml.sax.helpers.DefaultHandler but I guess that I am not suppose to use such a Handler but rather rely on the Gdata api to parse the xml for me. My Problem is that I dont know how to integrate the api in my App. There is a similiar topic within stackoverflow (hier) but I am not at all satisfied with the answer they gave. Just giving someone the information to "look at our recently announced version 2.1.0-alpha of the GData Java library which supports Android" doesnt quite help me to integrate gdata in my app. I would very appreciate if someone could give a step-by-step guide how to integrate the gdata api within my app, including code examples to make a search-request and parsing back the results from google products.
View 2 Replies
View Related
May 22, 2010
I was wondering if anyone knows of an app that would allow me to scan barcodes of products at home and this becomes my shopping list? It would be nice if when i use the last of something i just scan it and through it away.
View 1 Replies
View Related
Jul 30, 2010
I seem to almost always come back to this forum while doing a android related google search so I thought I would post this here.I am looking for an app that would allow users to share their gps location with their friends on fly (Live). It would be used for riding atvs on wooded trails. While riding in groups it become difficult to keep together as the trails split. We almost always have cellphone signal while we ride and would just like to upload our current gps location. Note: It would also be great if we could mark the trail on the map and share it with the group.
View 19 Replies
View Related
Feb 3, 2009
Can we use the applications that released with Android Open Source Project in our commercial products? For example, the "Browser" and the "Contacts". And I also found some demo applications in SDKSamples, like Home and NotePad, can them be used for commercial products? Do we need to pay extra license fee for using these open source applications?
View 4 Replies
View Related
Nov 24, 2010
I was just wondering if there is a prank app to fake like if your phone can locate people or phones. Or is there an apk file that I can download?
View 4 Replies
View Related
Mar 12, 2012
What's the best app on the android market for locating a stolen phone?.
I'm looking for something which can relay the approximate phone location (based on gps/wifi) and lock the phone. Also, being operate with a different sim card would be a plus.
View 9 Replies
View Related
Nov 8, 2012
I've just started creating some Android application and I successfully made application that locates user's latitude and longitude.
Well. The problem is that I am interested about the way how android does that with maps tools since my application starts a GPS and it takes like 10 minutes, before it finds a location indoors and maybe sometimes it doesn't even find a GPS indoors, but if I use Maps application that comes with phone it works fine indoors and outdoors it's same where I am.. the location I'm standing on is directly found without waiting any minutes. (I've changed a place and it's directly there without waiting)
Can it be done as easily as GPS locating?
View 1 Replies
View Related
Jun 12, 2013
Im having trouble finding my guncrafter folder on my galaxy tab 2!
View 3 Replies
View Related
May 25, 2010
I'm having a problem finding picutres or wallpapers saved to my sd card on my eris. I have Astro File and I just bought a wallpaper from Verizon and it says it's saved to my sd card yet I can't find it anywhere. I checked my photos, and all the folders in astro. Any clue on what I'm doing wrong or where else it could be?
View 13 Replies
View Related
Nov 4, 2010
My weather widget no longer will relocate me, even after manually updating.
View 4 Replies
View Related
Jul 15, 2013
I've been using IPP podcast player to download songs/podcast onto my nexus.But when I plug it in to my laptop I cannot find these songs or podcast anywhere. On IPP podcast player it gives me the option of where to store the songs/podcast. Even when in change this and look for them, the folder doesn't exist.
View 1 Replies
View Related
May 7, 2010
I downloaded some ringtones from myxer.com and there on the phone. I can go to settings and set them as a ringtone however when i go to them in file manager or astro the file manager that i use from the market place they are no where to be found on my memory card. Does anyone know where they might be stored on the phone.
View 8 Replies
View Related
Apr 14, 2010
c:Program FilesJavajdk1.5.0_13in>keytool -list -alias androiddebugkey -keystore "C:androiddebug.keystore" -storepass android -keypass android And i keep getting the error keytool error: java.lang.Exception: Keystore file does not exist: C:androiddebug.keystore Ive also tried entering the keystore in from its original location rather than moving to c:android but still get the same error! Does anyone have any idea why this is happening?
Also is there any other way to get this MD5 fingerprint? some program maybe?
View 3 Replies
View Related
Nov 28, 2009
I want to be able to plot every hospital within 10 miles of my current location on the map in Android. I've already started with this code as a base (http://android-er.blogspot.com/2009/11/androidlocation-with-zoom-level-control.html) I just need to plot the locations of hospitals without switching to another screen.
View 3 Replies
View Related
Nov 14, 2010
in my android application i have address, when i click a button i have to call google map api and show the exact location of that address. how to use that google map api in android , and also how to send the addess to the particular api to locate it?
View 1 Replies
View Related
Aug 6, 2010
Is anyone having trouble locating the facebook for android app in the marketplace? I had uninstalled this app as it was completely messed up when I got my first android last week and went to go find it in the market place and it is no longer there...I tried using the barcode for the location in the marketplace to no avail and even tried clicking the link on the bottom of the webpage while using the browser that said "download facebook for your moment" which brings me to an error message that states "the requested item could not be found"
I found a couple posts on the facebook for android page with the same problem but there were no responses.
View 12 Replies
View Related
Oct 19, 2010
today i meet the problem.i need technic can control the android machine from server.then i want send data from server to android with no request from android.
View 2 Replies
View Related
Apr 14, 2010
I'm trying to open a dialog window, but every time I try to open it it throws this exception:
CODE:.................
I'm creating it by calling showDialog with the display's id. The onCreateDialog handler logs fine and I can step through it without an issue, but I've attached it since it seems like I'm missing something:
CODE:............
Is there something missing from this? Some questions have talked about having this problem when creating a dialog from onCreate, which happen because the activity isn't created yet, but this is coming from a call from a menu object, and the appContext variable seems like it is correctly populated in the debugger.
View 3 Replies
View Related
Jun 3, 2010
I'm writing an application which connects to a back office site. The backoffice site contains a whole slew of JavaScript functions, at least 100 times the average site. Unfortunately it does not load them, and causes much of the functionality to not work properly. So I am running a test. I put a page out on my server which loads the FireBugLite javascript text. Its a lot of javascript and perfect to test and see if the Android WebView will load it. The WebView loads nothing, but the browser loads the Firebug Icon. What on earth would make the difference, why can it run in the browser and not in my WebView? Any suggestions.
More background information, in order to get the stinking backoffice application available on a Droid (or any other platform except windows) I needed to trick the bakcoffice application to believe what's accessing the website is Internet Explorer. I do this by modifying the WebView User Agent.Also for this application I've slimmed my landing page, so I could give you the source to offer me aid. package ksc.myKMB;
import android.app.Activity;
import android.app.AlertDialog;
import android.app.Dialog;
import android.app.ProgressDialog;
import android.content.DialogInterface;
import android.graphics.Bitmap;
import android.os.Bundle;
import android.view.Menu;
import android.view.MenuInflater;
import android.view.MenuItem;
import android.view.Window;
import android.webkit.WebChromeClient;
import android.webkit.WebView;
import android.webkit.WebSettings;
import android.webkit.WebViewClient;
import android.widget.Toast;
public class myKMB extends Activity {
I already have JavaScript on the web browser on, the problem is the web view is acting to different from the web browser.
View 1 Replies
View Related
Aug 15, 2010
I want to implement my own Tokenizer base on the file
"MultiAutoCompleteTextView.java",
but I encounter an error "com.android.internal.R cannot be resolved" when I try to
import "MultiAutoCompleteTextView.java" to my project.
code:.................
I haven't research any solutions to resolve this problem.How to correct "com.android.internal.R.attr.autoCompleteTextViewStyle" my own attr?
View 1 Replies
View Related
Jan 11, 2010
1- Does Android Browser (Éclair code base) support the "plug-in" or not?
2- Why "Google Gears" support is removed from the clair code base?
I searched the forum and came to know that earlier version of the Android does not support it at all? Here is the link for that, but this query asked in Dec'2008.
View 2 Replies
View Related
Jan 5, 2010
At first,I have a database created by using Ruby on rails.I just already implement insert function(HTTPPost) in my Android Application and it's work.But I don't know how to retrieve specific record from my databases and insert it back to specific record in Android (Like edit function in RoR)This is my insert code :
private void insertComment() {DefaultHttpClient client = new DefaultHttpClient();HttpPost post = new HttpPost("http://10.10.3.87:3000/comments");
// Configure the form parameters
List<NameValuePair> nvps = new ArrayList<NameValuePair>();
nvps.add(new BasicNameValuePair("comment[content]", t_comment.getText().toString();
nvps.add(new BasicNameValuePair("comment[id_account]", "1"));
nvps.add(new BasicNameValuePair("comment[id_place]", Integer.toString(position)I really try many ways out but it doesn't work and it takes very long time to fight with this piece of code. Actually, I really don't know how to specify RowID to HTTPPost.
View 2 Replies
View Related
Sep 17, 2010
I am doing some android development, and now I need to send some android application generated data onto a remote server (a database)?How can I do that? can I use direct JDBC connection and sql?
View 1 Replies
View Related
Oct 9, 2010
So i am making a android app, and i want it to be so if i call lets say 911 it sends my GPS coordinents to a certain IP, i know everything but how i make it so if i call 911 it sends the info and how i can make it send the info to the IP via 3g,
View 3 Replies
View Related
Jul 10, 2010
I released updates of my apps yesterday and they are being hidden from android 1.5 and 1.6 phones.
This is due to a Market bug which hides apps with bluetooth permissions from android 1.5 and 1.6.
Come on Google fix the market. We spend countless hours making are apps work on ALL android versions and now you do this...
This issue has been raised since June, but has only affected me since i made an update to the market yesterday.
View 1 Replies
View Related
Dec 23, 2009
What exactly are mock tests... I need to know the mock and performance tests available in android for testing android apps..what is the best tool for testing android apps and how..
View 1 Replies
View Related
Aug 17, 2009
I'd like to add a menu option to the Android camera app. Is this possible to do using the current SDK? I know I need to add an intent-filter tag in my activity. But I don't know what I should put in the mime type. I want to be able to process the live camera previews if the user selects the menu option. So what do I put into the type tag of the intent-filter? Also I suppose I won't be using ALTERNATIVE or SELECTED-ALTERNATIVE for the category as I want to deal with the whole intent?
View 3 Replies
View Related
Jan 21, 2010
I was wondering if the market checks if the application can be installed on the device. For example, if I have an Android 1.6 and if I try to install an application with :"<uses-sdk android:minSdkVersion="7" />" on its manifest. What will happend ?
View 4 Replies
View Related