Android :: Does Android Support .gif Format?
Oct 10, 2010
I want to know whether android 2.2(froyo) supports .gif or not. If not then what is the substitute of this. I want to use some animated images, and as for as my knowledge is concerned it neither support .gif nor .swf. I am a bit new to android.
View 4 Replies
Apr 7, 2010
The company I work for produces allot of video and we want to target as many devices as possible, but the question came up of what does the Android do? I personally own an Android based phone running 2.1, but I can't seem to get the HTML 5 tag to work. Even when I can trigger the browser to playback the video it just throws a notification error that it can't.Are there guidelines to producing Android/HTML 5 compatible videos? Is it truly supported?
View 2 Replies
View Related
Dec 21, 2009
I work for a large company who uses exchange active sync server. A co-worker bought a motorola droid which supports exchange server but not security features that windows mobile uses or the 2.0 iphone uses. The company requires a password to interact with their email system. I currently have a 6.1 mobile and can connect. I would like to get an android phone next and was wondering if there are other email apps to support android in this secure format?
View 13 Replies
View Related
Jun 28, 2009
I want to play/Stream asf files on android. I tried using android media player but i am getting unsupported file type exception. Does any one have experience with asf file formats with android.
View 1 Replies
View Related
Aug 30, 2011
I am using a Samsung Galaxy 3 with android 2.2 and I want to install some application what is downloadad from many different sources. So now here is my problem:
1. I copy the choosen .apk file on my SD card.
2. I have downloaded ASTRO file manager.
3. I have ticked the option installing non-android applications.
4. I want to open the apk file from there but when I click on app installer I onyle get a blank screen and under the details I receive the following error message:
Could not open xy.apk as APK file.
In the meantime I have also copied some music files on my mobile, these are all MP3, works fine on my comp however when I wanted to play it on my mobile with several music players it said the file format is not supported...
The phone used to have 2.1 and I made the update manually but after the update...
View 4 Replies
View Related
Apr 17, 2010
Is there anything the Dalvik VM supports (in terms of bytecode) which is not used currently because the .class files don't have it?
As an example, if people would write their own Source-to-DX converter for their functional language XYZ, would they be able to implement e. g. full tail calls although the .class file does support tail calls only under certain circumstances?
View 1 Replies
View Related
Sep 2, 2009
In the android phone, click "settings" and then goto "date & time settings" , user can choose "Use 24-hour format" or not. My question is how to find out this setting through api?
View 6 Replies
View Related
Jan 12, 2010
This maybe be a simple question but how do you format a double into a dollar format? For example I have a value of 4.2. In a textview I would like to see $4.20. Also what are my options for applying the correct currency symbol?
View 2 Replies
View Related
Sep 6, 2010
Passing two int values m =0 & s = 11, to below function String formatted = String.format("%1$02d:%2$02d", m, s); returning the value like .0:11 ,What could be the problem? m=0, s=11 -->.0:11 m=0, s=1 --> .0:.1. The 0 added to format the string always coming as '.' (dot). Can anyone know ,from where the number patterns are getting loaded in Android? I gone thorough the code, Its related the following file, androiddalviklibcoreicusrcmainjavacomibmicu4jniutil Resources.java ->localeData.numberPattern. How the pattern for particular locale is loaded, What could be the problem for the above?
View 3 Replies
View Related
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
Jul 3, 2010
I'm trying to build a app that uses the SmsMessage class but there are two versions depending on the API level of the device:
android.telephony.gsm.SmsMessage (deprecated for 1.6 and above)
android.telephony.SmsMessage (the new class for 1.6 and up)
I want to target 1.5 and yet have the newer class (android.telephony.SmsMessage) run on devices with 1.6 or higher. How do I do this?
I have already tired this: http://devtcg.blogspot.com/2009/12/gracefully-supporting-multiple-android.html but I couldn't get it to work (the author doesn't mention how he/she handles the different imports, the exact api level settings etc.)
CODE:....................
View 2 Replies
View Related
Jun 3, 2009
What format of picture will I get by using Picture.WriteToStream?
View 8 Replies
View Related
Nov 20, 2010
I have a date that has the format: "yyyy-MM-dd'T'HH:mm:ss'Z'" I'd like to convert it to something similar to:
"3 minutes ago" How can I go about doing this?
View 2 Replies
View Related
Jun 13, 2010
Been looking through all the readers & have yet to find one that supports this format.
View 1 Replies
View Related
Oct 20, 2010
My wifi's broken and I sense it'll be a while before I get it up and running again. Does anyone here know a good website from where I can download applications in the apk format? Coz then I can use the SDK to install them on my phone.
View 14 Replies
View Related
Jul 14, 2009
I am trying to add flash (flv) support to openCORE, i found some hints in this forum but still there are many things that unclear. I would like in the beginning to play local .flv file,from SDCARD, without streaming. As i understand i need to implement Parser within fileformats, "parser node" and "recognizer" and register it with player engine, and of cause add h.263 Sorenson codec. Can someone point me to the information on the data flow from the main Player Engine to the "parser node", what API is used,? How will "parser node" send the data to the Codec Engine? Which parts will i have to add to enable streaming later? I also looked inside the documentation within opencore but did not find relevant information, perhaps i missed something and someone can point me to where should i look.
View 2 Replies
View Related
Apr 10, 2009
Would be more useful than AMR / MP4. Also would be compatible with the very handy source code for RingDroid.
View 2 Replies
View Related
Sep 14, 2010
I it possible to Convert MP3 to EPUB format ?
View 7 Replies
View Related
Jan 22, 2010
Does such a thing exist please folks - want to rip some audio for an mp3 ringtone from a comedy video clip
View 4 Replies
View Related
Dec 27, 2009
Looking the doc with class SurfaceHolder is possible set the kind of surface format. I need to show images YCbCr_420_SP format. If I set YCbCr_420_SP format is not clear after how I can set the data. With Canvas object I can draw only bitmap format and not YCbCr_420_SP. Then my question is : can I draw directly on surface using YCbCr_420_SP data ? how ?
View 2 Replies
View Related
Sep 23, 2010
I am having a date/time value as 2010-07-26T11:37:52Z , now i wants date in 26-July-2010 (dd-mm-yyyy) format, how do i do it?
View 2 Replies
View Related
Nov 26, 2009
I am looking at the source code of a Camera Preview application and learning that the preview buffers coming from the sensor is in YUV422 format. However, this preview frame is showed on the display in RGB. Can someone please let me know where the pixel format conversion happens? Is it inside Surface Flinger? If yes, can you please point me to the code?
View 5 Replies
View Related
Jul 2, 2010
I want to add play gif format to my android app. Could this be done, and how would I do it?
View 2 Replies
View Related
Apr 5, 2010
Has anyone tried the app Wordplayer from the market? It's a pretty decent e-book reader with compatible (and pretty decent) TTS capabilities. Anyways, I was wondering if anyone could help me understand how to convert the ebooks and put them into a format that the TTS software could easily read from. As it is, the TTS starts reading my particular book at page 167 even though the .epub file appears complete if opened with any other software.
View 2 Replies
View Related
May 14, 2010
As you probably know, you can setup date format in the Settings of an Android device. In code how do we make sure that we use that format for date display?
View 1 Replies
View Related
Jun 22, 2010
I have developed a streaming app for Android. My app is streaming AAC audio.The app works fine on 1.5, 1.6, and 2.1. I tested it on Froyo, the android 2.2 and it does not work there.I have try everthing - Streaming directly from server url - Download incrementaly the content, store in a temp file, start reading. - Download incrementaly the content, store in a ContentProvider and start reading.No luck, I always got errors : 06-23 02:47:02.257: ERROR/MediaPlayer(266): Unable to to create media player 06-23 02:47:02.257: INFO/System.out(266): setDataSourceFD failed.: status=0x80000000 Does Froyo support AAC? Anyone happens to stream AAC?
View 4 Replies
View Related
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
Mar 10, 2009
I want to save an animation that I wrote in android in gif format. I know how to take screenshot but is there any possibility to capture an anmation?
View 3 Replies
View Related
Feb 1, 2010
I want to know in which format the contact details are stored in android mobile or emulator.If any body knows the answer please help me.
View 2 Replies
View Related
Sep 27, 2010
In my layout.xml file, is it possible to set text with style?
e.g. this is bold This is default
Can I do that?
View 2 Replies
View Related