Android :: Publish Apps For Other Developers
Oct 6, 2009
In terms of publishing apps for developers that reside in countries where they are not currently able to sell their apps via the Android Market, is this practice okay? Does it violate the Terms and Conditions of being a seller in any way?
View 4 Replies
May 31, 2009
Like the Alarm Clock, Calculator, etc. I see that the source is available at :
http://source.android.com/
For example, the alarm clock I'm going to modify will "look exactly the same" as the built-in one, but there'll be a lot more functions. Is it legal to extend the functionality of the Alarm Clock and publish it as paid application?
View 8 Replies
View Related
Jan 29, 2010
Can I use the sample apps and edit them to publish them on the market?
View 2 Replies
View Related
Dec 4, 2009
Orange is looking forward to talking to you at LeWeb(Paris, 9th and 10th of December)showing you the new on-device App Shop client, and hearing all about your apps. If you're in Paris next week, come and see us.Can't attend LeWeb? Come and talk to us now on the new Orange App Shop Developer Community Platform..All the questions you've always want to ask Orange are just a few clicks away. Join us and also talk to a 100 other developers in the platform.
View 3 Replies
View Related
Apr 23, 2010
Devs that are participating in the private beta of Flash for Android have been converting their apps from Air and Flash with great success. This will surely be a kick in the nuts for Apple, a well deserved one at that.Details here: Flash And Air Developers Port Existing Apps To Android In 10 Minutes, Give Feedback From The Private Beta Of Flash/Air For Android
View 3 Replies
View Related
Aug 6, 2010
Is it just me or are 99% of applications are very low resolution and all the pictures look very dull and fuzzy.
The new facebook update looks crisper, so the phone cleary has the capabilities but why aren't developers making apps to the highest resolution?
View 2 Replies
View Related
Feb 27, 2009
As Google's current support for paid apps in the Android Market is limited to the US market only (and even on the US market, would not support ADP1 phone), I really think you guys should stop posting your apps in there. Please make yourself a favor being able to reach the whole world and post your apps on androidgear or SlideMe or handango.
View 3 Replies
View Related
Dec 4, 2009
If you had to suggest 2 to 3 names of Android Gurus, who will you suggest? What lead you to these choices?
View 5 Replies
View Related
Feb 19, 2010
Some of the developers of iPhone apps seem to be a little complacent with developing counterpart apps for the Android Market. Maybe if we inundate them with requests and show them how high the demand is, they'll get off of their keysters and start with the Android development. To make this easier for us all, I've compiled a list of some of the most popular iPhone apps that don't have an Android version yet, along with the email addresses, twitter accounts, and 'contact us' sites that you can all use to contact the developers to simply say "We want an Android app!" Just like money, demand talks. Plus, every new app we get (or at least get someone to get started on) is one less thing the Apple fan boys can brag about!
Please feel free to add any apps you would want to see (like IMDB for instance).Make sure you include the corresponding contact info. I'm hoping the Moderators will make this a sticky thread.As I was developing this list, I was going to include eBay, since they did not have an official Android app...that is until I saw it in the Market a couple days ago! The apps are coming, we just have to keep pressing people for them.
View 5 Replies
View Related
Jun 28, 2010
What possible reason could there be for you to code your apps so that they switch on in the background when the phone is turned on and use up precious battery life?
Or, why would you code your apps to stay on after I, the user, have hit the back button because I no longer want your app to run?
I mean, REALLY! Yes, I own up to being a newbie Android user, and what I don't know could fill the Library of Congress. Still, this is common sense we're talking about here. I've done some industrial app development and Enter/Exit, On/Off are basic pieces of logic in the main loop of an program in any language.
The only reason that we phone users need task killer apps is because you developers insist on creating apps that don't know when the f**k to turn themselves off.
And, it seems to me like you, the app developers, are one of the main reason why these phones have such crappy battery life. I mean, my Samsung Instinct, as bad as it was, got 18 to 24 hours of life off of one charge. With the Hero, I'm lucky if I can get 10 hours, and that's even with configuring my email download to only three times per day!
This is not hard, people. You code the app to stay off until, I, the user, manually turn it on. AND, you also code it to turn off when I, the user, hit the back button.
Yes, I understand that there are certain apps that it is advantageous to keep running in the background. So, fine, make it so those keep running. BUT, there is no possible reason for apps like Flashlight, or BBC News, or Camera, or SprintTV to have to run all the time in the background!
I am so tempted to just trash the lot of you. If I did, maybe I might not have as much functionality, but my teenager would be able to reach me late in the day because my phone battery would still have juice.
View 13 Replies
View Related
Jul 28, 2010
I'm just about done with development and emulator testing and I'm unclear how to proceed with getting my application ready for actual device testing and them publishing.
Here's my main concern: I have around 600 images that I will need to have loaded (on initial installation) onto an sd card. What is the best way to do this? HTTP? Is there an automated process? Is this handled by an installation script.
Are there documents that cover this type of scenario?
When it comes time for actual publishing the application, again, how will I handle loading the images onto the sd card during the initial installation?
View 3 Replies
View Related
Apr 25, 2010
I am working on an app that uses the rating bar (stars) to allow the user to grade information. The SDK version is 3 (OS 1.5 - <uses-sdk android:minSdkVersion="3">, but the rating stars are shown incorrectly for devices with OS 2.1. I read some posts in the forum that suggest to upgrade the SDK version to 4 (OS 1.6 and higher), however this will excluse 1.5 users to download my application, and I do not want this to happen, because there are still a lot of 1.5 devices.
This makes me wonder: Is it possible to publish two versions for the same app simultaneously? For instance, publishing one APK for version 1.6 or higher version and another APK for 1.5 version simulataneously in the Market, both intended for the same application.
Is there a workaround for these kind of situations?
View 3 Replies
View Related
Jan 19, 2010
This may sound like a weird question, but I have developed a mobile web application which works well with Android (browser). Would it be possible for me to somehow list this website/application on the marketplace? Or does it strictly have to be a downloadable app?
View 2 Replies
View Related
Jul 7, 2010
I am new to Android development. I developed a new Android application. I would like to publish my Android application to the Android market. How can I do this?
View 1 Replies
View Related
Oct 31, 2009
It is possible to publish your own Android Application on a own Web Server?
View 7 Replies
View Related
Nov 10, 2010
I'm just about ready to Publish my application. I have a question about the Signing/Aligning of the application. In looking at the Android documentation they say to run "ant release" to compile the application in release mode. Then to sign and align the apk run "jarsigner" and "zipalign". I had used "android create project" to create my build.xml.
I modified it to run proguard. I find that when I run "ant release" it appears that signing is done as part of the process (I'm prompted for my keystore password) and the apk is zipaligned. I guess I'm confused that the documentation makes it 3 steps, "run ant release" then jarsign, then zipalign. BUT, my "ant release" seems to do everything. Is the documentation not upto date? Is it safe/acceptable to just run "ant release"?
View 2 Replies
View Related
Nov 15, 2010
I'm developing a mobile web browser application for Android which supports complex script rendering of Indic scripts.
For this, I used a currently available open source web browser for Android (which is licensed under GPLv3) & modified its code to support complex script rendering.
Now the code of the browser is from that open source app & the code of the complex script rendering part is from me.
My question is, Can I publish this application in a different name under the same license? (i.e. If the name of the open sourse app is "ABC Browser", can I publish the modified app which is able to support complex script rendering in a different name such as "XYZ Browser" under GPLv3 license?)
View 2 Replies
View Related
Apr 29, 2010
I am about to finish my Android application. I would like to provide lite version and more complete paid pro version. Unfortunately, Google does not allow Australian developers to sell applications and I don't have any friends in US or UK.
Does anyone know of a person/company who would publish my pro application on my behalf? Google search did not bring up any results.
View 1 Replies
View Related
Jul 16, 2009
I have a custom EditText and a TextView in an Activity. The custom EditText traps for key presses and calculates the number of character entered and wants to publish the character count to the TextView. Do I use the java.util.Observable/Observer way ? Or is there a more native android method to achieve this?
View 1 Replies
View Related
Nov 10, 2010
We have several Android apps and found that the process of uploading apps for each release via Android Developers website slow and ineffective. We like to automate the process. To be more clear, we have automation for compiling and building the apps, it's a matter of uploading them to Android Market and fill in the app details for publishing. This is where we are left with manual publishing.
I am interested to learn how people automate the processing?
Does Google have a web service of some sort for publishing Android App on Android Market?
View 1 Replies
View Related
Aug 14, 2010
We are converting out suite of iPhone apps written in .NEt MonoTouch to Android.
How do we catch, then publish exceptions so that they are reported via the Android Market?
View 2 Replies
View Related
Mar 16, 2014
i finished my app today and wanted to publish it...only to discover i cant.
No matter what i upload,it wont work,it stays at 0%.Screenshots,app icons,apk's. nothing.
the only thing the page does save is the text in the description.
View 2 Replies
View Related
Aug 24, 2010
Why does SPRINT continue to publish EVO ads?
The phone�s great features and the clever way SPRINT introduced EVO to the US market have resulted in tremendous demand for the phone.
The EVO remains sold out at stores throughout the United States. There are long wait lists.
Yet SPRINT keeps advertising EVO with full page ads in major printed media and frequent TV spots.
Is there a business or other benefit of doing so?
View 25 Replies
View Related
Apr 2, 2009
I am looking for some fellow developers to build a few applications that work together to allow the android phone to take advantage of cheap telephony services provided over the internet. These are sms, voip, calling cards and similar such services.I have been investigating this quite a bit and developing an app to work with PennyTel but i have discovered an issue with the Android OS. Android is not designed to let you replace low level systems in your app and there for there is no way to capture out going sms etc. This means that to write an app that sends all out going sms via pennytel is impossible and that the only way around this is to write your own sms client like ChompSMS and i am sure this will apply to other parts of the phone as well.What i am looking to do is make a reusable system that uses intents to do things. A complete sms application that uses an intent to send the sms so that more sms providers can be added later, a dialer and outgoing call system that will fire an event for another app to make the call etc.What I want is sever apps that use intents not just to open their app but also to choose the outgoing their service uses. personally i want to write one of the outgoing paths and i am looking for some developers who would be interested in writing the more front end apps like the dialer and sms applications.If anyone is interested let me know as it is just too much work for one person and i am sure your apps will be used by many people as more and more people could right services they could be hooked into.
View 3 Replies
View Related
Jul 17, 2010
Is there any way of hiding specific app developers that you don't link on the market?
E.g. if one developer has made thousands of sound board apps or themes for an app that I won't be using - I could hide that developer and wouldn't see his/her apps on the market?
If this is possible, I think it would make the market much less annoying when you have to scroll through hundreds of sound boards and app themes.
View 1 Replies
View Related
Mar 4, 2010
This would be some excellent support for the faithful Android developers. I have eight apps but live in Canada so I haven't been permitted to post them on the Market yet. Still I'm hoping Google might take this into account for Canadian developers who can't yet meet the sales criteria. I applied anyway and hope Google will respond so I can begin mobile testing.
View 2 Replies
View Related
Oct 14, 2010
We are migrating to a new Android developer account and I was wondering if anyone had any suggestions about the best way to transition apps to the new account.
From what I can find, the only suggestions I've seen were to publish an update to the old app notifying the user of the new updated app. This requires us to publish the apps under a new package name which we would like to avoid if possible.
View 1 Replies
View Related
Apr 8, 2010
My team is in urgent need for Android Developers. Please find below the details. Job Location:Nagpur,India Android SSE - experience - 3-4 yrs, minimum 6 months experience in Android, Location - Nagpur Code...
View 2 Replies
View Related
Feb 20, 2009
Can anyone tell me if UK developers are still being forced to list in a currency that the only paying customers of Market aren't used to dealing with (i.e. British pounds), or can we list in the currency our potential customers use?
View 9 Replies
View Related
Sep 21, 2010
In android-sdk-windowsplatformsandroid-8data esdrawable progress_large.xml, the following code is used:
CODE:.........................
If I try to copy this code in my own projects (so I can change the drawable), I get a compile error for framesCount and frameDuration.
Is <animated-rotate> something that can be used? And if so, how?
View 3 Replies
View Related