Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 3 years ago.
The community reviewed whether to reopen this question 14 days ago and left it closed:
Original close reason(s) were not resolved
Improve this question
is it possible to code in python inside android studio?
how can I do it.
I have an android app that I am try to develop. and I want to code some part in python.
Thanks for the help
how can I do it.
I have an android app that I am try to develop. and I want to code some part in python.
Thanks for the help
If you mean coding part of your Android application in python (and another part for example in Java) it's not possible for now. However, you can write Python script and include it in your project, then write in your application part that will invoke it somehow. Also, you can use Android Studio as a text editor for Python scripts. To develop apps for Android in Python you have to use a proper library for it.
Related
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 6 years ago.
Improve this question
I have created an app in Android Studio. I want to make it work on iOS too. Is it possible to open it in xcode and somehow translate it to obj C and build it to make it work?
EDIT: I have seen j2objc project but I can't figure out how it works...
I think this is not possible although there are Java to C++ converters but android to ios,I don't think so you'll have to create new application for ios in swift (xcode).I don't know about j2objc but I still think its better to develop fresh application for a new language.
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 6 years ago.
Improve this question
I have a 6 years old PC that i use for development, but I’m getting into android development and android studio eclipse.. does not work on my PC.
Is there another way to develop android apps without using java(I’ve js,html,Apache before but i can’t do a lit of things with it)
Sorry for my bad English
You can use a plain old notepad editor and compile using the binaries included in the android sdk. Just as you can write Java in plain old text and compile from the command line. But at least here you can visit so many Thrift sites well known and pick up half way decent computers for a hundred bucks. spending a little money on a computer that can Run Studio or Eclipse will save you 3/4 The headaches and Time.
Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 7 years ago.
Improve this question
First of all I'm focused on iOS but but I've done ~2 apps for android in Java and it was horrible. I can't explain it why. Was it Java or Android itself but I hate it so much that when now I have to write another app for Android so I'm looking every option for me. This is what I found:
Kotlin - people said this is "Swift for android" but I still stuck with Android libraries.
Silver - "you can use Swift to write code directly against the .NET, Java, Android and Cocoa APIs. And you can also share a lot of non-UI code between platforms." But at this moment I've trouble with download it.
What's your opinion in this matter?
Do you have any experience with those two solutions?
As far as I know, there is no way to write apps for iOS and directly port them to Android.
What you can do is develop the bulk of the app in C++, while having calls to the GUI through JNI java functions.
With that being said, Android isn't scary at all, just face it straight on and you can do it.
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
i am recently developing an enterprise mobile app, using Android Studio, and of course java on the code and XML on the layouts code. As all apps, i need it to be running on the iOS OS too, so my question is: Is there any software, or SDK that could transform my Android Studio apk or my code into an IOS app? If there's not, what are my options? the app that im developing its not simple so its getting bigger and bigger, so programing again on an IOS SDK its not really a solution right now. Help please.
There's j2objc, but it's still experimental. If you want to develop cross platfrom native app, you should try tools and frameworks like Titanium or Xamarin
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 9 years ago.
Improve this question
I'm new to the android. What are the exact pre-requisites for android programming. As I know the basics of java, will it be helpful in learning the android programming?
Google around for tutorials. I learnt Android with no experiance in Java.
Take a look at these site
http://www.vogella.com/android.html
http://developer.android.com/index.html
Yes, it'll be. How can you develop Android app without knowing java? DEITEL- Android How to Program
will give you the basic java you need to start android development. But sooner or latter, it would help if you take java seriously. Resources are rampant on the web, just google them.