Can I download an application on both the app store and google play? and if yes how can I do?

Hello, I have two questions: can I download an application on both the app store and google play? and if yes how can I do?

I have yet to start working on the apps, but currently, I bought a book called "Android programming: the Big Nerd Ranch Guide" to help me create an app and the IDE used on this book is the Android SDK.  And I was wondering if I could download an app on the google game store and the app store using the Android SDK and not Xcode.

Xcode is 'official' Apple development environment as Android Studio is the Android development environment.  Applications for Apple devices are usually written in Swift or Objective-C, while those for Android are written in Java.  Both also use different APIs and execution environments, and even if they do pretty much the same things, they are quite different in the way they carry out their.

It is possible to use a common language and an IDE to build native applications (RubyMotion and Novell are some examples), but separate applications must be built to different platforms in order to use the appropriate GUI environments.  You can also wrap web technologies such as HTML, CSS, and JavaScript (App Inventor and PhoneGap are some examples), but these do not normally use the native API and tend to be lower than native applications.

Tags: iOS Developer

Similar Questions

Maybe you are looking for