Android :: How Global Application Market Place Is?
Jun 9, 2010
I'm UK based and I'm wondering how much of the world can see and download my apps from the market? For example, the Chinese market, which I believe is quite large, can they see UK or US based apps? Or does some kind of specific translation need to be done for this to happen? Or is it a separate market place?
View 18 Replies
Mar 25, 2010
I am creating an application that checks the installation of a package and then launches the market-place with its id.
When I try to launch market place with id of an application say com.mybrowser.android by throwing an intent android.intent.action.VIEW with url: market://details?id=com.mybrowser.android, the market place application does launches but crashes after launch.
Note: the application com.mybrowser.android doesn't exists in the market-place.
MyApplication is my application.
CODE:..........
However, when I try to launch the market place for a package that exists in the market place say com.opera.mini.android, everything works. Log for this case:
CODE:..................
View 2 Replies
View Related
Feb 24, 2010
I've been using a nice widget called "Timeriffic". You can set up different notification profiles. 6:30 - 10:30pm I get all notifications. After 10:30pm I only get phone calls. Are you aware of a application that does this for email, wireless and other services as well? Was thinking it would be nice to set up a profile that stopped email polling at specific times to save battery life. I usually put the phone into airplane mode...but would like something automatic.
View 8 Replies
View Related
Mar 25, 2010
I am creating an application that checks the installation of a package and exits after launching the market-place with its id.
When I try to launch market place with id of an application say com.mybrowser.android by throwing an intent android.intent.action.VIEW with url: market://details?id=com.mybrowser.android, the market place application does launches but crashes after launch.
The application com.mybrowser.android doesn't exist on the market- place.
MyApplication is my application.
CODE:....................
However, when I try to launch the market place for a package that exists in the market place say com.opera.mini.android, everything works. Here is the log of this case:
CODE:.....................
View 6 Replies
View Related
Feb 11, 2010
I have developed a small android application and then installed the app using ADB and uploaded the same app with a higher version number (not the string value, but the integer field) to Android market place. I get no notification saying there is an update available for my app. Under Market -> My Downloads tab in Market, the app does not show as installed. When browsing the Market, the app shows as installed but does not say "update available". When I browse to the application and touch install, however, I do receive an "overwrite previous version" warning. Steps i followed: I compiled the APK as unsigned and then created the Private key and singed the app. Then installed the app on my device using ADB. Changed the VersionCode on Manifest file with higher version and then re-compiled the code. Singed the new version of APK and then published the same on Android Market. I waited for more than 12 hours but never get the notification on checking Market->My Downloads. It would be great if some one has tried the similar things, then plz do guide me.
View 3 Replies
View Related
Nov 26, 2009
I decided to put World of Bombs on the Market place but it ran unsuccessfully. The upload site ask me to change the package name since i've already an app with the same package already there.The thing is i can't see the ADC entry i used to for the contest to supress it and replace by the version i want to put on the market without having to rename. I don't want to rename the app while i just did the contest. Is possible Google to remove all unqualified apps from the contest sandbox. that way i can upload my market version of my app.
View 9 Replies
View Related
Jul 8, 2010
I just wrote a little game for droid. I was thinking I would put some put some adds in it and release it for free and maybe I'd make a buck or two.I'm wondering what I need to do before I sign up for this.First, I live in Canada. I assume there might be some sort of problem getting paid from the US?I do not have a company. Can I just make up a name to use for now, and if I start making money then I can register the company name and get a business licence later? (Claiming any profits as personal income on my taxes until I do, of course.)
View 4 Replies
View Related
Nov 3, 2010
Is there a way to have an global settings variable for an android application, which is accessable as well from any help java classes without giving them context?
I try to explain what I mean.
I have an application version as string value in strings.xml I can get its value from every android activity, but not from help java classes withought giving context What I do now, is saving it in a static variable of my first activity, but it seems, that sometimes it will be erased and set to null.
View 3 Replies
View Related
Aug 17, 2010
I currently have an app that has many activities and needs to have a way of maintaining state between these activities.
I use the Application class to do this, declaring my global variables and using getters and setters to interact with my activities.
I was hoping to place a few custom methods in there, so that when I want to do a common task like, for instance, display an error message, I can declare the method in my application class and call it from any activity that uses it
EscarApplication application = (EscarApplication) this.getApplication();
EscarApplication being the name of my application class above.
I have tried to include this method in my application class:
CODE:.....
In the hope that I can call this method from activity without having to redeclare it, but when I call it using something like below I get an null pointer exception:
Visit.this.application.showError("Update error", "An error has occurred while trying to communicate with the server");
Visit being the name of my current activity above.
Should this work, or can I only use getters and setters to change global vars in an Application Class.
EDIT Stack Trace:
CODE:...............
The dialog is declared as such in the application class:AlertDialog alertDialog;
Created in that same class:alertDialog = new AlertDialog.Builder(this).create();
And the method to call it in that class is as follows:
CODE:.............
And finally, it is called from an activity like so:
CODE:........................
View 3 Replies
View Related
Sep 15, 2009
Just downloaded donut sdk and played with global search, very cool, except a small issue. I integrate my application with global search functionality, but global search always shows "More results... xxx (n) " even if there is only 1 result from my application. I've disabled all other applications so that there is enough room for displaying the results of my application for sure. Any hint when it shows result directly and when it shows "More results..."?
View 3 Replies
View Related
Mar 21, 2010
I have uploaded my paid app "Legion" and I can see that I am making sales but why is this app not visible on my phone? I can see other paid and free apps. The android platform of my Samsung Galaxy phone is 1.5 and here is part of my manifest.
View 5 Replies
View Related
Jun 16, 2010
I live in Singapore which does not have any paid applications yet.I see a lot of good applications that I want but cannot get because they do not have a free version (for example RemoteVNC Remote)Is there any way to get paid apps in a country which does not support the paid marketplace?I do not want to use pirated software, however if this is the only method I would not mind donating the money to the dev and then downloading a cracked file.
View 2 Replies
View Related
Nov 11, 2010
Have created and published Tasbee Counter App in Market place but i cannot see this in Market Place. I am trying it from India Kindly let me know the solution or am I missing some thing.
View 2 Replies
View Related
Jun 8, 2009
I know that the Android Market detects and supports in-place upgrades of apps. I know that using developer tools, you can do in-place upgrades of apps. Suppose, though, that you are distributing your APK through other means, whether it be a third-party market (e.g., AndAppStore, SlideME), or just via your own Web site. How do you do in-place upgrades? Is it just a matter of downloading the new APK and telling Android to install it, or is there some other magic that is needed?
View 4 Replies
View Related
Aug 27, 2010
There seems to be 2 on the market place, anyone got recommendations to which is the best one?
View 5 Replies
View Related
Feb 1, 2009
I want to create a global variable store for a list of user defined objects. I have a LinkedList of Feed (a user defined object) that I need to be made available to a new Activity that is created. This list is displayed using a ListView and so when an item of the ListView is clicked, I need the correct Feed index to be 'passed' to the new Activity. I have no problem doing this as I create an Intent and then pass the id of the selected row. I need the new Activity to have access to the LinkedList of Feed objects.
There are different ways to do this (explained here - http://code.google.com/android/kb/framework.html). I want to use the option (quoted from link above): The android.app.Application class The android.app.Application is a base class for those who need to maintain global application state. It can be accessed via getApplication() from any Activity or Service. It has a couple of life- cycle methods and will be instantiated by Android automatically if your register it in AndroidManifest.xml.
I want to use the above method as I could then fill the LinkedList at application start and then use it throughout without any duplicates etc. Does anyone know how the android.app.Application class can be used as a global variable store that can be accessed from other classes? I cannot find any more information on this method of passing information between Activities within a single application. Any information regarding passing user defined objects would be useful and specifically how to get the above idea to work.
View 4 Replies
View Related
Nov 19, 2009
Anyone know if there is a way to browse the Android Market Place from a Desktop computer? My eyes are getting tired from staring at the small screen.
View 2 Replies
View Related
Apr 17, 2010
I have a motorola devour and according to all the reviews it can run goggles and according to google it can as well but i cannot find it on the marketplace!! my friend runs a search on her g1 and it comes up no problem! whats wrong with the devour!~
View 4 Replies
View Related
Nov 13, 2009
Purchased one program for $.99 , checked my bank account and i have the $.99 purchase along with 2 other purchases of $1.00, is that a market place fee?
View 5 Replies
View Related
Nov 20, 2010
If an Android 2.2 Tablet doesnt have the Android market Place then is there any simple method to install various third party android .apk files directly from the webpage to the Internet Tablet
View 2 Replies
View Related
Nov 13, 2009
there is an option in the settings for "unknown sources" it says "allow install of non-market applications" so where do i find these and do you recomend it? i want to find the good ol' boob jiggle app i lost back in the day with my ipod.
View 4 Replies
View Related
Jan 24, 2010
My family has got three android phones, an HTC Hero, a Samsung Galaxy, and a T-Mobile Pulse, all are running android 1.5 with the latest manufacturer firmware. On the T-Mobile Pulse, when searching for a couple of apps (ones that I have installed on the other two devices), I get returned 'no matches'. For example, if I search for 'BrightAI', which is a developer who has around 8 apps on the market, I get no matches. If I search for individual apps, I get 'no matches'. Searching for the same on either the Hero or Galaxy returns the expected results. Does anyone have any ideas why certain apps are accessible on one device, but not the other?
View 10 Replies
View Related
Apr 12, 2010
i was wondering if there is a way to automatically update a comment in the android marketplace. I'm not a spammer, but I have an issue for the dev and I want it up top so he see's it, and it's been an issue since day 1. Won't go into much more detail other than that, but if anyone knows how to do this please help me out.
View 1 Replies
View Related
May 10, 2010
Anyone know if there is a way to change your payment info for the android market app?
Is this an automatic thing where if you try to buy something and your credit card you entered last time is expired, it will automatically ask you for new info?
Anyway, i can't find a place to go to change the info.
View 1 Replies
View Related
May 10, 2010
I want to offer a webform on my app's website that sends an email to the provided address, that if opened from a Android device would launch the marketplace on the phone.It takes me to a loading screen, but I get Sorry, the application Market (process.com.android.vending) has stopped unexpectedly.Please try again.Is this possible?It seems that it would be due to the marketplace even trying to load?
View 2 Replies
View Related
Jan 8, 2010
Where is the barcode reader on the android market place website I'm dammed if i can find it!!
View 7 Replies
View Related
Feb 17, 2009
I have an application published in marketplace and its not updating the active users/number of downloads on the phone display or the developer console. My other application appears to be fine. Anyone else seeing this? Also when the application was uploaded over the weekend there were issues with setting the location targeting. I could not restrict it to US only.
View 2 Replies
View Related
Sep 30, 2010
The new version of facebook app in the market place is missing options ? I was having lunch today with a buddy and we were looking over my Desire and his Iphone and was looking at the facebook app. He gets chat and a option called Places? I wonder why we do not get that in our app they should be the same or ours should just be better .
View 6 Replies
View Related
Jul 15, 2009
Unable to buy at market place?
Not even showing up all the paid apps, only see Demo version and tells me to buy at Market. Search wont show up.
Anyone has idea?
How do you pay for it?
View 6 Replies
View Related
Jul 31, 2010
I want to finally get one but im not sure what is best.
View 7 Replies
View Related