I want to start developing C++ Android applications using SFML.
Unfortunately, I don't have any experience developing apps for the Android platform, so I have a few(a bunch of) questions:
- Do I have to modify my existent C++ code to compile it for android?
- What else do I have to include to my project? (Maybe a manifest file?)
- Can I use sort of an Android API in my C++ project? (For example to get the screen resolution of the device)
- How do I compile my C++ code?
- Can I continue using my favorite IDE?
If somebody has the time to answer my questions or just give me a link to a website or forum topic which helps me, I would really appreciate it!