[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. E

[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()); Pix

[android-developers] Re: glReadPixels()

2011-07-24 Thread David Liebman
als-f2/object-polygon-face-selection-aka-picking-t11572.html On Jul 23, 9:31 am, David Liebman 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 makeBuf

[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 op

[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@googlegroups.

[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. http://android-developers.blogspot.com/2010/12/analytics-for-android-apps.html?utm_source=feedburner&utm_medium=feed&utm_campaign=Feed

[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 m

[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 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, > bu

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

2011-01-19 Thread David Liebman
data now? Do you think it's just a matter of waiting? > > Thanks, > Manuel R. Ciosici > > On Jan 10, 2:30 pm, David Liebman wrote: > > > HI, > > > I have google analytics incorporated in my android app. When I first > > added the code, and then updated

[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 wrote: > @Manuel Ciosici > sorry, I'm still not getting new tracking from Google Anal

[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? utmwv=4.5ma&utmn=1958648861&utmcs=UTF-8&utmsr=

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

2011-01-22 Thread David Liebman
n older 2.2 emulator hoping it will work. I'll post back in a day give or take. > Is Logcat producing any crashes? > I 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

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

2011-01-24 Thread David Liebman
ceive information. On Jan 22, 1:46 pm, David Liebman wrote: > On Jan 21, 4:21 pm, Alexander Lucas 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 e