[android-developers] Oracle Global Trade Management (GTM) Functional in WA

2018-05-01 Thread John Davis
Hi, Please let me know if you have anyone for the below position. Kindly send me their résumé and contact details. *Oracle Global Trade Management (GTM) Functional * Location: Seattle, WA Duration: 4+ months Rate: $DOE Skills- Atleast 10+ years experience Experience

[android-developers] Oracle HRMS Functional in CA

2018-03-20 Thread John Davis
Hi, Please let me know if you have anyone for the below position. Kindly send me their résumé and contact details. *Oracle EBS HRMS Functional* Location: Anaheim, CA Duration: 2 months (extendable) Rate: $DOE/hr c2c all inclusive Positions: 2 (one (OAB) benefits and one

[android-developers] CA API Gateway Integration Developer in CA

2018-02-06 Thread John Davis
Hi, Please have a look at the below requirement and let me know if you have someone that fits. Kindly send me their résumé and contact details. *CA API Gateway Integration Developer* Location: Los Angeles, CA Duration: 3+ months Rate: $80/hr c2c all inclusive Skills- 8+

[android-developers] ADAM ADAMOWICZ died yesterday

2012-02-10 Thread John Davis
http://www.awesome-robo.com/2012/02/farewell-adam-adamowicz-visual-mind.html -- John F. Davis 独树一帜 -- 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

Re: [android-developers] How to debug android project under command line?

2012-02-07 Thread John Davis
Hello Kostya, Interesting. I'm running on win7. I was expecting the eclipse icon to be a link to the .exe with some command arguments. I was going to use your options to tweak my own. However, it runs eclipse.exe without options. Does anyone have some win7 settings? Ill check your

Re: [android-developers] How to debug android project under command line?

2012-02-07 Thread John Davis
LOL. My bad. Its the settings in the .ini file. Not the command line options. NVM. On Tue, Feb 7, 2012 at 11:06 AM, John Davis davi...@gmail.com wrote: Hello Kostya, Interesting. I'm running on win7. I was expecting the eclipse icon to be a link to the .exe with some command arguments

[android-developers] is it possible to have a composite layout like this?

2012-02-07 Thread John Davis
Hello Is it possible to have a layout like this? Linear Layout - button - scrollview --- Gridview I.e. Linear layout at top with two children, button and scrollview. The scrollview has one layout inside it which is a gridview. When I do this, I get a button at top of the screen and a

Re: [android-developers] is it possible to have a composite layout like this?

2012-02-07 Thread John Davis
You are correct sir! I did not realize that. Many thanks. On Tue, Feb 7, 2012 at 12:39 PM, Kostya Vasilyev kmans...@gmail.com wrote: Doesn't GridView already have scrolling? On 02/07/2012 09:35 PM, John Davis wrote: Hello Is it possible to have a layout like this? Linear Layout

[android-developers] sqlite databases and non-rooted phones

2012-02-01 Thread John Davis
Hello I am writing an application which uses a sqlite database. Previously I was using a rooted phone to debug/develop this app. My app does not have any special permissions, sdcard, etc. One thing I was doing when using a rooted phone was debugging the database queries via adb shell. I would

Re: [android-developers] sqlite databases and non-rooted phones

2012-02-01 Thread John Davis
Hello Kostya Vasiyev, Many thanks. I see what you mean. I could add an import/export command to the app. And in the final release, simply remove the import/export capability. John On Wed, Feb 1, 2012 at 11:43 AM, Kostya Vasilyev kmans...@gmail.com wrote: On 02/01/2012 08:36 PM, John Davis

[android-developers] still having problems with gridview and spacing.

2012-01-31 Thread John Davis
Hello I am still having a problem with gridview and spacing. Would love to talk to someone regarding the issue. I've considered chaning text orientation for column headings or using two line text. Here is more info including screenshots:

[android-developers] gridview weirdness

2012-01-26 Thread John Davis
Hello I modified the hellogridview example so it has 5 colunns by changing the NumColunns property from auto_fit to 5. This is great, it gives me 5 columns, however it only gives me one row. How to set so it gives additional rows? -- John F. Davis 独树一帜 -- You received this message because

Re: [android-developers] gridview weirdness

2012-01-26 Thread John Davis
Many thanks. 2012/1/26 Mark Murphy mmur...@commonsware.com Give it an Adapter with more than five items. On Thu, Jan 26, 2012 at 10:59 AM, John Davis davi...@gmail.com wrote: Hello I modified the hellogridview example so it has 5 colunns by changing the NumColunns property from

[android-developers] any idea why this gridview has large vertical spacing between rows

2012-01-26 Thread John Davis
http://netskink.blogspot.com/2012/01/grid-view-notes.html -- John F. Davis 独树一帜 -- 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

Re: [android-developers] any idea why this gridview has large vertical spacing between rows

2012-01-26 Thread John Davis
to examine your activity. If I had to guess, your Adapter is returning cells that big. 2012/1/26 John Davis davi...@gmail.com: http://netskink.blogspot.com/2012/01/grid-view-notes.html -- John F. Davis 独树一帜 -- You received this message because you are subscribed to the Google

[android-developers] custom ui widgets?

2012-01-25 Thread John Davis
Hello I have a good understanding of the basic ui api. I can use TextViews and layouts, but I don't know anything about custom UI usage. I would like to build a UI which looks something like this: http://s1258.photobucket.com/albums/ii540/netskink/?action=viewcurrent=ssicons.jpg Possibly a

Re: [android-developers] custom ui widgets?

2012-01-25 Thread John Davis
, Jan 25, 2012 at 9:31 AM, TreKing treking...@gmail.com wrote: On Wed, Jan 25, 2012 at 7:54 AM, John Davis davi...@gmail.com wrote: I don't know anything about custom UI usage. Any suggestions on what I should do? http://developer.android.com/guide/topics/ui/custom-components.html

Re: [android-developers] custom ui widgets?

2012-01-25 Thread John Davis
:49 AM, TreKing treking...@gmail.com wrote: 2012/1/25 John Davis davi...@gmail.com Possibly the solution to my problem is a custom component consisting of a GridView with three textviews. Does that seem right to you? Possibly. Your image to me looks like it would require a custom layout

[android-developers] listview with distinct colors for each row SOLVED

2012-01-06 Thread John Davis
Hello, This is the method I used to set the individual lines of a list view to different colors. At a high level this list contains a list of companion names for the swtor game. Companions which are from the imperial side are listed in red, republic are listed in blue.

[android-developers] is it possible to set text color for individual items in a list view?

2012-01-05 Thread John Davis
Hello I have a listview with items in it. I would like to set certain line items to be a certain color. Is this possible? -- John F. Davis 独树一帜 -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

Re: [android-developers] is it possible to set text color for individual items in a list view?

2012-01-05 Thread John Davis
, 2012 at 9:59 AM, Mark Murphy mmur...@commonsware.com wrote: On Thu, Jan 5, 2012 at 9:50 AM, John Davis davi...@gmail.com wrote: I have a listview with items in it.  I would like to set certain line items to be a certain color.  Is this possible? Override getView() of your ArrayAdapter

Re: [android-developers] is it possible to set text color for individual items in a list view?

2012-01-05 Thread John Davis
Hmm. Ok, I maybe over my head. I guess the first thing to do is subclass array adapter as you said first so I can override its getView call. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

Re: [android-developers] is it possible to set text color for individual items in a list view?

2012-01-05 Thread John Davis
of overriding getView for a bit. John On Thu, Jan 5, 2012 at 10:26 AM, Mark Murphy mmur...@commonsware.com wrote: On Thu, Jan 5, 2012 at 10:19 AM, John Davis davi...@gmail.com wrote: Ok, I maybe over my head. I guess the first thing to do is subclass array adapter as you said first so I can

Re: [android-developers] is it possible to set text color for individual items in a list view?

2012-01-05 Thread John Davis
); return super.getView(position, convertView, parent); } The result from hacking around is that the list has invisible values. I guess its time to look at your pdf. lol John 2012/1/5 John Davis davi...@gmail.com: Hello Mark, Ok. Thanks. I've managed to create my own MyAdapter

