I have a native android application, then the entry main is android_main. My question: Is possible generate another activity with the NativeActivity? I must only insert the code java con android/src/com... and insert the class on androidmanifest.xml? Sorry, but I am new of the "android" world!
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
In the Android Developers page theres some theory about this feature, all is based on the Activity Stack and managing it, check http://developer.android.com/intl/es/guide/components/tasks-and-back-stack.html , there are some descriptive images too. Welcome to the Android world! :) EDIT:
|
|||||
|