Re: [android-developers] Re: How can i play the video from SD card in webview using Iframe, android?

2013-03-19 Thread Meena Rengarajan
HTML5 video support is there in WebView. Whereas in Videoview, it displays videos like an ImageView. So i go for Webview . I am sorry if i am wrong . But i go for webview for this reason ! On Mon, Mar 18, 2013 at 9:52 AM, bob b...@coolfone.comze.com wrote: Why must you use a WebView? Why

[android-developers] Getting the problem while fetching the current location...?

2013-03-19 Thread abhay_401
Hi, I am having an application in which we can get the latitude and longitude of the current location. Which is working fine in ICS device, but the same app if i test in Jellybean(4.1.2) its not giving the latitude and longitude. Do we need to add any new functionality or permission to test

[android-developers] detect which view created the gesture. attach gesture listener to view.

2013-03-19 Thread JossieKat
I need to add gesture detection to my views.. I need to know if the user swiped his finger to what direction (up down left right) or what what button to which button.? and on what view(I use buttons)? (example detect if on phone number if the user swiped from button 1 to button 2.) how to

Re: [android-developers] Improve data retriveing time from server.

2013-03-19 Thread sree android
Thakyou for your answer . -- -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to

[android-developers] Re: Hovering text view

2013-03-19 Thread Tamilarasi Sivaraj
I hope this link will be help to you.. http://developer.android.com/reference/android/view/View.OnHoverListener.html Regards, Android developer Trinay Technology Solutions www.trinaytech.com 5705750475 On Wednesday, March 13, 2013 10:15:21 AM UTC+5:30, smerag wrote: Hi, I am trying to show

[android-developers] Re: Unsubscribe

2013-03-19 Thread Pent
I created a bug report and added a workaround to it. https://code.google.com/p/android/issues/detail?id=53313 Pent -- -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com

[android-developers] Re: Grid view with proportional images?

2013-03-19 Thread user123
Thanks for your help, but I think you have no idea - how else would you organize the views inside cells? You maybe have worked with list view? What do you use there for the rows? And I prefer not having to scale the bitmaps. Am Montag, 18. März 2013 22:17:18 UTC+1 schrieb bob: I've never

[android-developers] Re: Animating the ExpandableListView

2013-03-19 Thread Ansh
I am also looking for the solution please respond anyone with solution.But Don't give solution using simpleListView. On Friday, 17 September 2010 13:06:48 UTC+5:30, Kumar Bibek wrote: Hi All, Is it possible to animate the expanding and collapsing of the groups in a ExpandableListView. I

Re: [android-developers] Re: Eclipse or Intellij.. what's the verdict?

2013-03-19 Thread Jim Graham
On Mon, Mar 18, 2013 at 09:54:26PM -0700, Jason Polites wrote: So, the NDK stuff is pretty simply if your project is created in an NDK Friendly way. That is, you have a folder called jni and in that folder you have an Android.mk and an Application.mk file. Yeah, it's definitely configured in

Re: [android-developers] Getting the problem while fetching the current location...?

2013-03-19 Thread Kristopher Micinski
what's the exact device? Kris On Tue, Mar 19, 2013 at 5:44 AM, abhay_401 abhilash.androiddevelo...@gmail.com wrote: Hi, I am having an application in which we can get the latitude and longitude of the current location. Which is working fine in ICS device, but the same app if i test in

[android-developers] Re: Eclipse or Intellij.. what's the verdict?

2013-03-19 Thread FiltrSoft
Google should build it's own IDE and just model it after Visual Studio. On Tuesday, March 12, 2013 1:47:11 AM UTC-4, Jason wrote: OK.. I've just about had enough of eclipse. I have been using it for 10+ years (ever since it was WSAD :/) and have put up with it's slowness, buggyness,

[android-developers] Re: Insert Video into mobile application

2013-03-19 Thread bob
You may want to use a *VideoView*. There's an example in the apidemos sample project. Thanks. On Monday, March 18, 2013 11:47:25 PM UTC-5, Sagar Rout wrote: How can we insert video in android application and there will be a button icon by pressing it we may turn on and turn off the

