[android-developers] Droid Bionic and Samsung Galaxy compatibility

2014-10-25 Thread David Liebman
I'm trying to figure out a problem. Here's the link to the question posed on stack overflow. http://stackoverflow.com/questions/26455589/works-on-bionic-4-1-2-but-not-on-samsung-4-4-2 Essentially I can get a app to work on my bionic 4.1.2 but not on my Samsung 4.4.2 - the code includes some

[android-developers] Make android app persistent

2014-10-25 Thread David Liebman
Hi there. Is this the sort of thing that you are looking for? http://developer.android.com/guide/components/services.html -- 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] opengl-es 1.0 and textures don't show in 2D

2012-05-02 Thread David Liebman
Hi, I'm working on a game that uses opengl 1.1. I hope to use opengl to print a texture directly to the screen in 2D. I'm only just getting started. I'm following a blog post at this location: http://quirkygba.blogspot.com/2010/10/android-native-coding-in-c.html I cannot get it to work, though.

[android-developers] Re: glReadPixels()

2011-07-24 Thread David Liebman
-picking-t11572.html On Jul 23, 9:31 am, David Liebman david.c.lieb...@gmail.com wrote: Hi, I'm trying to detect the opengl object under the cursor... I have read it referred to as picking. Here is my code:     public int makeBuffer(GL10 gl, int x, int y) {         ByteBuffer PixelBuffer

[android-developers] glReadPixels()

2011-07-23 Thread David Liebman
Hi, I'm trying to detect the opengl object under the cursor... I have read it referred to as picking. Here is my code: public int makeBuffer(GL10 gl, int x, int y) { ByteBuffer PixelBuffer = ByteBuffer.allocateDirect(4); PixelBuffer.order(ByteOrder.nativeOrder());

[android-developers] Re: google analytics jar does not seem to work now

2011-01-24 Thread David Liebman
information. On Jan 22, 1:46 pm, David Liebman david.c.lieb...@gmail.com wrote: On Jan 21, 4:21 pm, Alexander Lucas alexlu...@google.com wrote: Some gotchas: 1-  Data isn't guaranteed to show up in Analytics until 24 hours after the data is submitted to analytics.  It usually shows up

[android-developers] Re: google analytics jar does not seem to work now

2011-01-22 Thread David Liebman
haven't used Logcat in the past I used the debugger, but I've noticed no crashes. I will look more closely at both. I did include the 'DEBUG' line (that showed up in the debugger window) in a previous post that was generated by the tracker. -Alex On Fri, Jan 21, 2011 at 11:53 AM, David Liebman

[android-developers] Re: google analytics jar does not seem to work now

2011-01-21 Thread David Liebman
HI, so I started up the emulator and the debugger. I viewed the page that's supposed to produce a hit on Google Analytics. Here's the info from the debugger. 01-21 14:34:51.257: DEBUG/NetworkRequestUtil/ ConstructPageviewRequestPath(354): /__utm.gif?

[android-developers] Re: google analytics jar does not seem to work now

2011-01-20 Thread David Liebman
just thought of a good question: what URL did you use for your google analytics profile. When I did it, I made up something descriptive. That should work, right? On Jan 19, 10:54 am, David Liebman david.c.lieb...@gmail.com wrote: @Manuel Ciosici sorry, I'm still not getting new tracking from

[android-developers] Re: google analytics jar does not seem to work now

2011-01-19 Thread David Liebman
a matter of waiting? Thanks, Manuel R. Ciosici On Jan 10, 2:30 pm, David Liebman david.c.lieb...@gmail.com wrote: HI, I have google analytics incorporated in my android app. When I first added the code, and then updated my app on android market I got lots of hits. Now I get none. I know

[android-developers] Re: google analytics jar does not seem to work now

2011-01-12 Thread David Liebman
On Jan 10, 8:30 am, David Liebman david.c.lieb...@gmail.com wrote: HI, I have google analytics incorporated in my android app. When I first added the code, and then updated my app on android market I got lots of hits. Now I get none. I know people might just be not using my app, but I

[android-developers] google analytics jar does not seem to work now

2011-01-10 Thread David Liebman
HI, I have google analytics incorporated in my android app. When I first added the code, and then updated my app on android market I got lots of hits. Now I get none. I know people might just be not using my app, but I started up the gingerbread emulator and did everything that was necessary for

[android-developers] google analytics jar and notifying my app users

2010-12-18 Thread David Liebman
Hi, I have a game app that I'm working on. I've already published a version on Android Market. I've heard about the google analytics jar from the following sites.