Are there are any IDEs to write Java code on iOS?

Asked by Last Modified  

4 Answers

Learn Java

Follow 0
Answer

Please enter your answer

UX Developer to help you in your experience

This is something I don't understand why do you wan tot write cross platform app for iOS. Can you state your requirement, with little more details as in why would you require that... This is a classic example of trying to put a square peg into a round hole. The best way to develop for the iPhone is...
read more
This is something I don't understand why do you wan tot write cross platform app for iOS. Can you state your requirement, with little more details as in why would you require that... This is a classic example of trying to put a square peg into a round hole. The best way to develop for the iPhone is with the iPhone SDK and objective C or swift. The best way to develop for Andriod is Java and the Android SDK. Though if you are sure of your requirement of cross platform development. I would suggest you to use, Codename One RoboVM Avian XMLVM J2ObjC read less
Comments

Software Engineer with 15 years of Professional experience in MNCs (JP Morgan, TCS, Mastek)

No. iOS development is done in different languages; Objective-C and more recently in Swift. Java is not supported but there are some tools available to convert *non-UI* Java code into Objective-C so as to reuse service-level code when porting an application from Android.
Comments

Big Data Expert

Apple will reject any app that compiles code on iOS. It's a security issue. Though others have said that jetbrains appears to have something you can look into. please check if intellij IDE is working for you or not.
Comments

Trainer

Codename One RoboVM Avian XMLVM J2ObjC
Comments

View 2 more Answers

Related Questions

what is serialVersionUID , why it different for each bean? serialVersionUID = 42L;
This id is used to identify the type of the class. This is required when you serialize and de serialize the object. If you have given a value to this id, this will be common for all the objects created...
Srilatha N
What are Access Specifiers in Java?
Access Specifiers are for visibility of java objects . These are Public, Private, Protected and Default. Public: A variable or method that is public means that any class can access it. Private: These...
Kadar
0 0
9

Now ask question in any of the 1000+ Categories, and get Answers from Tutors and Trainers on UrbanPro.com

Ask a Question

Related Lessons

Importance of Constructor's Visibility.
While developing program or implementing Singleton pattern we have learnt to mention constructor as private and known reason is -> to blocked its direct call from outside of class. But did we think...

Fractional Knapsack
Algorithm - Fractional Knapsack import java.util.Scanner; public class Knapsack01 { public static void main(String args) { Scanner scan = new Scanner(System.in); int...

Lambda Expressions in Java
A lambda expression, introduced in Java 8 is similar to a block of code resembling an anonymous function that can be passed to constructors or methods for execution as an argument. Examples: a)() ->...

Create Immutable Class
Snippet of an Immutable Class: package com.stringhr; /*Declare the class as 'final'. This would prevent any other class from extending it and hence from overriding any method from it which could modify...

Recommended Articles

Before we start on the importance of learning JavaScript, let’s start with a short introduction on the topic. JavaScript is the most popular programming language in the world, precisely it is the language - for Computers, the Web, Servers, Smart Phone, Laptops, Mobiles, Tablets and more. And if you are a beginner or planning...

Read full article >

In the domain of Information Technology, there is always a lot to learn and implement. However, some technologies have a relatively higher demand than the rest of the others. So here are some popular IT courses for the present and upcoming future: Cloud Computing Cloud Computing is a computing technique which is used...

Read full article >

Designed in a flexible and user-friendly demeanor, Java is the most commonly used programming language for the creation of web applications and platform. It allows developers to “write once, run anywhere” (WORA). It is general-purpose, a high-level programming language developed by Sun Microsystem. Initially known as an...

Read full article >

Java is the most famous programming language till date. 20 years is a big time for any programming language to survive and gain strength. Java has been proved to be one of the most reliable programming languages for networked computers. source:techcentral.com Java was developed to pertain over the Internet. Over...

Read full article >

Looking for Java Training Classes?

Learn from the Best Tutors on UrbanPro

Are you a Tutor or Training Institute?

Join UrbanPro Today to find students near you