[android-developers] Re: New OpenGL ES 2.0 Game Engine Option

2012-12-28 Thread bob
to do is add in the format support files to either the engine > or the BAI conversion utility. I think the only format that isn't > supported by Open Asset Importer is FBX, but autodesk has good FBX to DAE > conversion utilities that work, so there is that option. > > On Thur

[android-developers] Re: New OpenGL ES 2.0 Game Engine Option

2012-12-27 Thread bob
Looks interesting. What 3d model formats does it support? On Thursday, December 27, 2012 5:24:59 PM UTC-6, Robert Green wrote: > > Hi All, > > I'm a long time contributor of this group (over 400 posts I think), > developer of Deadly Chambers, Antigen and several other Android games and > just

[android-developers] Apache License

2012-12-27 Thread bob
I was looking at the Apache License, and it says: *You must give any other recipients of the Work or Derivative Works a copy of this License;* and How does this work when you are making an app? How does an app usually contain the "copy of this license"? -- You received this message because yo

[android-developers] Re: How to zoom VideoView

2012-12-27 Thread bob
You will want to play the video in a TextureView and set the matrix accordingly. On Thursday, December 27, 2012 3:02:49 AM UTC-6, Dilip Kumar Chaudhary wrote: > > Hi all,I want to zoom video view like image on pinch.I have already worked > on Image zoom and same logic using for videoView z

[android-developers] Re: google play store reply comments

2012-12-27 Thread bob
You could also create a blog and respond to comments there: https://sites.google.com/site/rezmobileapps/treking/blogs/response-to-comments-free On Wednesday, December 26, 2012 3:46:39 AM UTC-6, Salih Gündüz wrote: > > Why I can not reply comments to my app in store? Is there anyway to reply? --

[android-developers] Re: getting exception while connecting to server via bluetooth