[android-developers] Re: Alternative SQLite

2013-03-19 Thread bob
You will probably want to write some PHP scripts and talk to them with an HttpURLConnection. Thanks. On Friday, March 15, 2013 10:54:31 PM UTC-5, HABIB ZAMAN wrote: Hello Friends i want to know how to communicate an MySQL database in server using our app...Plz do the needful help..

Re: [android-developers] Improve data retriveing time from server.

2013-03-19 Thread bob
Yes, it sounds like you want to *gzip* the data. On Monday, March 18, 2013 8:52:53 AM UTC-5, Kristopher Micinski wrote: There's not really any way to speed up the transfer. If there is some application specific compression you can do, you might try that, but otherwise it's basically

[android-developers] Re: Hovering text view

2013-03-19 Thread bob
Isn't *hovering* on Android for blind people? Why would you want to show a text view to a blind person? On Tuesday, March 12, 2013 11:45:21 PM UTC-5, smerag wrote: Hi, I am trying to show text view (like pop up window )on hovering over an text view in list. Please let me know to

[android-developers] Compatibility mode issues on 4.x

2013-03-19 Thread user123
I'm trying to force compatibility mode on tablets, for a certain app, because I don't work on it anymore - and currently it looks really really messed up on tablets. According to the documentation: http://developer.android.com/guide/practices/screen-compat-mode.html There are many different

Re: [android-developers] Re: RuntimeException: Canvas: trying to use a recycled bitmap

2013-03-19 Thread Marina Cuello
I did. I changed some stuff to avoid out of memory errors --just for debug sake, can't be done in the working app-- and then commented the calls and the exception is thrown anyway. It seems like something outside my code is trying to recycle some bitmap. Marina On Mon, Mar 18, 2013 at 4:19 PM,

[android-developers] Re: OpenGL Tracer not working with a Nexus 7?

2013-03-19 Thread Digipom
I'm also seeing the same problem with a Galaxy Nexus, just like this guy: http://stackoverflow.com/questions/15317083/android-opengl-tracer-not-working :( Anyone have any idea? On Monday, March 18, 2013 2:05:41 PM UTC-4, Digipom wrote: Hello, I have a Nexus 7 running 4.2.2. I'm trying to

Re: [android-developers] Re: RuntimeException: Canvas: trying to use a recycled bitmap

2013-03-19 Thread bob
Does this happen if you don't use that Sherlock stuff? If you use it, you will probably have to do a lot of detective work to figure this out. On Tuesday, March 19, 2013 11:48:29 AM UTC-5, Marina Cuello wrote: I did. I changed some stuff to avoid out of memory errors --just for debug

Re: [android-developers] OpenGL Tracer not working with a Nexus 7?

2013-03-19 Thread Harri Smått
Hi, There's this one rather recent issue which might be related to what you're seeing; https://code.google.com/p/android/issues/detail?id=52446 -- H On Mar 19, 2013, at 8:06 PM, Digipom digi...@gmail.com wrote: I'm also seeing the same problem with a Galaxy Nexus, just like this guy:

Re: [android-developers] Re: RuntimeException: Canvas: trying to use a recycled bitmap

2013-03-19 Thread Marina Cuello
I checked once again. There were a couple of recycle() that I didn't find the first time I searched --my Eclipse sometimes lacks of memory for this kind of tasks, it seems. I searched for the call among my files with another app, and find the culprit on the onPause() of one of de Fragments.

Re: [android-developers] Improve data retriveing time from server.

2013-03-19 Thread Kristopher Micinski
That won't necessarily help: the lower layers already includes compression On Mar 19, 2013 10:34 AM, bob b...@coolfone.comze.com wrote: Yes, it sounds like you want to *gzip* the data. On Monday, March 18, 2013 8:52:53 AM UTC-5, Kristopher Micinski wrote: There's not really any way to speed

Re: [android-developers] Improve data retriveing time from server.

