Android :: Need Features In Google I/O

Sep 20, 2010

Anyone know when will the features introduced in Google I/O about installing apps from the market via the website and etc be released?

Android :: Need features in Google I/O


Android :: Google 2.5 Froyo Upcoming Features Leaked

Apr 1, 2010

Exclusive: Google Android 2.5 Froyo ROM And Upcoming Features Leaked.

View 5 Replies View Related

Motorola :: Many Google Features Missing On UK Milestone / Where To Get That?

Dec 4, 2009

Further to the revelation that unlocked Milestones can't access much of the Android Market

The following is listed for the Droid under "Google Services" on the Motorola USA page: Quote:

View 24 Replies View Related

HTC Desire : Google Maps 4.6 - Unable To See One Of The Main Features

Oct 29, 2010

I updated Google Maps to 4.6 yesterday. And I am unable to see one of the main features of the new version i.e. to filter results by open times and neighbourhood etc. When I click on the places icon in my maps, it just shows me the two search filters that I had before - 'Distance' and 'Rating'. Am I the only one who is having this problem? I am on T-Mobile in UK.

View 7 Replies View Related

Motorola Droid : Latest Google Maps Update - Says One Of The New Features Is Reporting A Problem With Listings

Dec 7, 2009

There is a new update available as of today 12/7/09. It says on eof the new features is reporting a problem with listings etc but I can't figure out how to do this.

View 4 Replies View Related

KitKat 4.4 :: Google Play Music - Cancelled All Access Trial - Still Receiving All Access Features?

May 8, 2014

So I cancelled my all access trial, I don't find it useful to me, even though I cancelled it, I'm still seeing radios, and other all access features. Will it disappear from my Google Play Music after it's supposed to expire (06-07-2014)? My account type still lists as All Access...

View 1 Replies View Related

Android :: Dolphin Browser V2.6.0 With Useful Features

Sep 14, 2010

Features:
- Fast work;
- Ease of management;
- Supports control gestures;
- Multi-touch;
- Synchronize with Google Bookmarks;
- Download videos from YouTube;

View 4 Replies View Related

Android :: Detect Javascript Features On 1.5

Apr 14, 2010

I'm trying to write a code that can run on Android 1.5 and 2.0.1, but I have issues with the javascript engine used on Android 1.5. alert(localStorage); just hang on v1.5 while on v2.0.1 it alerts correctly. is there an unblocking way to do it or to detect the version of Android with javascript?

View 2 Replies View Related

Android :: Want Information About Features Of Gingerbread

Aug 28, 2010

I found that android 3.0 is gingerbread, what are the new features in gingerbread and when it is going to be launched. And also i need information about the official release date of Honeycomb.

View 23 Replies View Related

Android :: Device With All Useful Features - Better Options

Jul 13, 2010

I'm looking for a device that can do everything but without the phone feature (calls, text). I now this may sound weird but I already have a phone that I'm happy with. A few weeks ago, my car was burglarized and I lost my laptop, mp3 player, camera, video camera, gps navigation, gps watch. I'm looking for a device that can do everything that I've lost but won't hold me down with a phone contract.

Something sleek enough to fit in my pocket while I'm running or doing physical activity, crystal clear sound quality(very important), takes excellent pictures and video, GPS navigation for navigation and if possible(but not necessary), could track my movements like a garmin forerunner, check email over WiFi, great battery life. I've never owned a smartphone so I don't know if the features I need of the device works if I have no contract with it.

No iphones please, I don't want to be bogged down with itunes. I'm looking at Garmin-Asus Nuvifone or Droid X or Evo 4G or Nexus One(love the clean design) but I don't know if there are better options for me.

View 5 Replies View Related

Android :: Additional Features In Donut?

Sep 3, 2009

Can anyone give the list of additional features supported in Donut release Vs cupcake? Is there any website where such information is given? Regards, Ganesan. K Allgo Embedded Systems Pvt. Ltd.

View 3 Replies View Related

HTC EVO 4G :: ANDROID 2.2 Aka Froyo Features Missing

Aug 10, 2010

