[android-beginners] Re: Open GL Programming for a Starter on Android

2009-08-28 Thread Aki

Hi
Maxood

not complete but almost i've converted.
check here.
http://code.google.com/p/akjava-android-project/

but these coder is for android 1.1

aki

On 8月28日, 午後10:38, Maxood maqs...@salsoft.net wrote:
 I am interested to develop android applications in Open GL. I have
 come across with the following web page on Open GL apps written in C
 language:

 http://www.opengl.org/resources/code/samples/redbook/

 Wonder if someone can guide me to convert them into Java so that they
 can run on android. Also please provide me with a link on Android Open
 GL tutorial.

 Thanks,
 Maqsood
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups Android Beginners group.
To post to this group, send email to android-beginners@googlegroups.com
To unsubscribe from this group, send email to
android-beginners-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---



[android-beginners] Re: Writing Exif Data

2009-08-02 Thread Aki

how about Sanselan
http://groups.google.com/group/android-developers/browse_thread/thread/7641bc40e0836945

Apache Sanselan is opensource pure-java Image library.it's not for
android.
but he cut out non android codes.
It's not beginners topic,but one of good solution.
thanks
aki

On 7月31日, 午前10:33, Rob rob.pa...@gmail.com wrote:
 Does Android have any facilities for writing customexifdata?  In
 particular, I have some data that will only be available as early as
 the jpeg PictureCallback.  How can I insert this data into theexif
 header of the jpeg file?  I tried using a copy of the ExifInterface
 class I found online, but it fails on the call to
 System.loadLibrary(exif).  Any help with this would be greatly
 appreciated.

 Cheers,
 Rob

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups Android Beginners group.
To post to this group, send email to android-beginners@googlegroups.com
To unsubscribe from this group, send email to
android-beginners-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---