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 have been developing for iOS for at least 3 years and have at least 1 year of experience for Java. For a long time I have been thinking to develop for Android but I do not know which book or course I should start. Any suggestions?
P.S I already downloaded Android SDK and eclipse.
You could start with the following android developer site.
http://developer.android.com/training/index.html
i think this is the best video tutorial to start with
http://www.youtube.com/watch?v=SUOWNXGRc6g&list=PL33384E9848C4F55E
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 11 months ago.
Improve this question
I am a beginner in programming Android applications in Java. I want to know how to control or change something, for example, cut off the Internet on another application. Is there a way or suggestion. Thank you
I don't think it's possible unless you are the developer of both and remove the permission for both apps, see: Can an app give its permission to another application in android?
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 5 years ago.
Improve this question
i have not enough knowledge about jhipster that's why today one question on my mind.
Is it possible to create android/ios mobile application using jhipster ?
Yes, you could create java backend server with JHipster and create the mobile app using ignite-jhipster in React Native or using generator-jhipster-ionic in Ionic.
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 7 years ago.
Improve this question
I have a huge Android app project, I attempt to convert it to pure Java, I think to include all classes that my new app need it like View , TextView, Activity , etc. I can get it from Android framework source code.
I know this idea will increase my app size, but it will save a lot of time and efforts
My Question: How successful that idea?
You should look into ARC:
https://developer.chrome.com/apps/getstarted_arc
This is a Android Runtime for chrome on desktops
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 familiar with using Python and OpenCV. However, as I need to run my code on an android phone, I need to re-write my code in Java. Is there any other way to go about this? Is there any documentation on how to migrate from Python OpenCV to Java?
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 8 years ago.
Improve this question
I have used Python for developing GUI based games.
But I am amateur at Java.
What will be better to use Python or Java to start Android App development?
i saw this link maybe its possible
https://ep2013.europython.eu/conference/talks/developing-android-apps-completely-in-python
so far i knw you could use C#,Java script css html(phone gap) apart from using java. It be awesome if Android could be developed in many more languages so android market gets more apps and developers too.
i will also you recommend asking this kind of questions in quora.com or stackechange as this site is mostly about fixing code