i decided to make this thread for all the new people, apparently there is still people sign in up for the forums, and new comers from another OSs(BB, Iphone, WM, etc)So this is some features that you don't see in the Evo of froyo(is not because is not capable but is more like HTC and Sprint wanted that way )Stock Launcher, not 2.2 launcher because we got sense the closest thing you can find to it is LauncherPro(favorite one) or ADW launcher(sorry i couldn't find the link just put it like that in google android market)Gallery, many people keeps asking for this special gallery cause it really is cool made by coloris because they team up with google here is a link (credit goes to dark Neo for finding the link)the power control i have no idea why we didn't get the updated it one but hopefully we do before the end of the year i'm pretty sure we getting another update before the end of the year well those are the most requested ones, besides that camera, calendar, messages, car dock, etc are all different because of sense, Sense UI is more then just a skin for Evo, any question please ask, i know a lot good users in this forums and they always happy to give you the most correct information.

View 14 Replies View Related

Android :: 1.5 Performance Profiling / New Features Available In SDK?

May 1, 2009

One of the new features mentioned in the 1.5 SDK is "Easier application performance profiling". Can somebody shed some light on what new profiling features are available in the new SDK? Are those enhancements to TraceView, DDMS, or new profiling APIs ?

View 2 Replies View Related

Android :: Features Of The Jawbone Icon?

Mar 25, 2010

So I'm looking to get a new bluetooth headset and I like the look and features of the jawbone icon, and I've seen reviews that show that it sends a battery status bar to the iPhone that displays next to the phone battery indicator. Does anyone know if it does this for android too? I've only really seen it advertised as working for the iPhone.

View 1 Replies View Related

Android :: Supporting 1.5 Features From 2.1 And No Reflection?

Jul 30, 2010

I currently have an app on the market that supports Android 1.5 (SDK level 3) and up. It also takes advantage of several features that are only present in Android 2.0 (SDK level 5) and up. I do this using Reflection.

I read a post on the Android Developer Blog that talks about how to support these new features while using no Reflection, which would be amazing. http://android-developers.blogspot.com/2010/07/how-to-have-your-cupcake-and-eat-it-too.html <uses-sdk android:minSdkVersion="3" android:targetSdkVersion="5" />

I have tested this out and while it works there is one huge downfall. Currently if I try to add a SDK level 5 class, but I don't know that it's a SDK level 5 class, there is no worries. Eclipse isnt going to find the class and I'm not going to be able to add it.

Using Google's recommended method does allow me to add the classes and gives me no notification that this code is targeted just to SDK level 5 users. This opens up too big of a possibility of adding in code that would break some users without knowing.

Does anyone know of any plugins, options, etc that would warn me at the places I have targeted SDK level 5 to keep this from happening?

View 1 Replies View Related

Android :: Use Navigation Features On Phone?

Mar 24, 2010

I'm new to an internet supported smartphone. I primarily used calendar, notes & contacts on my old phone - XV6800.

I don't want to use my GPS device anymore, this is one of the main reasons I upgraded to Droid. I'm a sales rep and often need to drive to areas I'm unfamiliar with.

What is the easiest way to learn how to use the navigation feature on my Droid?

View 2 Replies View Related

Android :: WebView And HTML5 Features?

Oct 9, 2009

I am experimenting with Androids WebView[1] and its HTML5 features. I have written a little webpage with does the features detection like described here: http://diveintohtml5.org/detect.html

And now I see (I am on a SDK1.6 Emulator) that the LocalStorage, the WebWorkers and Offline Web Applications are not supported!

Does anyone know when these features will be supported? Or does anyone know the exact version (or build) of the webkit engine, that is used in Android 1.6?

View 9 Replies View Related

Android :: HTML5 Geolocation Features ?

Mar 11, 2010

I'm trying to use the HTML5 Geolocation features found in Android 2.0. However, it does not work in the browser or a WebView. I've tested in the emulator and on multiple devices. The code I have works in multiple other browsers that support the spec. Has anyone gotten this to work?

View 2 Replies View Related

Android :: Need An MP3 Player With Specific Features

May 22, 2010

(HTC Desire)

I've tried a number of players (built in, tunewiki, btunes, meridian, mixzing etc) and they all have good features but I can't find anything with all the features I want, any recommendations based on features below..?

