I have an application created for 3D carousel view using open gl es. I want to display contacts or gallery images in 3D carousel view using the created application. How to approach? How an I use one application as library for another application?
Share
You’re probably talking about making another application use your app. This cannot be possible, since you can’t really change someone else’s application. But you can make your own application that will view Contacts or Gallery data using your carousel view, since contact and media data are accessible using
Content Providers. Hope this helps.