There is no native printing capability in Android, largely because Android has no concept of printers. You are welcome to attempt to use some third-party printing service (e.g., Google Cloud Print).
On Mon, Jan 2, 2012 at 7:34 AM, Doberman <[email protected]> wrote: > Hi, i'm developing a apps and I want to print directly from my app. is > some API what i can use for this? I tried > http://android10.org/index.php/articleslibraries/140-api-for-printing-from-android-applications, > but it doesn't work. Anyone know something. How to print directly? > some class like Print.print() > > Thank YOU!!!!!! > > Regards > > -- > 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 -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy Android 4.0 Programming Books: http://commonsware.com/books -- 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