Proper lock screen integration (like HTC player, not like btunes that sits on top)
Smooth coverflow style flicking of playing tracks (htc not bad, btunes bad)
Decent refresh without turning off phone (I update music via wifi and nothing so far handles refreshes well, even with a task kill)
Reads non standard genres (99% of my genres are custom and aren't read)
Support for png folder art
2x4 or 4x4 widget with folder/embedded art display

View 2 Replies View Related

Android :: Adding Features To Email Client

Mar 5, 2009

I just wanted to know,whether is it possible to Add extra menu items to Standard email client? I know that we can use the email client to compose/forward mails, as well as we can access the content.Was just wondering if we can add extra menu items along with the existing menu items.

View 5 Replies View Related

Android :: Preloaded Programs And Default Features?

Apr 12, 2009

I am just waiting for an android phone to come to my country (Sweden). Just wondering something, when you get the phone, what apps are on it? I've used google to find something but without any luck. What are the default apps? Can I send MMS by default? Can I record video with it by default? The two most important extra features for me, doesn't matter if I need to get apps to do it, but kind of curious!

View 3 Replies View Related

HTC Desire HD :: Android Market Website - With New Features?

Oct 20, 2010

I am very new to android, literally got my Desire HD yesterday. One thing I noticed, in the Google Android keynote speech this year, they seem to demonstrate a very different looking android market website. Control over buying apps and automatically having your phone install them remotely, etc. Is that something that coming soon?

View 3 Replies View Related

Android :: Way To Inform Users Of Fixes / New Features?

Oct 30, 2010

When publishing an update on the Android Market, is there any way to inform users of fixes & new features? I just published my first app and am still getting used to everything about the experience, including being taken aback by the types of comments that some people post. But I am definitely impressed with the error reporting capabilities!

View 2 Replies View Related

Android :: List Of HTML5 Supported Features?

Oct 14, 2010

Is there any list which HTML5 features the WebView supports and which not? I am interested mainly in: 1) localStorage/sessionStorage 2) offline manifest 3) web sockets 4) web workers. Prior there was lack of those features (http://www.mail-archive.com/android-developers@googlegroups.com/msg60143.html), but in Android 2.1, first two should be supported, but I am not sure about 3 and 4. Is there any list of supported features or we have to test it on our own?

View 1 Replies View Related

Android :: Add Zoom And Pan Features To View Easily?

Jan 19, 2009

I know there is zoomControls which can be added to the view. But it looks like I have to take care of the zoomin/zoomout actions myself. Is there a simple class that will take care of the zooming and panning automatically?just like the map behavior but without the map.

View 4 Replies View Related

Android :: K9 - Best Email Client / Exchange Features

Apr 7, 2010

Been searching forums and the internet for an email client for Android, more specifically the Moto Droid. Is K9 the best it gets? Are there no other options besides the default client and K9? I don't need Exchange features, although my wife does.

View 49 Replies View Related

Android :: Important Features Missed In Targeting OS 1.5 Instead Of 2.2?

Oct 6, 2010

I'm beginning with Android development. I'm aware that there is a lot of Android devices still on OS 1.5 or 1.6 so I'm thinking about require API level 3 as minimum to support them. What will I miss from 2.2? Which are the most important features I will miss targeting Android API 3 (OS 1.5) instead of most recent API?

View 3 Replies View Related

Android :: Alternative Email Clients With More Features?

Jun 5, 2010

I find that the basic Androd (On SE Xperia X10) features reliable But basic and I'm very frustrated that I do not seem to be able to copy/paste out from received emails And it would be nicer if the same application handled Gmail too.
So are there any work-arounds or alternative email clients with more features available?

I have asked a similar question in the Droid app developers requests forum but have no responses yet.

View 1 Replies View Related

Android :: Add / Change Features Of Existing Application?

Aug 23, 2010

Is it possible to add or change the existing applications?

For example, I would like to add a new floating window following the current people when I open the contact manager.

I just want to change it a little bit. And I don't want to rewrite all the features of contact manager.

Is it possible to do this?

As I understanding, the view of the contact manager is controlled by the activities of the "contact manager" application. How can my application react when the user opening the contact manager?

View 1 Replies View Related

Android : Use SDK 1.5 Features While Maintaining SDK 1.0,1.1 Backward Compatibility

Apr 14, 2009

I want to avoid the SDK 1.0 and 1.1 workaround for playing synthesized audio as of SDK1.5, but for older phones or firmware (SDK 1.0 and 1.1 based) I want to maintain backward compatibility and first write audio to flash memory in order to play the resulting audio file from there.

View 8 Replies View Related







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