Am 17.01.2011 19:12, schrieb Denis Auroux:
> 2. The existing xournal code is completely tied into libgnomecanvas and 
> GTK+, which unless I'm mistaken don't run in Android.
You're right.

> (But... how long 
> before there is a GTK+ Android port?
Because of the (usually) small screen GTK as it is makes no sense... it
has to be an adapted GTK version...
> After all, that's how the Windows 
> and Mac ports operate, rather than porting to the native OS. Is this a 
> realistic prospect or am I being unrealistic? -- after all GTK+ is not 
> too lightweight...). Andreas' code rewrite should be quite a bit better 
> structured than my code, from what I understand, even if it is not 
> platform-independent yet. So it's probably the place to start for a 
> future Android port.
It is not platform in dependent, but I use cairo, so I simple need
cairo, it should be possibel to compile cairo on android without adaption.
I need only some gtk objects, e.g. GList, they should also be simple to
port for android.

So we can render all to an image instead of the screen, and then render
the image to the screen, I anyway do this now, for performance reasons.

So it is possibel to port it. But we need a new user Interface,
preferred a native android, in Java written, interface.

Because there are more and more Android devices, I thinks this should
also be a target for Xournal.




Andreas


------------------------------------------------------------------------------
Protect Your Site and Customers from Malware Attacks
Learn about various malware tactics and how to avoid them. Understand 
malware threats, the impact they can have on your business, and how you 
can protect your company and customers by using code signing.
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
Xournal-devel mailing list
Xournal-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xournal-devel

Reply via email to