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

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

[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
tructor 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 b

[android-developers] Re: Displaying Images

2008-10-18 Thread JavaAndroid
Hi All, I figured out the problemthe problem is with main.xml Earlier it was i changed it to this 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 wh

[android-developers] Re: XML Parsing Error

2008-10-18 Thread JavaAndroid
ch(Exception e){ tv.setText("Error: " + 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 PROT

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

[android-developers] Error While Starting Emulator

2008-10-18 Thread JavaAndroid
nknown binder error code. 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 t

[android-developers] XML Parsing Error

2008-10-18 Thread JavaAndroid
.os.ZygoteInit $MethodAndArgsCaller.run(ZygoteInit.java:739) 10-18 19:46:33.757: ERROR/ParsingXML(203): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:497) 10-18 19:46:33.757: ERROR/ParsingXML(203): at dalvik.system.NativeStart.main(Native Method) I m clueless...can somene figure

[android-developers] Re: Displaying Images

2008-10-17 Thread JavaAndroid
ery) findViewById(R.id.gallery)) .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

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

[android-developers] Re: UI Controls

2008-10-15 Thread JavaAndroid
droid. > > On 10/15/08, JavaAndroid <[EMAIL PROTECTED]> wrote: > > > > > > > Hi All > > Can i add UI controls like Checkbox, Radio button, Select Box, Drop > > down menus in my Android application... If yes could you suggest some > > links/tutorials that shed

[android-developers] Re: Displaying Images

2008-10-14 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

[android-developers] UI Controls

2008-10-14 Thread JavaAndroid
Hi All Can i add UI controls like Checkbox, Radio button, Select Box, Drop down menus in my Android application... If yes could you suggest some links/tutorials that shed light in this topic. Thanks in Advance Thanks JavaAndroid --~--~-~--~~~---~--~~ You

[android-developers] Displaying Images

2008-10-14 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: ListView Issue in Notepad Application

2008-10-14 Thread JavaAndroid
always remains at 0 can anybody find where the Problem 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 > i

[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/g

[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

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

2008-10-13 Thread JavaAndroid
Hi Peli, Thanks for ur Valuable response. I m not aware of this logcat tab in eclipse. Is that present in any Window?? Thanks JavaAndroid On Oct 13, 12:42 pm, Peli <[EMAIL PROTECTED]> wrote: > You have to use logcat to see the debugging statements. > > Either from Eclipse open

[android-developers] ListView Issue in Notepad Application

2008-10-12 Thread JavaAndroid
return mDb.update(DATABASE_TABLE, updateValues , KEY_ROW_ID + "=" + rowId , null) > 0; } } and one more thing is i have added many logger statements throughout my application, but these aren`t getting printed on Anroid Console. Is there any other technique to print these debu

[android-developers] List View Issue

2008-10-12 Thread JavaAndroid
ting this Information "+updateValues); return mDb.update(DATABASE_TABLE, updateValues , KEY_ROW_ID + "=" + rowId , null) > 0; } } and one more thing is i have added many logger statements throughout my application, but these aren`t getting printed on Anr