On Thu, Feb 23, 2012 at 6:50 PM, Pavel Dudka <[email protected]> wrote:
> You can use JNI for that. Just implement native function which will
> call printf().

That will not draw anything on an Android screen.

> On Feb 23, 2:59 pm, Ma <[email protected]> wrote:
>> By screen I meant the UI screen.

Android employs a widget-based UI framework. You put "output" on the
screen by updating widgets, no different than writing a GUI for
Windows, OS X, Linux, etc. To learn how to update a TextView at
runtime, see:

http://developer.android.com/resources/tutorials/hello-world.html

-- 
Mark Murphy (a Commons Guy)
http://commonsware.com | http://github.com/commonsguy
http://commonsware.com/blog | http://twitter.com/commonsguy

_Android Programming Tutorials_ Version 4.1 Available!

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to