Android :: Error - Or Out-of-date Info - In Docs

May 19, 2009

http://developer.android.com/guide/topics/media/index.html shows sample code for recording audio, including the following line: values.put(MediaStore.MediaColumns.TIMESTAMP, System.currentTimeMillis ());

Currently, MediaStore.MediaColumns has no TIMESTAMP field. What is the best way to notify the maintainers of the docs of any errors we find?

Android :: error - or out-of-date info - in docs


Samsung Moment :: Any Info For Release Date In EU?

Aug 20, 2009

Any one know when InstinctQ is released in the EU?

View 4 Replies View Related

Android :: Apps Not Able To Edit Email Docs / Send Edited Docs?

Oct 6, 2010

I am new Android user and very happy with HTC Desire. However, frustrated that common Office apps not able to edit e-mailed docs, or send edited docs. Have looked at Quick Office; Documents To Go; & Office Suite Pro. Anybody know of a suitable app - this seems like a significant limitation to me. Adam

View 8 Replies View Related

Android :: Android Official Release Date / Info About New Features

Aug 25, 2010

I want to know the features of android 2.2 and when it is officially released.

View 5 Replies View Related

Motorola Droid X :: Printing - Excel Docs - Pdf's - Word Docs

Nov 17, 2010

i have found the only thing the droid is unable to do is Print. excel docs, pdf's, word docs.... have i missed something? is there an app out there that will allow you to do so?

View 2 Replies View Related

Android :: PackageManager Component Info Error Getting Assets?

Aug 6, 2009

my application caches static resources in its /assets directory and implements a content provider to provide them to a WebView on request. i kinda have to drive around the houses a bit because it seems i can't get a linear file descriptor on an asset, i get "this resource is zipped" or somesuch, don't know why that's a problem. the content provider just caches the asset in /sdcard and then returns a file descriptor off that. this has been mostly working fine, but i've started seeing errors from the PackageManager. nothing's changed on my end, the assets are still there, etc. the actual error i'm getting is -ndroid.content.pm.PackageManager$NameNotFoundException: ComponentInfo{package/activity} (where "package" is the name of the package, etc) can i get anything wrong with this stuff? caching javascript and css stuff in the apk has been a big performance win.

View 6 Replies View Related

Android :: Server Error When Saving Cc Info From Market

Aug 15, 2010

Many of my buyers are getting a "Server Error" during the purchase process of my app from Android Market. The error occurs only for people who have not purchased from Android Market before and do not have credit card credentials stored in a Google Checkout account.

During purchase process from Android Market, users are brought to the screen to enter their credit card info. When they save the data from this page (Done button), they get a Server Error or "attention, a server error has occurred".

Started happening around August 3rd, 2010, and has been fairly continuous since. Limited response from Google so far, but supposedly they are working on it.

There is a convoluted work around, (make sure gmail account is synced to phone, go to checkout.google.com on a PC, enter cc info there, then go back to Market and make the purchase). But Google Checkout and Android Market need to fix this.

I suspect the actual error is thrown by Google Checkout, since they are the ones storing the cc info.

View 6 Replies View Related

Android :: Parsing Date String Error In 2.0 Emulator

May 17, 2010

I have a simple test code for testing SimpleDateFormat. This code works well on Eclipse and Android 1.5 emulator, but it failed at Android 2.0 emulator. Does anyone know why? Thanks.

