Hi I want to know the complete flow of how android invokes the SKIA library when the emulator starts. I have looked in the code and found that AndroidRuntime class initialises SkiaGraphics class using Init function. But before calling the same the framework somehow calls the getNativePaint and getNativeBitmap. I am not able to figure out how it uses these functions to use SKIA library. Please let me know how the SKIA library is being used in android.
Thanks Sanket -- 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

