[android-developers] No text visible in edittext

2012-02-18 Thread mohit verma
Hi guys, I am having a string containing some words. Now in a for loop , i traverse the string and according to some condition i set the color and try to display text in this way: while(not reached string length) { if(condition1) my_edittext.setColor(Color.RED); else if(condition2) my_edittext.

[android-developers] Re: java binding

2011-09-27 Thread mohit verma
By this what i mean to say is : Android uses open source libraries like SQLite , WEBKite and OpenGL and so on. AFAIK all these are written in C/C++. Then how does Android provide this interface to Upper layer application layer (which uses JAVA)?? On Sat, Sep 24, 2011 at 9:36 PM, mohit verma

[android-developers] java binding

2011-09-27 Thread mohit verma
Hi folks, Does Android use SWIG for binding C/C++ libraries to application layer implemented in JAVA ? If not what else does Android use for language binding? -- *MOHIT VERMA* -- You received this message because you are subscribed to the Google Groups "An