Android :: No Compatibility With Video On Demand Marketplace

Nov 7, 2009

Do you have to rip DVD's to watch a movie on say, the Droid Eris? Why isn't anyone making the android phones compatible with the Amazon Video On Demand Marketplace where you could rent and purchase movies, then watch just like our own form of iTunes? I'm a newbie, so if this question is out of left field and already easily addressed. Seems kinda crazy they make the phone work with the MP3 section of Amazon and not the video!

Android :: No Compatibility with Video On demand Marketplace


Android :: How Marketplace Handles The Information Related To Marketplace Applications?

Jan 8, 2010

Any thought on how the Marketplace handles the information related to the marketplace applications? I wonder if the request is posted to the marketplace every time client is started or if some of the available applications data is stored locally and refreshed by the background service.

View 4 Replies View Related

Android :: Marketplace Updates / Notified If App Not Installed Through Marketplace?

Sep 28, 2010

I created a signed apk. I uploaded it to marketplace as usual. I also installed a copy of it on a device directly, perhaps as an email attachment.If I upload an updated version of the app to the marketplace, will the device be notified that a new version of the app exists on marketplace? Or does that update-alert system depend on the app being originally installed through marketplace?

View 8 Replies View Related

Android :: Shows On Demand For HTC Hero

Jul 29, 2010

I live in Europe and I hate that Samsung and Verizon have on-demand TV services and I don't! I have a HTC Hero and I was wondering if there are any on-demand TV &/or Film services to download? Please, I love watching movies and shows on planes or while commuting, even if there was an online APK for the Samsung service.

View 1 Replies View Related

Android :: Streaming On Demand Music - MOG Or Rdio?

Jul 24, 2010

For years I was a fan of Pandora but hate not being able to listen to things on demand. I recently subscribed to Rdio.com and thought it was a deal for $10 a month. Now I'm hearing about MOG that has the same monthly fee. Has anyone out there tried both that can give me a review of the differences and which one they think is superior?

View 3 Replies View Related

Android :: Why Can Maps Find Location On Demand?

Jun 2, 2009

