[android-developers] Re: OpenGL Basics

2008-11-04 Thread JavaAndroid
JavaAndroid On Nov 3, 9:13 pm, DSmith [EMAIL PROTECTED] wrote: If you just want to get some animation running quickly, don't worry about understanding GLSurfaceView: reuse it as is and concentrate on understanding the CubeRenderer class.  You can even reuse most of that class, just rewrite

[android-developers] OpenGL Basics

2008-11-03 Thread JavaAndroid
JavaAndroid --~--~-~--~~~---~--~~ 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 [EMAIL PROTECTED

[android-developers] Inflating Buttons / Custom Views

2008-10-21 Thread JavaAndroid
Hi All, I m a novice in Android. Can anyone shed some light on Inflating Buttons and Custom Views. What is the exacet meaning of Inflating Buttons and Custom Views? Can you provide some links or Tutorials for trying out them in Activity Screen.. Thanks in Advance Thanks JavaAndroid

[android-developers] Issue in LinearLayout,Button

2008-10-19 Thread JavaAndroid
is undefined. I feel this Class might have written for previous version of Emulator, Now its not recognizing this constructor. Is there any way to make it work in m5 version. Thanks in Advance Thanks JavaAndroid --~--~-~--~~~---~--~~ You received this message because you

[android-developers] XML Parsing Error

2008-10-18 Thread JavaAndroid
19:46:33.757: ERROR/ParsingXML(203): at dalvik.system.NativeStart.main(Native Method) I m clueless...can somene figure out the error? Thanks in Advance Thanks JavaAndroid --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google

[android-developers] Error While Starting Emulator

2008-10-18 Thread JavaAndroid
. 0xfff7 10-18 19:32:46.167: ERROR/AndroidRuntime(188): Crash logging skipped, no checkin service is this a serious issue??? Thanks in Advance Thanks JavaAndroid --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

[android-developers] Re: what the hell is these errors to my emulator bootup every time??

2008-10-18 Thread JavaAndroid
Hi, Even i m getting this error while emulator starts up.this looks very sacry..Whats the reason for this? Is there any way to fix this one... Thanks in Advance Thanks JavaAndroid On Sep 15, 2:25 am, Megha Joshi [EMAIL PROTECTED] wrote: 2008/9/14 Nickname [EMAIL PROTECTED] Thanks

[android-developers] Re: XML Parsing Error

2008-10-18 Thread JavaAndroid
: + e.getMessage()); Log.e(DEBUG_TAG, ParsingXMLError, e); } this.setContentView(tv); } } i got response from that Specified URL Thanks JavaAndroid On Oct 18, 9:37 pm, Ludwig [EMAIL PROTECTED] wrote: I think you can see from your stack that you do not even

[android-developers] Re: Displaying Images

2008-10-18 Thread JavaAndroid
android:layout_width=fill_parent android:layout_height=wrap_content android:gravity=bottom / this resolved the error... Thanks JavaAndroid On Oct 17, 4:56 pm, JavaAndroid [EMAIL PROTECTED] wrote: Hi All, I tried displaying a small image in ContentView. But when i run the application It says

[android-developers] Re: Displaying Images

2008-10-17 Thread JavaAndroid
)) .setAdapter(new ImageAdapter(this)); Can anybody identify the error, i m stuck up with this for the past 2 days.. Thanks in Advance Thanks JavaAndroid On Oct 15, 11:55 am, JavaAndroid [EMAIL PROTECTED] wrote: Hi Shailesh, Thanks a lot for ur Help. Let me try that...Thanks again

[android-developers] Re: ListView Issue in Notepad Application

2008-10-16 Thread JavaAndroid
c.moveToPosition(position); Log.d(TAG, Row Id for the selected Record+c.getLong(0)); _id = c.getLong(0); Intent i = new Intent(this,EmployeeEdit.class); i.putExtra(EmployeeDAO.KEY_ROW_ID, _id); this worked for me... now i m able to update each record without any Problem... Thanks Again Thanks JavaAndroid

[android-developers] Displaying Images

2008-10-15 Thread JavaAndroid
Hi All, Can anyone direct me to some links / tutorials that will help me to start experimenting on displaying images in Android . Is there any way to add Servlet/JSP API in Android Application. Can i refer image that is residing in a web server. Thanks in Advance Thanks JavaAndroid

[android-developers] Re: Displaying Images

2008-10-15 Thread JavaAndroid
Hi Shailesh, Thanks a lot for ur Help. Let me try that...Thanks again. On Oct 15, 11:45 am, shailesh prakash [EMAIL PROTECTED] wrote: Hi, you may like to try this :http://code.google.com/p/apps-for-android/source/browse/trunk/Photost... On 10/15/08, JavaAndroid [EMAIL PROTECTED] wrote

[android-developers] Re: UI Controls

2008-10-15 Thread JavaAndroid
Thanks ShaileshThat forum is really awesome...it looks to be a best place to start withThanks a million.. :) On Oct 15, 11:51 am, shailesh prakash [EMAIL PROTECTED] wrote:  you can try link:http://www.anddev.org, it is a good site to start with Android. On 10/15/08, JavaAndroid

[android-developers] Re: ListView Issue in Notepad Application

2008-10-14 Thread JavaAndroid
is?? All classes are present in first Post... Thanks in Advance Thanks JavaAndroid On Oct 13, 10:57 pm, JavaAndroid [EMAIL PROTECTED] wrote: Peli Thanks a million for your timely help. Logcat was really helpful in identifying the issue, and i got my application working.thanks again

[android-developers] Doubt in Notepad Application

2008-10-13 Thread JavaAndroid
JavaAndroid --~--~-~--~~~---~--~~ 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 [EMAIL PROTECTED

[android-developers] Re: ListView Issue in Notepad Application

2008-10-13 Thread JavaAndroid
Peli Thanks a million for your timely help. Logcat was really helpful in identifying the issue, and i got my application working.thanks again JavaAndroid On Oct 13, 6:15 pm, Peli [EMAIL PROTECTED] wrote: The answer is in the last post here:http://groups.google.com/group/android-beginners

[android-developers] ListView Issue in Notepad Application

2008-10-12 Thread JavaAndroid
+position); Any help for the above mentioned issue is highly appreciated... Thanks in Advance Thanks JavaAndroid --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email