Re: [android-developers] is it possible to set text color for individual items in a list view?

2012-01-05 Thread John Davis
I changed the getview code so it only calls the super code once and returns the rowView as you did. public class MyAdapterT extends ArrayAdapterT {        public MyAdapter(Context context, int textViewResourceId, T[] objects) {                super(context, textViewResourceId, objects);  

Re: [android-developers] is it possible to set text color for individual items in a list view?

2012-01-05 Thread John Davis
).setTextColor(0x64788e); rowView.setBackgroundColor(0x64788e); return rowView; } On Thu, Jan 5, 2012 at 10:57 AM, John Davis davi...@gmail.com wrote: I changed the getview code so it only calls the super code once and returns the rowView as you did. public

Re: [android-developers] is it possible to set text color for individual items in a list view?

2012-01-05 Thread John Davis
-ui.html On Thu, Jan 5, 2012 at 10:57 AM, John Davis davi...@gmail.com wrote: I changed the getview code so it only calls the super code once and returns the rowView as you did. public class MyAdapterT extends ArrayAdapterT { public MyAdapter(Context context, int textViewResourceId, T

[android-developers] Is there a docment on getView()?

2012-01-05 Thread John Davis
Hello The getView() call for arrayadapter is blank. Is there a document which describes how it works? I have overridden it in order to change the text color of items in a list view. So far, I can't find any code which works. I've tried this: public class MyAdapterT extends ArrayAdapterT {

Re: [android-developers] Is there a docment on getView()?

2012-01-05 Thread John Davis
items since they are not defined. -- Kostya 5 января 2012 г. 20:31 пользователь John Davis davi...@gmail.com написал: Hello The getView() call for arrayadapter is blank.  Is there a document which describes how it works? I have overridden it in order to change the text color of items

Re: [android-developers] Is there a docment on getView()?

2012-01-05 Thread John Davis
Hello I don't have resource id's for the individual row items. You should, it's your project. Super. That might help, but this example http://developer.android.com/resources/tutorials/views/hello-listview.html does not use id's for the individual list items. How would I do that? John --

Re: [android-developers] Is there a docment on getView()?

2012-01-05 Thread John Davis
to do. I don't understand why the hooks do not exist for what i want to do. -- Kostya 5 января 2012 г. 20:47 пользователь John Davis davi...@gmail.com написал: Hello Kostya, Thanks for the reply. On Thu, Jan 5, 2012 at 11:39 AM, Kostya Vasilyev kmans...@gmail.com wrote: 2: Yes, you're

Re: [android-developers] Is there a docment on getView()?

2012-01-05 Thread John Davis
work here). -- Kostya 5 января 2012 г. 21:04 пользователь John Davis davi...@gmail.com написал: Hello On Thu, Jan 5, 2012 at 11:53 AM, Kostya Vasilyev kmans...@gmail.com wrote: Just to clarify 2: I meant calling super.getView from your adapter's getView, assuming it's  a subclass

[android-developers] is this a bug

2012-01-05 Thread John Davis
A listview says there are 6 items in the list. ie. count = 6 Yet, you can not get the items for (int i=0;inumRows;i++) { count = theList.getCount(); // returns 6 fooView = (View) theList.getItemAtPosition(i); // raises exception -- John F. Davis

Re: [android-developers] Is there a docment on getView()?

2012-01-05 Thread John Davis
пользователь John Davis davi...@gmail.com написал: Kostya, Tip of the hat to you.  That worked.  It will set all the items to blue text. I appreciate your help a lot. Now, is there a simple way to do this selectively?  I saw you could tag items and then look based upon a tag.  Perhaps

Re: [android-developers] is this a bug

2012-01-05 Thread John Davis
PM, John Davis davi...@gmail.com wrote: fooView = (View) theList.getItemAtPosition(i); // raises exception The exception would be? The stack trace would be? - TreKing - Chicago transit tracking

Re: [android-developers] Is there a docment on getView()?

2012-01-05 Thread John Davis
Yes, I would think it is possible, but not in this version. Its possible to set all line items to the same value. However, its not possible to set the colors on a case by case value using the provided api. This code will set all the line items to blue: public View getView(int position,

Re: [android-developers] is this a bug

2012-01-05 Thread John Davis
The only exception which i can find is javalang.unsupportedOperationException. as I was saying the api has a bug. The docs say you can get the data, when you try to so you get an exception. Either the docs are incorrect or its a bug. On Thu, Jan 5, 2012 at 2:06 PM, TreKing treking...@gmail.com

Re: [android-developers] Is there a docment on getView()?

2012-01-05 Thread John Davis
the decision in some other way. -- Kostya 5 января 2012 г. 23:07 пользователь John Davis davi...@gmail.com написал: Yes, I would think it is possible, but not in this version. Its possible to set all line items to the same value.  However, its not possible to set the colors on a case by case value

Re: [android-developers] Is there a docment on getView()?

2012-01-05 Thread John Davis
Hello Treking, On Thu, Jan 5, 2012 at 2:17 PM, TreKing treking...@gmail.com wrote: On Thu, Jan 5, 2012 at 1:07 PM, John Davis davi...@gmail.com wrote: Yes, I would think it is possible, but not in this version. Its possible to set all line items to the same value. However, its not possible

Re: [android-developers] Is there a docment on getView()?

2012-01-05 Thread John Davis
Hello Romain Guy, How would I post the full stack trace? The logcat output? John On Thu, Jan 5, 2012 at 2:30 PM, Romain Guy romain...@android.com wrote: Please post the full stack trace of your exception. On Thu, Jan 5, 2012 at 11:28 AM, John Davis davi...@gmail.com wrote: Hello Treking

Re: [android-developers] Is there a docment on getView()?

2012-01-05 Thread John Davis
(String[]) line: 626 NativeStart.main(String[]) line: not available [native method] 2012/1/5 John Davis davi...@gmail.com: Hello Romain Guy, How would I post the full stack trace? The logcat output? John On Thu, Jan 5, 2012 at 2:30 PM, Romain Guy romain...@android.com wrote

Re: [android-developers] is this a bug

2012-01-05 Thread John Davis
in the list. Parameters positionWhich data to get Returns The data associated with the specified position in the list === On Thu, Jan 5, 2012 at 2:31 PM, Mark Murphy mmur...@commonsware.com wrote: 2012/1/5 John Davis davi...@gmail.com: The only exception which i can find

Re: [android-developers] is this a bug

2012-01-05 Thread John Davis
it does something else. -- Kostya 5 января 2012 г. 23:32 пользователь Kristopher Micinski krismicin...@gmail.com написал: 2012/1/5 John Davis davi...@gmail.com: The only exception which i can find is javalang.unsupportedOperationException. as I was saying the api has a bug. The docs say

Re: [android-developers] is this a bug

2012-01-05 Thread John Davis
us the stack trace generated by the exception. On Thu, Jan 5, 2012 at 11:46 AM, John Davis davi...@gmail.com wrote: Hello Mark, Nope. for (int i=0;inumRows;i++) { // If it is the 2nd or 5th item, tag it so that it will be displayed in blue. if (i==2

Re: [android-developers] is this a bug

2012-01-05 Thread John Davis
OMG, seriously, the listView class does not contain a list of views? Get out of here, if that was not the case, it would be called somthing else. Its a listView. Its a bug. Geez. Yes, it is a bug in your code. You are getting a ClassCastException now, because getItemAtPosition() is not

Re: [android-developers] is this a bug

2012-01-05 Thread John Davis
LOL Treking, buddy. I posted it to the best of my ability. Do you mean copy and paste the output from the stack trace in the debug window? On Thu, Jan 5, 2012 at 2:51 PM, TreKing treking...@gmail.com wrote: Will someone please go to John's house / work and copy and paste the actual mother

Re: [android-developers] Is there a docment on getView()?

2012-01-05 Thread John Davis
device displays the application stopped unexpectedly. Then check the logcat panel in Eclipse and post the entire stack trace, especially the stuff after Caused by: -- Kostya 5 января 2012 г. 23:34 пользователь John Davis davi...@gmail.com написал: This is from the debug window in the call

Re: [android-developers] is this a bug

2012-01-05 Thread John Davis
, TreKing treking...@gmail.com wrote: On Thu, Jan 5, 2012 at 1:53 PM, John Davis davi...@gmail.com wrote: I would be happy to if I knew how to properly answer your request. You've had about 18 people across two threads tell you how to do this. You're doing this on purpose to see how many

Re: [android-developers] Is there a docment on getView()?

2012-01-05 Thread John Davis
Hello Ok. So I appreciate the help. Here is the summary: for (int i=0;icount;i++) { // If it is the 2nd or 5th item, tag it so that it will be displayed in blue. if (i==2 || i==5) { listCount = adapter.getCount();

Re: [android-developers] is this a bug

2012-01-05 Thread John Davis
Hello Treking, I am sorry if I made you feel that way. I was most certainly going in circles myself. Have a good one and thanks for the help. Smile John On Thu, Jan 5, 2012 at 3:16 PM, TreKing treking...@gmail.com wrote: 2012/1/5 John Davis davi...@gmail.com You have to realize the other

Re: [android-developers] Is there a docment on getView()?

2012-01-05 Thread John Davis
Hello Kris, Yes, that is a good way to put it. Thanks for the info. John On Thu, Jan 5, 2012 at 3:37 PM, Kristopher Micinski krismicin...@gmail.com wrote: On Thu, Jan 5, 2012 at 2:18 PM, John Davis davi...@gmail.com wrote: Hello Ok. So I appreciate the help. Here is the summary

[android-developers] play skyrim? here is info on an app I wrote using sqlite and xslt

2011-12-12 Thread John Davis
http://netskink.blogspot.com/2011/12/skyrim-alchemy-lab-using-xslt-xml-and.html -- John F. Davis 独树一帜 -- 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] external saxon jar in android app

2011-12-09 Thread John Davis
Hello I want to include saxon xml processor in an android app. I have added the app to my project but I get the --core-library message. The jar file includes some system libs I guess. I am not building this app to distribute. I don't care about security problems. I simply want to port a java

Re: [android-developers] There is some android component that distribute text as news paper column?

2011-11-04 Thread John Davis
On Fri, Nov 4, 2011 at 6:57 AM, lbendlin l...@bendlin.us wrote: I guess this is your lucky day - you will be the first one to develop this.   I would start with finding out how many columns to display on the current device and screen resolution ( don't be silly and try to cram more than one

Re: [android-developers] Re: Hook event listeners for activity/application lifecycle events

2011-11-04 Thread John Davis
On Fri, Nov 4, 2011 at 3:30 AM, Doug beafd...@gmail.com wrote: On Nov 2, 8:54 pm, Miles miles_christ...@yahoo.com wrote: So is there a way to hook event listeners for lifecycle events? Not really. You can write your own subclass of Activity that accepts a listener for events and hook it all

Re: [android-developers] ios emulator

2011-11-02 Thread John Davis
i've heard that you can not get an ios license if you have worked with the android api. On Wed, Nov 2, 2011 at 6:39 PM, Mark Murphy mmur...@commonsware.com wrote: You're welcome to try. You'll be sued into oblivion by Apple, since iOS is not open source. And, since you'll probably have to take

Re: [android-developers] ARMy of one?

2011-11-01 Thread John Davis
This shows how the arm specification is used inside the System on a Chip (SoC) designed by qualcomm. It also shows how these SoCs are in smartphones, and tablets. http://en.wikipedia.org/wiki/Snapdragon_(system_on_chip) From the page it says, The Snapdragon application processor core, dubbed

Re: [android-developers] Newb Learning to Debug

2011-10-28 Thread John Davis
Hi On Fri, Oct 28, 2011 at 9:10 AM, nester neoshaf...@gmail.com wrote: So I'm making progress on my first real android app (not hello world). So far everything is going pretty smooth... except for debugging. I just can't figure it out for the life of me! Good. Keep at it. I've been able

Re: [android-developers] opengl and sketchup problem

2011-10-28 Thread John Davis
On Fri, Oct 28, 2011 at 7:57 AM, Latimerius l4t1m3r...@googlemail.com wrote: On Thu, Oct 27, 2011 at 8:38 PM, John Davis davi...@gmail.com wrote: That is what I kind of what I tried to do (I used GL_VERTEX_ARRAY, INDEX_ARRAY was not there.): That's correct, sorry, I got distracted

Re: [android-developers] New to Android

2011-10-28 Thread John Davis
Hi Sean, If you have an already built .apk file, you can use the command line to install it on the emulator. adb install foo.apk John On Fri, Oct 28, 2011 at 3:35 AM, MANISH RAJ manishrajja...@gmail.com wrote: Hi Sean Thomas, As you wrote there you want run a project which is already you

Re: [android-developers] First Question ... be gentle

2011-10-28 Thread John Davis
2011/10/28 Francisco Dalla Rosa soares soa...@argo.bz: http://lmgtfy.com/?q=java+override I can't of nicer way to do this :) 2011/10/28 JBlaza jbl...@gmail.com I have looked on several other forums. i am new to the java programming community, and i am looking for a clear understanding of

Re: [android-developers] Re: How do you use and debug your apps in your main phone?

2011-10-28 Thread John Davis
On Fri, Oct 28, 2011 at 9:58 AM, Ricardo Amaral mas...@ricardoamaral.net wrote: I already use the emulator a lot for development but it's always good to test on a real device and I do it from time to time just to make sure everything works. I think I'll wait until I buy a new Android phone, I

Re: [android-developers] how to make app run forever with out exit

2011-10-28 Thread John Davis
Hi Sureshmca, Try to search for 10 innovations in Android presentaion. One of them is that apps never exit. The apps are suspended. You can use the application manager to force stop or uninstall the application. I am not certain if you can use this method to uninstall another applicaiton

Re: [android-developers] emulator

2011-10-28 Thread John Davis
You are not specifying a virtual disk image. In other words, you are running just the emulator but not an emulator running a specific machine. Put in terms of vmware, you are running a vmware software, but not the vmware software plus your pc's disk image. In terms of real hardware, you are

Re: [android-developers] Android developer discussion forums?

2011-10-28 Thread John Davis
I like #android-dev on irc.openprojects.net. -- John F. Davis 独树一帜 -- 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

Re: [android-developers] Re: Install an android app on Google TV

2011-10-28 Thread John Davis
I have a logitech revue. Will they ever enable marketplace on these things? I would love to install AngryBirds on my 55 tv. On Thu, Oct 27, 2011 at 7:32 AM, Punith Raj punith.mai...@gmail.com wrote: Hi dillipk, Google TV is supported only for android version 3.1 and above, Install the

Re: [android-developers] A question regarding publishing an application in android market

2011-10-28 Thread John Davis
Possibly. The marketplace app filters available apps by the host platform capabilities. On Thu, Oct 27, 2011 at 6:16 AM, Kobi krasnoff.k...@gmail.com wrote: I developed an application which has the following permissions on its androidManifest.xml file: android.permission.CALL_PHONE

Re: [android-developers] HTC opengles blank screen (and ANR) issues.

2011-10-28 Thread John Davis
Enable the opengl debugging so that output goes to the logcat. It will also cause an exception to break execution if an opengl error occurs. On Thu, Oct 27, 2011 at 3:02 AM, Affine Studios affinestud...@gmail.com wrote: We're having an issue with our app/game on what seems to be many HTC

Re: [android-developers] How i can make that a polygon fill the 80% of the width of the screen?

2011-10-28 Thread John Davis
Hello Saez, This looks like opengl code which uses glut library for windows/linux. I suggest you look into Ed Burnette's Hello Android book. It shows you how to draw a cube in opengl on android. Start there. John F. Davis 独树一帜 -- You received this message because you are subscribed to the

Re: [android-developers] opengl and sketchup problem

2011-10-27 Thread John Davis
Hello J Handal, Thanks. I will look into your suggestion more. In the meantime, do you think my error is due to an incompatible tool? I was thinking the error was in my implementation. I am new to OpenGL so I was suspect of my own ability to use the results correctly. John On Thu, Oct 27,

Re: [android-developers] opengl and sketchup problem

2011-10-27 Thread John Davis
FWIW, I am simply taking the data from the xml file and copying it and then pasting into an array. I am not doing a automatic read or anything. One thing which puzzles me is the number of vertices in the file. For instance, a rectangle has six sides. If you use two triangles to draw each side

Re: [android-developers] opengl and sketchup problem

2011-10-27 Thread John Davis
). On Thu, Oct 27, 2011 at 5:15 PM, John Davis davi...@gmail.com wrote: FWIW, I am simply taking the data from the xml file and copying it and then pasting into an array. I am not doing a automatic read or anything. One thing which puzzles me is the number of vertices in the file. For instance

Re: [android-developers] opengl and sketchup problem

2011-10-27 Thread John Davis
On Thu, Oct 27, 2011 at 1:57 PM, Latimerius l4t1m3r...@googlemail.com wrote: 2011/10/27 John Davis davi...@gmail.com: Latimerius, I think you are correct. There is another section of the xml file: triangles count=12 material=Material2 input offset=0

[android-developers] Renderscript vs WebGL

2011-03-13 Thread John Davis
Anyone know the strategy for 3D on Android? Is the primary platform going to be Renderscript or WebGL? Also, is there a PC emulator for Honeycomb? http://www.pcprogramming.com JD -- You received this message because you are subscribed to the Google Groups Android Developers group. To post

Re: [android-developers] Renderscript vs WebGL

2011-03-13 Thread John Davis
? A Renderscript sandbox? Does this make sense? JD On Sun, Mar 13, 2011 at 2:00 PM, Dianne Hackborn hack...@android.comwrote: On Sun, Mar 13, 2011 at 6:17 AM, John Davis unicom...@gmail.com wrote: Anyone know the strategy for 3D on Android? Is the primary platform going to be Renderscript

Re: [android-developers] Renderscript vs WebGL

2011-03-13 Thread John Davis
I'm curious, if you don't know anything, why are you posting on Google's behalf? On Sun, Mar 13, 2011 at 4:19 PM, Dianne Hackborn hack...@android.comwrote: On Sun, Mar 13, 2011 at 12:28 PM, John Davis jda...@pcprogramming.com wrote: My perception is that WebGL support isn't even being

Re: [android-developers] Renderscript vs WebGL

2011-03-13 Thread John Davis
Fair enough, where's the webgl section? On Sun, Mar 13, 2011 at 5:38 PM, Mark Murphy mmur...@commonsware.comwrote: On Sun, Mar 13, 2011 at 6:21 PM, John Davis jda...@pcprogramming.com wrote: I'm curious, if you don't know anything, why are you posting on Google's behalf? Please

[android-developers] WebGL on Android

2011-03-06 Thread John Davis
Still looking for the best way to test my WebGL work on Adroid. http://www.pcprogramming.com -- 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

[android-developers] WebGL on Android

2011-03-05 Thread John Davis
What's the best way to test WebGL on Android? I have some demos which work on Chrome/FireFox, but would like to keep them up to date for Android as well. http://www.pcprogramming.com JD -- You received this message because you are subscribed to the Google Groups Android Developers group. To

[android-developers] WebGL support

2011-02-28 Thread John Davis
Are there any plans for WebGL on Android? Or is it all going to be Renderscript? What will be the best way to do no touch deployment for 3D games, etc. on Android? Like the following WebGL demo on Chrome/FireFox http://www.pcprogramming.com/flight.html -- You received this message because