Hi,
I have tested in Samsung Galaxy Grand. In this device I have tried but not
getting the current location details. Same code is working in ICS device.
What might be the problem.
On Tuesday, March 19, 2013 7:22:40 PM UTC+5:30, Kristopher Micinski wrote:
>
> what's the exact device?
>
> Kris
>
There are differences
- Loader managed by fragment/activity, if you feel trouble managing task
between configuration changes, other interruption (phone ring) or any
other, use Loader and let Fragment/activity will mange
pause/restart/reattach .
Where ever possible try to use Loader
- As
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
wrote:
> HTML5 video support is there in WebView. Whereas in Videoview, it displays
> videos like an Imag
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 thre
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 t
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
-blake
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
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 pre
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
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 "
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:
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?
https://code.google.com/p/
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 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
>
> --
> H
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"
wrote:
> That won't necessarily help: the lower
That won't necessarily help: the lower layers already includes compression
On Mar 19, 2013 10:34 AM, "bob" 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 up the transfer
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.
Thank
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 wrote:
> I'm also seeing the same problem with a Galaxy Nexus, just like this guy:
> http://stackoverflow.
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
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 t
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, bo
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 opt
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 kno
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
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 hel
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
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, upg
what's the exact device?
Kris
On Tue, Mar 19, 2013 at 5:44 AM, abhay_401
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 Jellybean(4.1.2) its not giving the
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 configur
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 ExpandableListVie
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
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.co
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 sh
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+unsubscr...@googlegroups
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 at
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 i
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 wrote:
> Why must you use a WebView?
>
>
> Why not just use a *VideoV
36 matches
Mail list logo