Android :: Possible To Publish Two Versions For Same App Simultaneously?

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?

Android :: Possible to publish two versions for same app simultaneously?


Android :: Done With Development - How To Publish Apk

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

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 View Related

Android :: Need To Publish A Web App To Droid Market

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

Android :: Publish Application To Droid Market

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

Android :: Publish Your Droid Application On A Own Web Server?

Oct 31, 2009

It is possible to publish your own Android Application on a own Web Server?

View 7 Replies View Related

Android :: Is It Legal To Customize / Publish Built-in Apps?

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

Android :: Getting Ready To Publish - Signing / Aligning Of Application

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

Android :: Can Re-publish A Software Under GPLv3 In A Different Name After Modifying Its Code?

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

Android :: Person / Company Who Would Publish Pro Application On My Behalf?

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

Android :: Use Sample Apps And Edit Them To Publish On Market?

Jan 29, 2010

Can I use the sample apps and edit them to publish them on the market?

View 2 Replies View Related

Android :: Run Two SQL Queries Simultaneously

Nov 5, 2009

I start a long-running SQL SELECT query and, before it finishes, wish to make a short-running SQL SELECT query. Both queries are on the same tables. The whole database can be considered read-only. My initial tests show that the short-running query only actually starts when the long-running query has finished.

View 2 Replies View Related

Android :: How To Use Contacts API For 1.x And 2.x Simultaneously?

Feb 22, 2010

Mi problem is that I need to implement Contact List in my application for both android 1.5, 1.6 and 2.x.I did it using the old Contacts API, not ContactsContract because of backwards compatibility with 1.x series. But when displaying my app on 2.x the contact list is not complete. In some devices it's shown as empty, and in some devices it only displays some of the contacts in the device.I know that using Contacts API on 2.x series it will show only main account contacts, but this is not the case. It looks like only recently updated contacts are shown but that's not the case either.So the question is: How to correctly implement contact list for both 2.x and 1.x android version?

View 1 Replies View Related

Android :: Native Way Of Implementing Publish Subscribe Between Droid Widgets

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

Android :: Automate Process Of Publish Droid App / Google Have Web Service To Do That?

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

Android :: Exception Handling - How To Catch Then Publish So That They Are Reported Via Market

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

Android :: Is It Possible To Run (and View) Two Applications Simultaneously?

Nov 3, 2010

I have some questions about android development. I have googled around, but cannot seem to find any answers to my questions.
- Is it possible to display google maps in a widget?
- Is it possible to run (and view) two apps simultaneously?
- Is it possible to run an App within an App?

View 1 Replies View Related

Android :: Run Multiple Activities Simultaneously

Aug 30, 2010

I have buil a file explorer just like a mycomputer.it reads the whole storage and system for files and directories now.i am working with start menu.i have built it in an other activity i wan to make them active at the same time?

View 2 Replies View Related

Android :: Gtalk - Two Login Run Simultaneously

Nov 11, 2009

Objective: The ability to have multiple (two) Google talk accounts run simultaneously. Currently I've set up my phone with my Gmail (@gmail.com) account. The Gtalk application has been configured with this account by default (I think) which is great. However I would like to be able to be signed into my work chat as well, which is a Google apps premier account. I have not found a way to accomplish this without having to download another app. The apps that I've tried so far are: Ebuddy and Meebo. Ebuddy works awesome with my Google Apps account except for the fact that it sends messages after I chat indicating that I am using Ebuddy. The spam message includes a link to a webpage. I can't figure out how to turn this off, so I've stopped using it. I'm willing to pay for a version that doesn't do this, but I don't think there is a pay for version of Ebuddy for Android. And Meebo doesn't work with my Google Apps account. Can anyone point me in right direction? Maybe a recommendation?

View 3 Replies View Related

Android :: Closing Several Activities Simultaneously

Mar 17, 2010

In my application you can navigate through several Activities until the Activity stack is quite deep.