public class TemplateActivity extends Activity {
/** Called when the activity is first created. */
@Override
public void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
TextView tv = new TextView(this);..........................

View 3 Replies View Related

Android :: MediaPlayer - Command PLAYER_SET_DATA_SOURCE Completed With Error Or Info PVMFErrNotSupported

Dec 8, 2009

I have two versions of the same application that starts by playing an mp3 from the res/raw/ directory, both versions of code are the same as far as the MediaPlayer is concerned and the code used. I get the following error in one version and it plays just I would expect in the other version. I am using 1.5 as my target. I get the same issue on my the devices (G1 and G2) as well as the emulator. I have read some other posts with the same issue and still am unable to resolve my own issue. For those who are going to come back with use MediaPLayer.create (context, id) I can not as I want to control what is being played without creating new instances of the player. It perplexes me that the same code works in another version of the same app that has no change in the code (in fact the alternative app just has a reduced number of images in the drawable folder).

The error message also will occur if the file is not found by using mp.setDataSource("file");

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

View 3 Replies View Related

Android :: Calendar Control - After Selecting Date Can Also Be Able To Event On That Selected Date

Nov 17, 2010

I have referred the article (at http://www.developer.com/article.php/3850276 ) for implementing the native calendar control, but i would like to display calendar also on the screen and also User can able to select date, and after selecting date user can also be able to event on that selected date.

So is there any way to display calendar (month view) in Android ?

View 2 Replies View Related

Android :: How To Convert Date Saved In String Format To Date Format

Jun 29, 2010

I am trying to convert string to date, and then I ma saving this date in a file , which saves in the following format:Mon Jun 21 16:31:24 Asia/Karachi 2010.and then when later I read this date from file as a String, I again want to save it to a Date,

View 2 Replies View Related

Android :: No Google Docs?

Nov 10, 2009

Just noticed there's no google docs app, strikes me as weird, considering almost every other google service has an app. anyone know anything on this?

View 35 Replies View Related

Android :: Is There An App For Google Docs?

Jan 12, 2010

I know I am late in trying this online doc cloud, but where is they darn app for it? I looked on android market and it just is not there. I would like to be able to sync also, am I just in the clouds like my docs?

View 1 Replies View Related

Android :: Why Docs Are Inconsistent

May 27, 2009

I have looking for something and found these inconsistencies in the online documentation

Now when I try to find the 'notifyWithText' api, I could not find it.

Another example is IntentReciever. I just want to know is this class exists? As I found code in this forum itself using IntentReciever, but I cant find this class in the doc.

And why standard intents like action android:name="android.provider.Telephony.SMS_RECEIVED are not documented?

View 11 Replies View Related

Android :: Different Id Syntax In Docs?

Apr 7, 2010

This page in the Android documentation defines an element id as follows:

CODE:......

However this page defines it as:

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

I thought I had a decent understanding of what was going on until I saw this second example. In the first case, you need the + character so that id 'label' is added to the R file, correct? In the second case, would the EditText's id not be added to the R file because it does not contain the + character?

Also, the second example does not include the android namespace on the id. Does having or not having the Android namespace affect whether that id will be added to the R file?

View 4 Replies View Related

Android :: Integrating With Google Docs

Jul 8, 2009

I am attempting to integrate with Google Docs.(At the moment just trying to get a list of documents). I have issued the ClientLogin request and get an authorization token.I can tell the authorization key is working because if I do not pass that header, I get a 403 instead. Any reason why I would be getting a page not found? I am lost and not sure what else to try.I am not using the java client libraries since I am running on Android and want to keep it lightweight.

View 2 Replies View Related

Android :: Using Google Docs APIS?

Jun 15, 2009

I want to upload my documents(in the mobile) to google docs, Can Google data APIS work in Android?

View 2 Replies View Related

Android :: Google Docs & Poker

Sep 8, 2010

So maybe I'm asking a question already answered, but, is there an app for Google Documents? Here's why I'm asking, and why my question is specific to me:I play a lot of poker. I need to start tracking my sessions and keeping accurate records. Problem is, in my casino, I get NO service, eliminating the ability to get to and edit my documents at the table. I need an app that allows me to edit a document and sync it later once I have a signal.

View 8 Replies View Related

Android :: Google Docs On HTC Magic

Jul 3, 2009

I am using a Htc Magic, I can access my docs ok but when I tried to edit a shared spreadsheet from the phone I could not do it, it viewed perfectly.Is it possible to edit from phone? should it be ? could it be as would really help me loads.

View 4 Replies View Related

Android :: Docs For Shape Xml Syntax

Jan 27, 2010

Where is there information about the syntax of <shape> xml files. These can be used to define 2D graphics as I understand it. There are few spotty examples in the samples directory but that is all I have found.

View 7 Replies View Related

Android :: Winhelp Format Of Sdk Docs

May 2, 2009

Are any one aware of good place to download winhelp format of Android SDK.

The current SDK's docs and search capabilities are too limited.

I am aware of http://www.allimant.org/javadoc/index.php for javadoc format.. but Android sdk does not seem to follow normal javadoc format.. which format do they follow..

View 3 Replies View Related

Android : How To Back Up Docs To Go Files?

Sep 17, 2010

I have several files on DTG that I would like to backup. I know that I can do this by emailing the documents to myself, however this is time consuming because it looks as though I have to attach each file individually. Is there an easier way to backup my files?

View 1 Replies View Related

General :: Android SDK Docs On Tablet?

Jan 30, 2013

I'd like to have the Android SDK docs installed on my Nexus 7 so I can RTFM while away from the office. After downloading them using the SDK Manager within Eclipse I've tried copying the guide, reference, and assets directories onto the tablet and accessing the index.html files with Chrome, but the navigation doesn't work properly and things are incredibly slow. (The links within are relative, so they resolve, but it's still unusable.)

I have also not been able to find a PDF file that contains the SDK docs, though you'd think that would be an obvious resource to have around.

View 2 Replies View Related

Android :: How To Read Spreadsheets From Google Docs In App?

Feb 4, 2010

How to read spreadsheets from google docs in android app ?

View 2 Replies View Related

Android :: Downloading Spreadsheets From Google Docs

May 11, 2010

I am working on an Android app that uses the gdata-java-client to download documents for display only. So far I have an application that authenticates with the services and displays a list of user documents. When the user selects a document another query is made for the documents itself. A request for txt, html, rtf and doc files works well, however when I request a spreadsheet in either .csv or .xsl format the result is unexpected.

View 2 Replies View Related

Android :: How Do I Access Google Docs From My Phone?

Sep 16, 2010

How do I access Google docs from my phone? I looked on the Android Market, but there wasn't any app.

View 4 Replies View Related

Android :: Vibrate() Does Not Behave According To API Docs - HTC Desire

Aug 22, 2010

I'm trying to get a simple vibration working and according to the api docs(http://developer.android.com/reference/android/os/Vibrator.html) all I need to use is this: public void vibrate (long milliseconds)

Turn the vibrator on. Parameters milliseconds How long to vibrate for.

However the behavior I am seeing is not what is described. Instead of a number of milliseconds, it seems this parameter translates into an "intensity"?

I tried: vibrator.vibrate(200);

And I got a sustained vibration which didn't stop until I exited my app. Initially I thought perhaps the api docs were wrong and the parameter was seconds, not milliseconds, so I tried: vibrator.vibrate(2);

This time I got the same behavior, i.e. continuous vibration, but the vibration was very gentle.. almost in-perceptible. This leads me to conclude that the parameter translates into an intensity, not a time.

Is it possible that this is a "feature" of the particular device? In my case HTC Desire.

I'm running 2.1 as my crappy telco hasn't distributed an update to 2.2, but it worries me that this behavior may differ from device to device.

View 4 Replies View Related

Android :: Intent.ACTION_SYNC No Docs Or ResolveInfo

Jan 20, 2010

i would like to trigger the "synchronize now" feature (in the sync settings screen) from my app. i have found Intent.ACTION_SYNC but the documentation states

Activity Action: Perform a data synchronization. Input: ? Output: ?

After creating the intent according to the action name, i used PackageManager's queryIntentActivities method (with flag GET_INTENT_FILTERS) and found that no ResolveInfo objects are returned

How to perform a data synchronization.

View 13 Replies View Related

Android :: ContentProvider Queries - Contacts And The SDK Docs

May 15, 2009

A couple of questions. First thing I was wondering is where to log bugs in the docs. The ContentProvider query() docs are missing selectionArgs in the example code. It also uses the deprecated addId instead of ContentUris.withAppendedId().

With regards to the selection options - how exactly can these handle? I've seen a couple of places where a something + "='" + somevalue "'" is used, but I'm specifically wondering if it can handle IN clauses or if there's some form of or statement I can use to check for a variety of values in a particular column rather than just the one.

Last question is about the Contacts PERSON_ID and how long-lived that is. It is guaranteed to never change (though may be removed obviously). Well not truly guaranteed but will only cycle after it runs out of unused integers. Or may they change value as contacts are removed?

View 5 Replies View Related

Android :: Docs - Reference - Keywords.html

Feb 15, 2009

It seems that keywords.html has been removed from the docs as of 1.1_r1.

Even if the developer docs search box was case insensitive (which it isn't), it would not live up to keywords.html.

I found keywords.html incredibly useful and would like to request that it gets reincorporated with the next update.

View 3 Replies View Related







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