Hi,
I tried the Android example app and it works fine. But I would like to integrate SFML into an existing Android app. i.e; I have implemented a part of the app using the Android SDK but for a specific functionality (rendering of a custom layout to be exact), I cannot go with Android SDK. Thus I decided to give SFML a try.
Is it possible that I can use SFML only for a specific portion of the app? Like, integrate it into an Activity which can be called from another Activity implemented using Android SDK(Java)? Have anyone successfully done something like that?