We'd like a button on every Activity that will take you straight back to the main menu - i.e. pop all Activities from the stack except the first one.

I've put the button in a View that I can easily put on every Activity in the application, but I can't figure out how to close several Activities in one fell swoop.

(If possible, it would be good if the View could work out how many Activities to close by itself - i.e. detect how deep on the stack its own Activity is.)

View 2 Replies View Related

Android :: Running Multiple Istrumentation Simultaneously

Jun 27, 2009

This is what I have,say:

CODE:..............

All of the above is in single APK.

Instrumentation Runer used is - android.test.InstrumenationTestRunner itself.

This is what I am trying:

- I launched Emulator having above apk

- I opened three terminals , two to run instrumentation and third one to log results i.e.

CODE:...........................

Terminal 2:

CODE:...............................

Terminal 3: This is what I saw in the middle of logcat dump:

CODE:..........

Queries: 1. Is not it possible to run instrumentation in above manner? 2. I tried another TestSuite2 in terminal 2 instead of TestSuite1 , this also gave same results.

My aim is to run 2 testsuites parallel, using same apk. Is it possible? Or I have to use two different apks?

View 3 Replies View Related

Android :: Emulator - How To Control 2 Applications Simultaneously

Nov 22, 2010

Is there any way of running 2 (or potentially more) applications on the emulator at the same time?

I have an application that obtains its data from another application, therefore I want to modify data in application A and then see how application B handles it.

I'm intending to have some kind of "slider" on application A, therefore I need them both to be running at the same time to see the "slider" on application B update.

View 2 Replies View Related

Android :: Support For Multiple Gmail Accounts Simultaneously?

Sep 25, 2010

I'd like to have two GMail (Google Apps mail, if that makes a difference) accounts active at once, both getting new mail notifications, and having the ability to send and reply through both accounts. My current solution is to simply forward all of Account #2's mail to Account #1 -- but then I can't send. Am I missing an option here? Surely this must be possible on Google's OS.

View 3 Replies View Related

Android :: Connecting To 3G And WiFi Data Networks Simultaneously?

Jul 13, 2010

We have an application where we'd like to use the WiFi connection on a local network (intranet) with no Internet connectivity, and use the 3G connection simultaneously as the data connection to the internet. To summarize:

We need to connect to two distinct networks at the same time - We need data traffic to be properly routed to the appropriate network based on its IP address - We need both radios (WiFi and 3G) on and active. This can easily be done on the iPhone, but not sure if it can be done on the Android.

View 21 Replies View Related

Android :: Frame Layout For Two Video View Simultaneously

Sep 7, 2009

Hi all, I am trying to implement Picture in Picture. I used a Frame layout for two Video View and tried playing the video files. But it doesn't work. Does anyone have an idea of this PiP (Picture in Picture) concept?

View 2 Replies View Related

General :: Google Play Publish Broke?

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

Android :: Microphone Access / Audio Processing And Recording Simultaneously

Mar 8, 2010

Is it only possible for one object to access the microphone at a time? That is, could I simultaneously use an AudioRecord to do some audio processing and use a MediaRecorder to record the incoming audio?

View 2 Replies View Related

HTC EVO 4G :: Why SPRINT Continue To Publish Phone Ads / Business -benefit Of Doing So?

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

Android :: How To Publish An Update To Android Application With A Different Developer Account

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

General :: Can Mount Two SD-Cards Simultaneously?

Apr 17, 2012

After putting a lot of thought into how to best backup my photos and videos while on the move, I decided that a tablet would be the best solution.

Now, I will shoot quite a lot of HD video in the near future, which means that even a 64GB tablet won't be large enough. Solution: Backup on a second SD-Card!

So right now I am waiting for the Acer A510 (with support for USB-OTG).

Can a Dual-SD-Reader like the one linked below will be working on Android, so both SD cards can be mounted at the same time?

[URL] .....

I know that I could also go SD->Tablet->Backup SD, but direct copy would make life much easier.

View 2 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved