Android equivalent framework to Apple SpriteKitConvert Spritekit Game to Android?Is there a way to run Python on Android?How to save an Android Activity state using save instance state?Strange out of memory issue while loading an image to a Bitmap objectClose/hide the Android Soft KeyboardWhy is the Android emulator so slow? How can we speed up the Android emulator?“Debug certificate expired” error in Eclipse Android pluginsIs there a unique Android device ID?What is 'Context' on Android?Proper use cases for Android UserManager.isUserAGoat()?Animations of SpriteKit overlay on SceneKit stops when SceneKit animations stop

Are strlen optimizations really needed in glibc?

How could a self contained organic body propel itself in space

What are the IPSE’s, the ASPE’s, the FRIPSE’s and the GRIPSE’s?

A probably wrong proof of the Riemann Hypothesis, but where is the mistake?

Is the internet in Madagascar faster than in UK?

Why can't UK MPs vote for the Withdrawal Agreement, then renege on the backstop if it comes to that?

Fill NaN based on previous value of row

How to determine algebraically whether an equation has an infinite solutions or not?

A first "Hangman" game in Python

Why did the population of Bhutan drop by 70% between 2007 and 2008?

Is this password scheme legit?

Why was this commercial plane highly delayed mid-flight?

Why does Windows store Wi-Fi passwords in a reversible format?

Can MuseScore be used programmatically?

Defending Castle from Zombies

If I said I had $100 when asked, but I actually had $200, would I be lying by omission?

How to emphasise the insignificance of someone/thing – besides using "klein"

Shift lens vs move body?

Do sharpies or markers damage soft rock climbing gear?

Can I get a PhD for developing an educational software?

The term Feed-forward and its meaning?

Why didn't Doc believe Marty was from the future?

Count the number of shortest paths to n

What's the point of fighting monsters in Zelda BoTW?



Android equivalent framework to Apple SpriteKit


Convert Spritekit Game to Android?Is there a way to run Python on Android?How to save an Android Activity state using save instance state?Strange out of memory issue while loading an image to a Bitmap objectClose/hide the Android Soft KeyboardWhy is the Android emulator so slow? How can we speed up the Android emulator?“Debug certificate expired” error in Eclipse Android pluginsIs there a unique Android device ID?What is 'Context' on Android?Proper use cases for Android UserManager.isUserAGoat()?Animations of SpriteKit overlay on SceneKit stops when SceneKit animations stop






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;








1















I'm actually building an IOS app with a Tab Navigation.
These Tabs mainly contains lists and tables (like a business app), except one which host a SpriteKit view controller with a "mini 2D game" (Single Scene, One background image and multiple small animated images who respond to gesture).



In the future I want to be able to port my app to Android with a native solution :



  • Rewriting the business part of the app in Kotlin, is Ok

  • Creating UI views with lists and tables, is Ok

  • Creating a 2D scene and displaying a 2D scene in a controller, fail ...

Does Android have an engine like that ?
Does somebody have an idea or one alternative to the SpriteKit/SceneKit view controller in Android ?



[EDIT]



My idea is not to convert the SpriteKit scene to display it in android, but to find a way to build the same app from scratch in android.
What would be the best way to go if I had to create a simple 2D scene (with simple animations and gesture control) and to display it in the rest of my android "business app" ?



Thanks,










share|improve this question





















  • 2





    Possible duplicate of Convert Spritekit Game to Android?

    – Morrison Chang
    Mar 27 at 20:28











  • The answer is still the same

    – Knight0fDragon
    Mar 28 at 17:09

















1















I'm actually building an IOS app with a Tab Navigation.
These Tabs mainly contains lists and tables (like a business app), except one which host a SpriteKit view controller with a "mini 2D game" (Single Scene, One background image and multiple small animated images who respond to gesture).



In the future I want to be able to port my app to Android with a native solution :



  • Rewriting the business part of the app in Kotlin, is Ok

  • Creating UI views with lists and tables, is Ok

  • Creating a 2D scene and displaying a 2D scene in a controller, fail ...

Does Android have an engine like that ?
Does somebody have an idea or one alternative to the SpriteKit/SceneKit view controller in Android ?



[EDIT]



My idea is not to convert the SpriteKit scene to display it in android, but to find a way to build the same app from scratch in android.
What would be the best way to go if I had to create a simple 2D scene (with simple animations and gesture control) and to display it in the rest of my android "business app" ?



Thanks,










share|improve this question





















  • 2





    Possible duplicate of Convert Spritekit Game to Android?

    – Morrison Chang
    Mar 27 at 20:28











  • The answer is still the same

    – Knight0fDragon
    Mar 28 at 17:09













1












1








1








I'm actually building an IOS app with a Tab Navigation.
These Tabs mainly contains lists and tables (like a business app), except one which host a SpriteKit view controller with a "mini 2D game" (Single Scene, One background image and multiple small animated images who respond to gesture).



In the future I want to be able to port my app to Android with a native solution :



  • Rewriting the business part of the app in Kotlin, is Ok

  • Creating UI views with lists and tables, is Ok

  • Creating a 2D scene and displaying a 2D scene in a controller, fail ...

Does Android have an engine like that ?
Does somebody have an idea or one alternative to the SpriteKit/SceneKit view controller in Android ?



[EDIT]



My idea is not to convert the SpriteKit scene to display it in android, but to find a way to build the same app from scratch in android.
What would be the best way to go if I had to create a simple 2D scene (with simple animations and gesture control) and to display it in the rest of my android "business app" ?



Thanks,










share|improve this question
















I'm actually building an IOS app with a Tab Navigation.
These Tabs mainly contains lists and tables (like a business app), except one which host a SpriteKit view controller with a "mini 2D game" (Single Scene, One background image and multiple small animated images who respond to gesture).



In the future I want to be able to port my app to Android with a native solution :



  • Rewriting the business part of the app in Kotlin, is Ok

  • Creating UI views with lists and tables, is Ok

  • Creating a 2D scene and displaying a 2D scene in a controller, fail ...

Does Android have an engine like that ?
Does somebody have an idea or one alternative to the SpriteKit/SceneKit view controller in Android ?



[EDIT]



My idea is not to convert the SpriteKit scene to display it in android, but to find a way to build the same app from scratch in android.
What would be the best way to go if I had to create a simple 2D scene (with simple animations and gesture control) and to display it in the rest of my android "business app" ?



Thanks,







android ios kotlin sprite-kit






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Mar 28 at 11:11







Unknowz

















asked Mar 27 at 20:25









UnknowzUnknowz

63 bronze badges




63 bronze badges










  • 2





    Possible duplicate of Convert Spritekit Game to Android?

    – Morrison Chang
    Mar 27 at 20:28











  • The answer is still the same

    – Knight0fDragon
    Mar 28 at 17:09












  • 2





    Possible duplicate of Convert Spritekit Game to Android?

    – Morrison Chang
    Mar 27 at 20:28











  • The answer is still the same

    – Knight0fDragon
    Mar 28 at 17:09







2




2





Possible duplicate of Convert Spritekit Game to Android?

– Morrison Chang
Mar 27 at 20:28





Possible duplicate of Convert Spritekit Game to Android?

– Morrison Chang
Mar 27 at 20:28













The answer is still the same

– Knight0fDragon
Mar 28 at 17:09





The answer is still the same

– Knight0fDragon
Mar 28 at 17:09












0






active

oldest

votes










Your Answer






StackExchange.ifUsing("editor", function ()
StackExchange.using("externalEditor", function ()
StackExchange.using("snippets", function ()
StackExchange.snippets.init();
);
);
, "code-snippets");

StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "1"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);

else
createEditor();

);

function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);



);













draft saved

draft discarded


















StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55385863%2fandroid-equivalent-framework-to-apple-spritekit%23new-answer', 'question_page');

);

Post as a guest















Required, but never shown

























0






active

oldest

votes








0






active

oldest

votes









active

oldest

votes






active

oldest

votes




Is this question similar to what you get asked at work? Learn more about asking and sharing private information with your coworkers using Stack Overflow for Teams.







Is this question similar to what you get asked at work? Learn more about asking and sharing private information with your coworkers using Stack Overflow for Teams.



















draft saved

draft discarded
















































Thanks for contributing an answer to Stack Overflow!


  • Please be sure to answer the question. Provide details and share your research!

But avoid


  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.

To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55385863%2fandroid-equivalent-framework-to-apple-spritekit%23new-answer', 'question_page');

);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

Kamusi Yaliyomo Aina za kamusi | Muundo wa kamusi | Faida za kamusi | Dhima ya picha katika kamusi | Marejeo | Tazama pia | Viungo vya nje | UrambazajiKuhusu kamusiGo-SwahiliWiki-KamusiKamusi ya Kiswahili na Kiingerezakuihariri na kuongeza habari

Swift 4 - func physicsWorld not invoked on collision? The Next CEO of Stack OverflowHow to call Objective-C code from Swift#ifdef replacement in the Swift language@selector() in Swift?#pragma mark in Swift?Swift for loop: for index, element in array?dispatch_after - GCD in Swift?Swift Beta performance: sorting arraysSplit a String into an array in Swift?The use of Swift 3 @objc inference in Swift 4 mode is deprecated?How to optimize UITableViewCell, because my UITableView lags

Access current req object everywhere in Node.js ExpressWhy are global variables considered bad practice? (node.js)Using req & res across functionsHow do I get the path to the current script with Node.js?What is Node.js' Connect, Express and “middleware”?Node.js w/ express error handling in callbackHow to access the GET parameters after “?” in Express?Modify Node.js req object parametersAccess “app” variable inside of ExpressJS/ConnectJS middleware?Node.js Express app - request objectAngular Http Module considered middleware?Session variables in ExpressJSAdd properties to the req object in expressjs with Typescript