2012-12-27 Thread bob
Try it without Reflection. On Thursday, December 27, 2012 5:43:16 AM UTC-6, Ananda Krishna wrote: > > Hi, > I am trying to connect to a server in order to receive a file from the > server.. with the help of bluetooth.. > *The code is as shown below:* > > private void connectServer() { > if(m

[android-developers] Re: Android Live wallpaper launch in jelly bean

2012-12-26 Thread bob
Please see this site: * http://www.vogella.com/articles/AndroidLiveWallpaper/article.html#overview_setting * On Wednesday, December 26, 2012 5:44:33 AM UTC-6, djhacktor wrote: > > m facing an issue in using *WallpaperManager.**ACTION_CHANGE_LIVE_WALLPAPER > *in jb which launch direct live wall

[android-developers] OpenGL regular

2012-12-26 Thread bob
When mobile devices get more powerful, will it ever make sense for Android to simply support OpenGL instead of just OpenGL ES? I wouldn't mind being able to use the accum buffer and other regular OpenGL features. -- You received this message because you are subscribed to the Google Groups

[android-developers] Re: Android media recorder records only my voice

2012-12-23 Thread bob
I don't know, but what happens if you use VOICE_DOWNLINK on those devices? On Sunday, December 23, 2012 2:09:15 PM UTC-6, Kobi wrote: > > When I try to record my phone calls. in some device it records only my > voice. here is the code: > > private MediaRecorder recorder = new MediaRecorder(); >

[android-developers] Re: video dimensions

2012-12-23 Thread bob
I would say use Handbrake to convert them to 480x320. On Sunday, December 16, 2012 9:47:00 AM UTC-6, bob wrote: > > Anyone know what the preferred video size is for app videos? > > My videos must be too wide as there's lots of black space when I see them > on play.goog

[android-developers] Re: Toast in phone state listener

2012-12-21 Thread bob
It's because you are creating a new toast object and canceling the new object rather than the old object that's showing. Maybe make the toast a member variable? On Friday, December 21, 2012 1:04:09 AM UTC-6, sujit dubey wrote: > > > I am trying to display a toast on incoming call an

Re: [android-developers] Re: UI getting slow on video playing

2012-12-19 Thread bob
Why don't you not start the video and see if it updates once a second? On Wednesday, December 19, 2012 9:08:26 AM UTC-6, shashidhar wrote: > > I am not running the app on a mobile phone or a tablet. I am running it on > a smart android decive which has HDMI output and you can connect it to T

[android-developers] Re: Problem exit,close my application...

2012-12-19 Thread bob
Change this: runnable.run(); to this: *new Thread(runnable).start();* On Wednesday, December 19, 2012 5:25:01 AM UTC-6, Antonis Kanaris wrote: > > > I make an application download data from web send to bluetooth,listen > bluetooth and upload to web with loopbut when push butto

[android-developers] Re: How to record multimedia audio

2012-12-19 Thread bob
It sounds like what you want is a recording studio. Maybe a soundproof booth. Make sure you don't let your brother in either. On Tuesday, November 20, 2012 5:50:04 AM UTC-6, Meloy Común wrote: > > I don´t know why my last 2 post were deleted :( > > I said in those posts: > > I dont want

[android-developers] Re: How i convert upload code to AsyncTask?

2012-12-18 Thread bob
Why not? On Tuesday, December 18, 2012 4:29:52 PM UTC-6, Jonathan S wrote: > > In other hand, you can't use System.out.println on Android too. > -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to andro

Re: [android-developers] Re: How i convert upload code to AsyncTask?

2012-12-18 Thread bob
: > > If you do that then the asynctask will run on the main thread... > probably not what you want... > > OP: did you read an AsyncTask tutorial? > > kris > > On Tue, Dec 18, 2012 at 1:06 PM, bob > > wrote: > > Simply call the mai

[android-developers] Re: How i convert upload code to AsyncTask?

2012-12-18 Thread bob
Simply call the main method from the *doInBackground* method. On Tuesday, December 18, 2012 10:49:19 AM UTC-6, Antonis Kanaris wrote: > > > How i convert this class code with AsyncTask method? > > public class SimpleHttpPut { > public static void main(String urlt,int t)

[android-developers] hcidump

2012-12-18 Thread bob
Does anyone know how to install hcidump on Android? I need some help debugging Android bluetooth. -- 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

[android-developers] Re: How i getting a value out of the function?

2012-12-18 Thread bob
How are you initializing *mmInputStream*? On Tuesday, December 18, 2012 9:26:47 AM UTC-6, Antonis Kanaris wrote: > > > I try it but no work... > >> >> -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to and

Re: [android-developers] Re: IBM Worklight

2012-12-18 Thread bob
I don't know, but there is a google group for phonegap: https://groups.google.com/forum/?fromgroups#!forum/phonegap Maybe ask them? On Tuesday, December 18, 2012 1:45:20 AM UTC-6, Resurrcting the champ wrote: > > what's the difference between it and phonegap ? > > > 2

[android-developers] Re: How i getting a value out of the function?

2012-12-18 Thread bob
Change this: final String data = new String(encodedBytes, "US-ASCII"); to this: *data = new String(encodedBytes, "US-ASCII");* On Tuesday, December 18, 2012 8:41:34 AM UTC-6, Antonis Kanaris wrote: > > > Hello.I make an apk for listen bluetooth and i want to get value data > from fu

[android-developers] Re: How use and call AsyncTask into my code for upload data?

2012-12-17 Thread bob
*Create a subclass of AsyncTask like so:* private class DownloadFilesTask extends AsyncTask { protected Long doInBackground(URL... urls) { int count = urls.length; long totalSize = 0; for (int i = 0; i < count; i++) { totalSize += Downloader.downloadFil

[android-developers] Re: How i call class into my activity?

2012-12-17 Thread bob
SimpleHttpPut.main(new String[]); On Monday, December 17, 2012 10:36:23 AM UTC-6, Antonis Kanaris wrote: > > Hello i find this class for upload data...but how i call it from my > Activity?On create... > > public class SimpleHttpPut { > public static void main(String[] args) { > H

[android-developers] Re: IBM Worklight

2012-12-17 Thread bob
*The IBM Worklight Developer Edition is a self-contained, easy-to-install plugin for the Eclipse IDE. While IBM Worklight Enterprise and Consumer Editions consist of separate development environment and server components, the Developer Edition packages them into a single Eclipse download withou

[android-developers] GL_REPEAT blues

2012-12-17 Thread bob
Any ideas why this line would cause an error? GLES20.glTexParameteri(GL_TEXTURE_EXTERNAL_OES, GLES20.GL_TEXTURE_WRAP_S, GLES20.GL_REPEAT); My video texture is getting clamped, but I want it to repeat for an effect. The error this causes is weird: 12-17 10:22:44.075: E/GLES20TriangleRenderer(2

[android-developers] video dimensions

2012-12-16 Thread bob
Anyone know what the preferred video size is for app videos? My videos must be too wide as there's lots of black space when I see them on play.google.com. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email t

[android-developers] Re: vignette formula

2012-12-14 Thread bob
Here is the equation in a simpler form: <https://lh4.googleusercontent.com/-HrQdYtJKcB4/UMurQ1IR8JI/AJs/fo69AX6pNwY/s1600/CodeCogsEqn.gif> On Thursday, December 13, 2012 3:30:54 PM UTC-6, bob wrote: > > I noticed the vignette effect on Android looks really good. > &g

[android-developers] tessellation shaders

2012-12-14 Thread bob
Anyone know if Android supports tessellation shaders? I can't find the constant for this. Something like GLES20.GL_FRAGMENT_SHADER is what I'm looking for. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email

[android-developers] Re: DDMS in Eclipse returning 0.0 in getBearing

2012-12-14 Thread bob
bearing |ˈbe(ə)riNG| noun 6 the direction or position of something, or the *direction of movement*, relative to a fixed point Try running real fast in one direction. Then call getBearing while running. On Friday, December 14, 2012 11:24:55 AM UTC-6, ga...@deanblakely.com wrote: > > I've been

[android-developers] Re: SharedPreferences no work

2012-12-14 Thread bob
On Friday, December 14, 2012 2:23:46 AM UTC-6, Antonis Kanaris wrote: > > > > Τη Παρασκευή, 14 Δεκεμβρίου 2012 9:15:12 π.μ. UTC+2, ο χρήστης Antonis > Kanaris έγραψε: *That's Greek to me* > Hello.I make an apk with two activities and use SharedPreferences for >> store user values but no

Re: [android-developers] give uniform variables an initial value

2012-12-14 Thread bob
The code is more like this: int intensity_Handle; *…* intensity_Handle = GLES20.glGetUniformLocation(mProgram, "intensity"); *…* GLES20.glUniform1f(intensity_Handle, 0.5f); On Thursday, December 13, 2012 7:14:14 PM UTC-6, Lew wrote: > > bob wrote: > >> Thanks.

Re: [android-developers] give uniform variables an initial value

2012-12-13 Thread bob
No, you have to bind the value from your code. > On Dec 11, 2012 12:52 PM, "bob" > > wrote: > >> Anyone know if there is a way to give uniform variables an initial value >> in an Android OpenGL shader? >> >> >> Thanks. >> >> >>

[android-developers] vignette formula

2012-12-13 Thread bob
I noticed the vignette effect on Android looks really good. In the code, it boils down to this surprising formula: float lumen = shade / (1.0 + exp((dist * inv_max_dist - range) * slope)) + (1.0 - shade); Anyone know where this formula comes from? I was definitely surprised to see a cameo fro

[android-developers] Re: Android circular seek bar

2012-12-13 Thread bob
Hi Dj. Here is the fragment shader that does the polar coordinates I spoke of: #extension GL_OES_EGL_image_external: require uniform samplerExternalOES tex_sampler_0; precision mediump float; varying vec2 v_texcoord; const float PI = 3.14159265358979323846264; const vec2 texOff = vec2(0.0, 0.0)

[android-developers] Re: Better view recycling like the Google Play App

2012-12-13 Thread bob
You could always avoid this by writing your own subclass of View rather than using ListView. On Thursday, December 13, 2012 9:08:40 AM UTC-6, Nicholas Campion wrote: > > Doing some more research, I'm wondering if the issue is the view recycling > methodology for GridView. It *appears* that

[android-developers] Re: Why oh why did Google let manufacturers take over the getExternalStorageDirectory() API?

2012-12-13 Thread bob
Well, the confusing thing is that the function usually returns '/mnt/sdcard' when that's not actually the SD card. On Thursday, December 13, 2012 2:06:27 AM UTC-6, Piren wrote: > > the naming of the function is bad, but the manufacturers are not to > blame.. they actually do what google dec

[android-developers] Re: HelloEffects confusion

2012-12-13 Thread bob
Thanks. I'm still a little confused about why there is a glActiveTexture and a glBindTexture. Seems like there ought to be one function for setting the current texture. On Thursday, December 13, 2012 4:14:52 AM UTC-6, a1 wrote: > > > GLES20.glUniform1i(mTexSamplerHandle, 0); >> >> I wo

[android-developers] BlackWhiteFilter.java

2012-12-12 Thread bob
Anyone know what the story is with BlackWhiteFilter.java? As far as I can tell, it has nothing to do with making stuff black and white. The output is in full color. Here's the brains behind it: private final String mBlackWhiteShader = "precision mediump float;\n" +

[android-developers] GCode

2012-12-12 Thread bob
What do you guys think about Google developing an IDE that is tailored specifically for Android development? It would basically replace Eclipse and not have a bunch of confusing Eclipsy options that are irrelevant to Android. It would basically be Google's answer to Xcode. -- You receiv

Re: [android-developers] cleaner shaders

2012-12-12 Thread bob
r = vec4(color.rgb - 2.0 * scale * nbr_color, color.a);\n" + "}\n"; System.out.println(m); } } On Tuesday, December 11, 2012 12:38:59 AM UTC-6, Harri Smått wrote: > > I've been putting shader code into assets or raw resource

[android-developers] Re: Public Play Store statistics ?

2012-12-12 Thread bob
Why not put Localytics or Flurry into your app? On Tuesday, December 11, 2012 5:06:31 AM UTC-6, Jean-Luc TRESSET wrote: > > Hi > > We've just produced an application for a third party company which have > published it on the Play Store with their own developper account and we > would like t

[android-developers] HelloEffects confusion

2012-12-12 Thread bob
I'm looking at the HelloEffects sample, and I'm very confused. There is this line of code: GLES20.glUniform1i(mTexSamplerHandle, 0); I would think it should be: GLES20.glUniform1i(mTexSamplerHandle, texId); But that doesn't work. Can someone help me understand this line? -- You received t

[android-developers] Re: Required: Sr. NET Developer at Santa Clara, CA

2012-12-12 Thread bob
It is now Mi¢rosoft. On Wednesday, December 12, 2012 2:00:32 AM UTC-6, Piren wrote: > > i think spelling Microsoft with the dollar sign was lost somewhere in the > twentieth century as well :) > > > On Wednesday, December 12, 2012 3:18:45 AM UTC+2, gjs wrote: >> >> Clearly you are lost. Turn aro

[android-developers] give uniform variables an initial value

2012-12-11 Thread bob
Anyone know if there is a way to give uniform variables an initial value in an Android OpenGL shader? Thanks. -- 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

Re: [android-developers] cleaner shaders

2012-12-11 Thread bob
while. Writing your shaders as strings is a pain. > > -- > H > On Dec 11, 2012 12:29 AM, "bob" > > wrote: > >> I'm looking at the BasicGLSurfaceView example, and I'm thinking maybe the >> vertex shader and fragment shader ought to be

[android-developers] Re: Free Android Application Development Online Session

2012-12-11 Thread bob
Please note that that is in India time. That corresponds to 10am Eastern time in the U.S. On Tuesday, December 11, 2012 7:55:49 AM UTC-6, suresh wrote: > > > > Hi Friends > > If any want to learn Android Application Development Introduction Please > register below link > > http://www.wiziq

Re: [android-developers] How to start service at boot time?

2012-12-11 Thread bob
This is true. Also, a good mnemonic for remembering this is ABC - ACTION_BOOT_COMPLETED. On Tuesday, December 11, 2012 8:24:58 AM UTC-6, Mark Murphy (a Commons Guy) wrote: > > On Tue, Dec 11, 2012 at 9:14 AM, Bajrang Asthana > > wrote: > > I want to know how to start service at boot time?

[android-developers] cleaner shaders

2012-12-10 Thread bob
I'm looking at the BasicGLSurfaceView example, and I'm thinking maybe the vertex shader and fragment shader ought to be stored as assets for readability. Right now they are like this: private final String mVertexShader = "uniform mat4 uMVPMatrix;\n" + "attribute vec4 aPositi

[android-developers] Re: missing stuff

2012-12-10 Thread bob
I was only able to get around this by reinstalling the Android SDK and pointing Eclipse to the new dir. On Monday, November 26, 2012 5:10:57 PM UTC-6, bob wrote: > > I'm trying to update my Android SDK. > > > Anyone know why it is complaining about missing stuff here

[android-developers] breakpoint in Google's code

2012-12-10 Thread bob
I have the Android source installed, and I want to put a breakpoint in the initParameters method of LomoishFilter. Anyone know how to do this? Thanks. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send emai

[android-developers] Re: Required: Sr. NET Developer at Santa Clara, CA

2012-12-10 Thread bob
Please do not suggest Mr. Kirk as he is currently my pilot, and good pilots are hard to find. On Sunday, December 9, 2012 11:56:33 PM UTC-6, Fred Grott wrote: > > Hmm, maybe we should just start suggesting fictional characters to see how > many get the joke? > > I say we start with suggesti

[android-developers] Re: How to get Video width and height..?

2012-12-10 Thread bob
Maybe use this function in android.media.MediaPlayer? public int getVideoHeight () Added in API level 1 Returns the height of the video. Returns the height of the video, or 0 if there is no video, no display surface was set, or the height has not been determined yet. The OnVideoSizeChangedListe

[android-developers] Re: EffectFactory effects "under the hood"

2012-12-07 Thread bob
" vec3 temp = clamp((color.rgb + stepsize - black) * scale, 0.0, 1.0);\n" + 84 " vec3 new_color = clamp(xform + (temp - xform) * (dither - 0.5), 0.0, 1.0);\n" + 85 " gl_FragColor = vec4(new_color, color.a);\n" + 86 "}\n&q

[android-developers] width of a texture on Android

2012-12-07 Thread bob
Does anyone know how to get the width of a texture on Android using the texture ID? Thanks. -- 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

[android-developers] Re: Canvas.drawline help needed

2012-12-07 Thread bob
Call canvas.setMatrix(new Matrix()); prior to drawing your line On Friday, December 7, 2012 12:15:30 PM UTC-6, Talha Qamar wrote: > > Hi i am actually using orientation sensor to make a simple compass > ...but then i draw a line using canvas.drawline on that imagewhen i > rotate

[android-developers] 3d texture-mapped models

2012-12-07 Thread bob
Anyone know an easy way to load 3d texture-mapped models on Android? -- 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: Can't Use Raw Links and Anchor Links in One TextView?

2012-12-07 Thread bob
Sounds like you want to use a WebView. On Thursday, December 6, 2012 10:13:46 PM UTC-6, TreKing wrote: > > I'm trying to display some text that I get from various web sources in > some TextViews. The data is out of my control and may contain links to > other sites. The links may be "raw" or "

[android-developers] Re: NVIDIA sample missing?

2012-12-06 Thread bob
emo’s docs subdirectory. On Thursday, December 6, 2012 2:29:15 PM UTC-6, bob wrote: > > Can someone please take a look at this page and let me know if the last > comment is correct: > > http://stackoverflow.com/questions/6414003/using-surfacetexture-in-android > > > It sa

[android-developers] NVIDIA sample missing?

2012-12-06 Thread bob
Can someone please take a look at this page and let me know if the last comment is correct: http://stackoverflow.com/questions/6414003/using-surfacetexture-in-android It says: NVIDIA has a full and working sample in their TEGRA Android Developer pack. The sample is written pure Java and runs

[android-developers] EffectFactory effects "under the hood"

2012-12-06 Thread bob
Does anyone know what most of the EffectFactory effects are like "under the hood"? Are they basically GLSL shaders? -- 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] Re: MasterDetailFlow ADT and OpenGL

2012-12-06 Thread bob
Yes, GLSurfaceView can be used in a subsection of the screen. I have a GLSurfaceView and an Admob view in my app. On Thursday, December 6, 2012 5:57:26 AM UTC-6, Frode wrote: > > Hi, > > I need a master/detail implementation with a list of 3D-model files on the > left and an OpenGL-detail-view

[android-developers] Re: android phones and bluetooth

2012-12-06 Thread bob
What's the point of connecting to a GPS by Bluetooth when almost all Androids have GPS already? On Wednesday, December 5, 2012 7:19:30 PM UTC-6, dashman wrote: > > do most android phones support the bluetooth serial profile. > > specifically - gps data access. > > how would i know whether th

[android-developers] WAV file

2012-12-05 Thread bob
Anyone know if any of these MediaRecorder.OutputFormat constants corresponds to a normal WAV file? I want to record a WAV. public final class OutputFormat { /* Do not change these values without updating their counterparts * in include/media/mediarecorder.h! */ p

[android-developers] best way to stop an Android service

2012-12-05 Thread bob
What is the best way to stop an Android service? I'm thinking of having the service continually check for the existence of a file on the SD card and exit when the file is deleted. Is this so bad? -- You received this message because you are subscribed to the Google Groups "Android Develo

[android-developers] Re: Orientation issue in Tablet and Devices.

2012-12-05 Thread bob
Please see http://www.techrepublic.com/blog/app-builder/handling-orientation-changes-in-the-android-ui-framework/225 You should make a folder called layout-land, I think. On Tuesday, December 4, 2012 1:10:31 AM UTC-6, Seshu wrote: > > Hi All, > Currently i am developing an applicatio

[android-developers] Re: Orientation issue in Tablet and Devices.

2012-12-05 Thread bob
Please see http://www.techrepublic.com/blog/app-builder/handling-orientation-changes-in-the-android-ui-framework/225 You should make a folder called res-land, I think. On Tuesday, December 4, 2012 1:10:31 AM UTC-6, Seshu wrote: > > Hi All, > Currently i am developing an application fo

Re: [android-developers] hi friends

2012-12-05 Thread bob
Maybe this: tv.setPaintFlags(tv.getPaintFlags() & ~Paint.STRIKE_THRU_TEXT_FLAG); On Wednesday, December 5, 2012 6:00:21 AM UTC-6, sree wrote: > > TextView tv=(TextView) v.findViewById(android.R.id.text1); > > tv.setPaintFlags(tv.getPaintFlags() | Paint.STRIKE_THRU_TEXT_FLAG); > > using the abo

Re: [android-developers] how to play a video on an OpenGL texture

2012-12-05 Thread bob
rnal : require" > directive. Such shaders must also access the texture using the > samplerExternalOES GLSL sampler type."* > * > * > *From: > * > http://developer.android.com/reference/android/graphics/SurfaceTexture.html > > > On Tuesday, December 4, 2012 3

[android-developers] Re: How to send and receive the datas from webserver to client server using htttpurlconnection?

2012-12-04 Thread bob
String myFeed = getString( R.string.my_feed); try { URL url = new URL( myFeed); // Create a new HTTP URL connection URLConnection connection = url.openConnection(); HttpURLConnection httpConnection = (HttpURLConnection) connection; int responseCode = httpConnection.getResponseCode(); if (res

[android-developers] Effect.apply

2012-12-04 Thread bob
After fiddling around for forever and a day, I finally got videos to play back on an OpenGL texture. Now, I'm trying to apply an EffectFactory effect to the texture. However, much to my surprise, I'm getting a gibberish error. When I run this line Statics.effect.apply(mTextureID, 512, 512,

[android-developers] Re: Best lib for cover flow in android

2012-12-04 Thread bob
I think I used this one awhile ago: http://www.inter-fuser.com/2010/01/android-coverflow-widget.html It is probably good enough. On Tuesday, December 4, 2012 11:20:00 AM UTC-6, djhacktor wrote: > > Hi can any one help in reducing my search time to find best cover flow lib > available in androi

[android-developers] Re: hi friends

2012-12-04 Thread bob
Please see this page: http://developer.android.com/guide/topics/ui/layout/gridview.html It describes what you want to do using resources. You just need to modify it to use the SD card. On Tuesday, December 4, 2012 4:06:17 AM UTC-6, sree wrote: > > help me.i would like to display images in gr

[android-developers] Re: Android circular seek bar

2012-12-04 Thread bob
distance r for radius This theta will basically be the x value in the original image (scaled a bit) This r will basically be the y value in the original image (scaled a bit) } On Tuesday, December 4, 2012 11:17:43 AM UTC-6, djhacktor wrote: > > @bob thank for reply but link you prov

Re: [android-developers] how to play a video on an OpenGL texture

2012-12-04 Thread bob
.glTexParameteri(GLES20.GL_TEXTURE_2D, GLES20.GL_TEXTURE_WRAP_T, GLES20.GL_REPEAT); Statics.st = new SurfaceTexture(textures[0]); On Tuesday, December 4, 2012 3:08:16 AM UTC-6, Fabien R wrote: > > On 03/12/2012 17:50, bob wrote: > > > > > > I actually tried c

[android-developers] Re: Automated Testing

2012-12-03 Thread bob
Theres a tool called monkey that does this On Monday, December 3, 2012 1:06:38 PM UTC-6, Diego thNunes wrote: > Good afternoon. > > > Someone uses a solution for automated testing of Android applications? > > > I found this solution: http://testdroid.com/ > > > > Has anyone used it? Or som

[android-developers] Re: Android circular seek bar

2012-12-03 Thread bob
//rectangular to polar filter vec2 norm = (1.0 - texCoord) * 2.0 - 1.0; float theta = PI + atan(norm.x, norm.y); float r = length(norm); vec2 polar = 1.0 - vec2(theta/(2.0*PI), r); //sample the texture using the new coordinates vec4 color = texture2D(tex0, (polar+texOff)*texSize);

[android-developers] NVidia Android Developer site

2012-12-03 Thread bob
Does anyone use that NVidia Android Developer site? I'm having a massive amount of technical difficulties even creating an account there. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-de

[android-developers] Re: Android circular seek bar

2012-12-03 Thread bob
r wrote: > > thank for reply can you give me some sample code it will be great help > > On Monday, 3 December 2012 21:06:28 UTC+5:30, bob wrote: >> >> Here's a sample of how it might >> look:<https://lh5.googleusercontent.com/-JcHGjFm_o5M/ULzG2CfgerI/AA

[android-developers] Re: minimum hardware requirements to develop on

2012-12-03 Thread bob
What is the amazing AID app? On Sunday, December 2, 2012 1:51:14 PM UTC-6, Russell Wheeler wrote: > > So far I have been developing directly on my galaxy nexus and nexus 7 > using the amazing AID app. > > However, as the N7 can't provide logs due to it being jelly bean, i feel > the need to g

Re: [android-developers] how to play a video on an OpenGL texture

2012-12-03 Thread bob
, December 3, 2012 2:33:37 AM UTC-6, Fabien R wrote: > > On 30/11/2012 21:13, bob wrote: > > I've been baffling my brain with this some more. > > > > I suspect the solution to the problem lies in this text. > > > > /** > > * Update the

[android-developers] Re: Android circular seek bar

2012-12-03 Thread bob
Here's a sample of how it might look: On Monday, December 3, 2012 12:15:23 AM UTC-6, djhacktor wrote: > > Hi can any one tell me how to make seek bar in circular shape ?? is there > any examp

[android-developers] Re: Android circular seek bar

2012-12-03 Thread bob
You can do this by taking a regular seek bar and drawing it using polar coordinates. Also, be sure to convert the touches from polar coordinates so they can be processed normally. On Monday, December 3, 2012 12:15:23 AM UTC-6, djhacktor wrote: > > Hi can any one tell me how to make seek b

Re: [android-developers] Re: hi bros

2012-12-01 Thread bob
Well, put a breakpoint on that line of code. See if it gets hit when you click your thing. Let me know. On Friday, November 30, 2012 9:46:01 PM UTC-6, sree wrote: > > > i am using but not working > >> >> Toast.makeText(MyExpandableActivity.this,"Clicked >> Child",Toast.LENGTH_LONG).show(); >>

[android-developers] Re: Pulling phpBB posts to an Android app

2012-11-30 Thread bob
Sounds like a job for java.net.HttpURLConnection. On Tuesday, November 27, 2012 10:18:41 AM UTC-6, Nirab pudasaini wrote: > > I am developing an android app. I need to pull posts from an online phpBB > 3 forum and then display them in my app. > How do i achieve this > -- You received this

[android-developers] thread life

2012-11-30 Thread bob
If you create a Thread in an activity, does it generally live beyond a call to onPause? -- 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

Re: [android-developers] how to play a video on an OpenGL texture

2012-11-30 Thread bob
ent on the calling thread" means. Anyone have some Advil and a Babel fish? On Thursday, November 29, 2012 2:50:15 PM UTC-6, bob wrote: > > I'm calling updateTexImage now, and I'm getting some weird error: > > E/libEGL ( 4995): validate_display:198 error 3008 (EGL_

[android-developers] Re: Reduce Battery Usage via Airplane Mode

2012-11-30 Thread bob
There are plenty of *Battery Saver* apps that do roughly this already. There may be some that even do exactly that. On Tuesday, November 27, 2012 11:16:42 AM UTC-6, Javo wrote: > > > I've never created an android app, however I am a computer science major > (sophomore), so I am relatively

Re: [android-developers] Re: missing stuff

2012-11-30 Thread bob
They did not help. On Friday, November 30, 2012 12:57:27 PM UTC-6, TreKing wrote: > > On Fri, Nov 30, 2012 at 11:26 AM, bob > > wrote: > >> What is unclear is why there is no option to get that SDK. > > > Now that's a question. There are numerous hits on

Re: [android-developers] Re: missing stuff

2012-11-30 Thread bob
What is unclear is why there is no option to get that SDK. On Friday, November 30, 2012 10:58:56 AM UTC-6, TreKing wrote: > > The error seems pretty clear. Which part of "you're missing SDK

[android-developers] Re: missing stuff

2012-11-30 Thread bob
26, 2012 6:10:57 PM UTC-5, bob wrote: >> >> I'm trying to update my Android SDK. >> >> >> Anyone know why it is complaining about missing stuff here? >> >> >> <https://lh5.googleusercontent.com/-N1XO7X5gebY/ULP26nnHvDI/AEs/UYclbz0Feyw/

[android-developers] Re: hi bros

2012-11-30 Thread bob
Change this line: Toast.makeText(MyExpandableActivity.this,"Clicked Child",3000).show(); to this: Toast.makeText(MyExpandableActivity.this,"Clicked Child",Toast.LENGTH_LONG).show(); On Friday, November 30, 2012 5:10:13 AM UTC-6, sree wrote: > > Here i am using ExpandableListview,when i clic

[android-developers] Re: I am trying to set the Image for an ImageView any help would be great

2012-11-30 Thread bob
I believe this document is in error: http://source.android.com/tech/accessories/guide/custom.html It talks about this: Simple Serial Protocol (SSP) I'm fairly certain it should say: Serial Port Profile (SPP) On Wednesday, November 28, 2012 5:49:51 PM UTC-6, Lew wrote: > >

Re: [android-developers] how to play a video on an OpenGL texture

2012-11-29 Thread bob
ain(Native Method) Any ideas? On Thursday, November 29, 2012 1:49:55 PM UTC-6, Romain Guy (Google) wrote: > > You must call updateTexImage() on SurfaceTexture when a new frame is > available (use an OnFrameAvailableListener to be notified.) > > > On Thu, Nov 29, 2012 at 11:39 A

[android-developers] how to play a video on an OpenGL texture

2012-11-29 Thread bob
Does anyone know how to play a video on an OpenGL texture? I tried something like this, but no dice: int[] textures = new int[1]; GLES20.glGenTextures(1, textures, 0); SurfaceTexture st = new SurfaceTexture(textures[0]); Statics.mp.setSurface(new Surface(st));

[android-developers] Re: Google Docs Writer for Tablets

2012-11-29 Thread bob
What do you mean by GDocs? Are you referring to the app called GDocs by WILDART? If so, maybe get the paid version and maybe it will have what you want? On Saturday, November 24, 2012 8:05:30 AM UTC-6, Corbett Ball wrote: > > It would be great for Android Tablet users to write directly on

[android-developers] Re: Camera parameters - Scene modes

2012-11-29 Thread bob
Maybe it stands for Auto-Sense Darkness? On Thursday, November 29, 2012 8:52:48 AM UTC-6, Spooky wrote: > > I recently got a new Android phone, with an 8 MP camera. It has a > scene mode that I'm not familiar with, and is not listed in the > Camera.Parameters page: "asd". If/when I ever fi

[android-developers] Re: FM radio Android Application Developement

2012-11-29 Thread bob
11-29+at+9.40.31+AM.png> On Wednesday, November 28, 2012 5:36:51 AM UTC-6, Karunakaran Vikash wrote: > > Sorry Bob... > U r rite,,, without an FM radio module in device.. we can > implement it... > But we can add a new device and writing a driver in kernel to work with

[android-developers] Re: I am trying to set the Image for an ImageView any help would be great

2012-11-28 Thread bob
There's a comma on this page that should not be: http://developer.android.com/reference/android/hardware/SensorManager.html This line public class SensorActivity extends Activity, implements SensorEventListener { should have no comma. On Wednesday, November 28, 2012 4:39:28 PM UTC-6, Lew wro

[android-developers] Re: HttpURLConnection on Galaxy Nexus 4.2

2012-11-28 Thread bob
You could always use a java.net.Socket. That's probably what I would do. On Thursday, November 22, 2012 3:58:52 AM UTC-6, Ryan Bateman wrote: > > I'm attempting to write a simple API management class and running into an > issue when using HttpUrlConnection to POST content on a Galaxy Nexus >

[android-developers] Re: I am trying to set the Image for an ImageView any help would be great

2012-11-28 Thread bob
Just to clarify, here is the method you are calling with a bad input stream: public static Bitmap decodeStream (InputStream is) Added in API level 1 Decode an input stream into a bitmap. If the input stream is null, or cannot be used to decode a bitmap, the function returns null. The stream's p

<    1   2   3   4   5   6   7   8   9   10   >