2013-03-19 Thread Kristopher Micinski
At least in headers, compressing data may be possible if what you're doing is file oriented. Still many cases of this scenario aren't amenable to compression... What kind of data are you sending? Kris On Mar 19, 2013 2:08 PM, Kristopher Micinski krismicin...@gmail.com wrote: That won't

Re: [android-developers] OpenGL Tracer not working with a Nexus 7?

2013-03-19 Thread Digipom Inc.
Thanks, I've added my info to the bug. Hope that we can figure out a solution. On Tue, Mar 19, 2013 at 2:34 PM, Harri Smått har...@gmail.com wrote: Hi, There's this one rather recent issue which might be related to what you're seeing; https://code.google.com/p/android/issues/detail?id=52446

[android-developers] How to determine application's method count?

2013-03-19 Thread Ab
I'm encountering issues with my application having to many methods. In the last post in the below link, a poster posts the method count for his application (broken down by package). I unable to find how I can get this information for my application, any suggestions?

[android-developers] Making my app the only one that can run.

2013-03-19 Thread Tobiah
I'm not being unfriendly to users. I need to hand out devices at an event so that people can walk around and use my app. I don't want them to use other apps on the phone. So I put this in my AndroidManifest.xml: intent-filter action

[android-developers] developing for android on a mac

2013-03-19 Thread dashman
developing for android on a mac laptop. any issues? compatible with eclipse and the sdk. i plan to have my main dev on a windows desktop. are the files compatible across the two platforms at the binary level. -- -- You received this message because you are subscribed to the Google Groups

[android-developers] Http Post failing on only one phone

2013-03-19 Thread g...@deanblakely.com
The code pasted below has been successfully tested on several phones running Gingerbread, ICS, and Jelly Bean. However when testing on a friends Samsung 4GLTE model SCH-1200 (verison) the code fails. The post throws an exception and in the Catch, the log throws a null Pointer exception. I

[android-developers] Concurrency: Do you use Loaders? AsyncTask? or Runnables?

2013-03-19 Thread littledot
Android concurrency has always bugged me... These are all methods to achieve essentially the same thing: mutli-threading *I honestly don't see much difference between them*, except the amount of code you need to write.. Which methods do you use? Are there certain situations where you

[android-developers] Re: developing for android on a mac

2013-03-19 Thread Lew
dashman wrote: developing for android on a mac [sic] laptop. any issues? Not really. compatible with eclipse and the sdk. Eclipse and the Android SDK are both available for Mac. i [sic] plan to have my main dev on a windows desktop. are the files compatible across the two

[android-developers] Re: Concurrency: Do you use Loaders? AsyncTask? or Runnables?

2013-03-19 Thread G. Blake Meike
They really are fairly different. Loaders are managed AsyncTasks. AsyncTasks are (pretty much) managed Runnables. Use loaders if you can. See: http://stackoverflow.com/questions/15463146/is-using-asynctask-still-recommended-for-loading-listview-items-in-the-backgroun/15463279#15463279

[android-developers] Re: Http Post failing on only one phone

2013-03-19 Thread Lew
ga...@deanblakely.com wrote: The code pasted below has been successfully tested on several phones running Gingerbread, ICS, and Jelly Bean. However when testing on a friends Samsung 4GLTE model SCH-1200 (verison) the code fails. The post throws an exception and in the Catch, the log

Re: [android-developers] Concurrency: Do you use Loaders? AsyncTask? or Runnables?

2013-03-19 Thread Kristopher Micinski
There's basically one big difference: - Loaders are supported on top of an Android minded concurrency framework (the AsyncTask). - Threads are more expressive (they give you more control), but because of this it's easier to mess up. It's not unheard of that you need fine grained control a la

Re: [android-developers] Re: How can i play the video from SD card in webview using Iframe, android?

2013-03-19 Thread Meena Rengarajan
I have to confirm this first - Is it possible to play videos from SD card in webview using Iframe in android ? Kindly please suggest me !!! On Tue, Mar 19, 2013 at 12:55 AM, Meena Rengarajan meenasoft...@gmail.comwrote: HTML5 video support is there in WebView. Whereas in Videoview, it displays