In my activities onCreate method I start listening for location updates as follows: locationManager. requestLocationUpdates(bestProvider, 5000, 0, myLocationListener); Previously I used 60,000 ms instead of 5,000 ms. The problem is that I have trouble getting the first update.public void onLocationChanged(Location location){ if (location != null){ lastlocation = location;

View 3 Replies View Related

Android :: Display Images On Demand Inside A Listview / Find Out List Item Is On Screen?

Oct 31, 2010

I am building a android aplication which will be consuming a json file from the internet. This json file contains a list of news from a particular website. Each json object contains information such like title, summary, descripition and web links for the news thumbnail and the original image.

I will be displaying in a listview three information: the news thumbnail, the title and the summary. Here resides my problem. I dont want to load all thumbnails from the internet if they wont be displayed. What I am trying to say is that why download a thumbnail from the 30th news if the user wont scroll down the image. So, i will, initially only download the thumnails from those news that are being displayed in the screen and when the user scrolls down to see more news, as soon as the list item appers to the screen i want to download the image and then display.

Is there a way to achieve this? Is it possible to find out if the list item is on the screen? I have been searching all over the internet for a solution for this but i am running out of ideas.

View 1 Replies View Related

General :: HTC One S / ICS - Configure Stock Browser To Run On Proxy On Demand?

Jun 29, 2012

I've set up my proxy and can access in a couple of clicks on wifi but really need it when mobile. How to configure stock browser to run on a proxy on demand?

I use a vpn fine but the proxy has better performance. I am not rooted and running ics on an HTC One S.

View 1 Replies View Related

Samsung I7500 :: Data On Demand Application Allow To Save Battery

Oct 10, 2010

Ever since I got unlimited data plan my battery life reduced by 60%. Before I would charge my phone once in 3-4 days, with 3g on all the time I could barely go through one day.
"Data On Demand allows you to save battery by turning off your (2G/3G-) data connection manually or automatically if your device goes to standby-mode (display turns black)."
The best features of this prog is that when u put it on auto mode it will only disable 3G when ur phone goes to standby mode thus saving u a lot of battery.

View 1 Replies View Related

Android :: Demand For IPhone App Ported To Android?

Oct 28, 2010

Although not really a programming question I believe many developers would have come across this and therefore give the best answer.Currently I am developing an App for iPhone for the organisation I work for. Its close to release and there is heaps of interest when I present it but the occasional question comes up am I going to port it to Android. My answer is I would like to but according to web stats more than 90% of phones hitting our website are iPhones and the other 10% is declining (probably people migrating away from Blackberry, last count was 98% was iOS)Now if you read the media many people would like you to believe that its a split market between Android and iPhone but this might be just in the U.S where the single carrier for the iPhone has limited its consumer uptake because all the information available to us (at least in my organisation) states otherwise.

I was curious to hear from other people who have looked into these stats both inside and outside the U.S because when I tell the person asking that there is no demand they dismiss it and say its growing, once again contradicting the stats available for our organisation.I am really interested in Android dev so don't really want to hear that I should just make it to give people an alternative, it's hard to justify to management that I should spend their money to deliver content to 5% of our market. Currently it makes more sense to make a cut down web App rather than an Android App.

View 5 Replies View Related

Sprint HTC Hero :: Setcpu Not Stay On "on Demand" / Why Is This?

Feb 14, 2010

It changes to performance. I am not sure if it is changing when I powercycle or if it is just random.

View 3 Replies View Related

Android :: Screen Compatibility Not Quite Right

Nov 21, 2009

<supports-screens android:anyDensity="false" android:largeScreens="false" android:normalScreens="true" android:smallScreens="false" android:resizeable="false"></supports- screens>

first of all what is the resizeable attribute? It does not seem to be documented. This is working almost 90% for my game except when testing in WVGA screen resolution, all my images are scaled incorrectly, it is longer vertically than horizontally. I was expecting the screen compatibility to maintain aspect ratios as that of HVGA.

Also in my layout I have a scrollview and it is designed in such a way that in HVGA when it is not scrolled down, the items are hidden away, however now in WVGA those things are shown. If the aspect ratio of HVGA is maintained I won't have this issue. How can I make sure the aspect ratio is maintained? Also in my layout I am positioning some items using pixel positions. Should I convert these to dpi? How do I calculate what dpi they should be?

View 9 Replies View Related

Android :: Application Compatibility Between SDK 1.5 And 1.6

Oct 12, 2009

What is the recommended approach to have currently shipping 1.5-SDK compliant apps to start offering 1.6 features (such as TTL) in the Market? Can we just publish 2 versions of the same package name each compiled with a different SDK level (will the Market automatically push out only the right version of the app) or do we have to use different package name and assume that the user will find a way to understand the version of the OS he has. A public statement to the developper community would be more than welcomed here!

View 5 Replies View Related

Android :: DevPhone1 SDK Compatibility

Apr 21, 2010

I've found again my DevPhone1 (aka G1) on a shelf and though that this time I should really give it a try and create an app for it. But I've really lost touch with the Android world and now I don't know where to start really. There have been many SDK releases lately for many new and better devices. Which one of these can I use with G1? What is the most recent one which can be used on that hardware (although with reduced performance) but which will enable development for rather modern Android releases as well. The firmware update received today, while recharging the phone, is 1.6. Can I go higher with some R&D build?

View 3 Replies View Related

Android :: Os Compatibility On Mobiles

Jan 24, 2010

i want to develop an application on android,webos,wince. how to develop application that should run on all paltform with developing each paltform

View 2 Replies View Related

Android :: App Marketplace Down?

Jun 4, 2010

I keep getting network error has occurred,any thing I can try in addition to power doe & remove battery ?

View 2 Replies View Related

Android :: Application Compatibility Between Different Versions

Jan 26, 2010

I can run my application on 1.5, 1.6 and 2.0 emulator and on a 1.5 device without any problems. But some of my users are reporting force close and strange menu entries (see the attachment) using 1.6 and higher version devices.
This screen should look like this:
http://www.taypo.com/blog/WindowsLiveWriter/TurkceKlavye0.7_6F1/settings_0.7_2.png

And the code that generates this screen is:
<?xml version="1.0" encoding="utf-8"?>
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
<PreferenceCategory android:title="@string/general_settings">
<CheckBoxPreference android:title="@string/haptic_feedback" android:defaultValue="true"android:summary="@string/haptic_feedback_summary" android:key="vibrate"/>
<CheckBoxPreference android:title="@string/sound_feedback" android:defaultValue="false" android:summary="@string/sound_feedback_summary" android:key="sound" />
<CheckBoxPreference android:title="@string/auto_caps" android:defaultValue="true"
android:summary="@string/auto_caps_summary" android:key="auto_caps" />
</PreferenceCategory>
<PreferenceCategory android:title="@string/layout_settings">
<ListPreference android:title="@string/keyboard_layout" android:defaultValue="TRQ" android:key="kbd_layout" android:entries="@array/layout_names" android:entryValues="@array/layout_values" />
</PreferenceCategory>
</PreferenceScreen>

View 1 Replies View Related

Android :: StartForeground Backwards Compatibility

Nov 15, 2009

I've got a question as I don't have an Android 2.0 device to test on and this particular aspect seems untestable in the emulator. I've got a service that needs to be run as a foreground service. I have a notification that stops it etc, so I have no problem using startForeground instead of setForeground. However, I'd like to have 1 version of my app that works across all platforms... Is this possible? If my app is compiled with Android 1.5 and uses setForeground, then will that command actually work on an Android 2.0 device, or does it not matter which sdk was used to compile? I've tried compiling with 2.0, and surrounding the call to startForeground with a try/catch, but that throws a VerifyError when the service is started, when run on a 1.5/6 device since startForeground doesn't exist there. Can I catch and ignore the VerifyError somehow and make it work that way?

View 5 Replies View Related

Android :: App2sd Backward Compatibility

Sep 4, 2010

I recently enabled the app2sd functionality in my app.When i test the apk on my NexusOne (2.2) the app goes to the SD card, perfect! But when i publish the app on the market and install the same apk from the market on the same Nexus, the app2sd function is missing, I can't install it to my SD card.

View 5 Replies View Related

Android :: 1.5_r3 Backward Compatibility

Aug 2, 2009

If I build against the 1.5_r3 SDK are there any compatibility issues with running it on devices that are at previous levels of 1.5? I would certainly hope not, but I've learned not to make such assumptions.

View 11 Replies View Related

Android :: How To Develop For Forward Compatibility?

Dec 10, 2009

I have an app that uses People provider. This is deprecated in version 2.0. I have built my application against API1.6 and set <uses-sdk android:minSdkVersion="4" android:targetSdkVersion="4" /> Everything was fine until I wanted to run the app on Android 2.0. Not only is People deprecated it actually doesn't even work! So, I have changed the API I'm compiling against API2.0 and do the OS version check in my code and use People provider or ContactsContract accordingly. I still keep <uses-sdk android:minSdkVersion="4" android:targetSdkVersion="4" /> so I can target 1.6 devices. Now when I want to debug in Eclipse it insists on running it on 2.0 emulator. How can I tell Eclipse that I really want to debug on 1.6 emulator? I have installed my APK on 1.6 emulator via the browser. It installed fine, but when I want to use People provider it crashes. I need to be able to debug it.

View 3 Replies View Related

Android :: No Technology Compatibility Kit On Platform?

Mar 9, 2009

Is there any TCK (Technology Compatibility Kit) on Android such like Sun TCK? How can I assure my android platform after changing it as own style. Can some one help me clarify this point?

View 2 Replies View Related

Android :: Any Way To Emulate Particular Device Compatibility?

Jun 22, 2010

I program and test using the Droid Incredible. The other day my friend downloaded my alpha version, which works flawlessly on the Incredible, but crashed on his Moto Droid. I just updated my app to use 2.1 api's instead of 1.6; maybe this will make a difference? I upped my min version requirements to 7. My question is how can you make sure your app works on all phones and not just the phone your are building and testing on? Is there a way to emulate a particular device?

View 3 Replies View Related

Android :: Compatibility With Nonexistant Classes

Apr 19, 2010

I have read the Backward Compatibility Article, and I don't full understand how (or if I can) make a program backwards compatible if I want to use a class introduced in later versions. For example, I want to use WallpaperManager for apis 5+, but make the app as a whole compatible with api 3+. Is this possible?

View 14 Replies View Related

Android :: Froyo Still Breaks Compatibility

Jun 30, 2010

You can no longer send the ACTION_ATTACH_DATA intent with an image URI to a custom content provider without crashing the Gallery app. This bug was reported more than a month ago. It is a stupid bug that is super easy to fix, and as soon as Froyo was open sourced a patch was submitted. Still Froyo was officially released and the bug remains leaving developers who use this with an app that is no longer compatible and no easy way to work around it for 2.2. There are other bugs that also have not been acknowledged. This 'open' thing is great but it is not of much use this way.

View 2 Replies View Related

Android :: Development Platform Compatibility

Mar 15, 2009

I am getting a new OS, which OS is Android SDK/IDE development environment compatible with XP64, Vista64 or Windows7? Or Do I need to keep a XP32 partition around?

View 5 Replies View Related

Android :: Screen Size Compatibility

Dec 17, 2009

I want to make my app compatible to different screen sizes. I am right now developing on the Droid and need to know how can I import the screen image on eclipse emulator? I don't have a droid phone but want to make sure my app layout doesn't change on the Droid.

View 2 Replies View Related

Android : Aapt Backwards Compatibility

Dec 14, 2009

Are the newest versions of aapt backwards compatible with the older versions? i.e. can i read 1.0 & 1.5 apks with the 2.0.1 SDK aapt? My tests show me it works, but is it failsafe?If this is not the case, what's the easiest way to determine the android version an APK was developed for and know which aapt binary to use?

View 2 Replies View Related

Android : Website Mobile Compatibility

Sep 14, 2010

How to make website that should compatibility with desktop browser as well as mobile browser?

View 2 Replies View Related

Android : Checking 3rd Party App Compatibility Using CTS

Feb 8, 2010

I wanted to get the info on the following query, could you guys please help me in getting the answer?I have set of platform api those will be tested by CTS to check compatibility, and I am making use of some 3rd party api in one of the platforms api. Suppose if I am changing or modifying the 3rd party api (to suit some of my requirement), is CTS is capable of telling whether compatibility is broken in the 3rd party app?

View 2 Replies View Related







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