Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 6 years ago.
Improve this question
I already know the basics of Java but where should you go to learn android app development. I want to learn how to make pro apps and one day make a 3D game. Where do/did you go to learn android development? And please don't say university.
You can start using the official resources:
https://developer.android.com/training/index.html
2 Great books from Pragmatic Bookshelf:
Hello, Android 4th Edition
Rapid Android Development
Other Books:
Programming Android
Beginning Android Games
Google should be your best friend.
www.teamtreehouse.com is a good place for beginners in my opinion :)
give it a shot :D
[It can help you for android development in the beginning.][1]
http://www.androidhive.info/
Related
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 2 years ago.
Improve this question
So I'm new to programming and I really want to get into the deep stuffs. So firstly I'm looking to make an android app but I really don't know where to even begin. Which framework do i use? What programming language should I master. I just need a little light to be shed here.
For Programming Language, you can learn Java or Kotlin .. Etc
For Java, use NetBeans to train and improve, I really recommend it for beginners.
https://netbeans.org
After you learn programming language, start learning Android development.
You will need Android studio
https://developer.android.com/studio
You also need to learn SQLite for databases.
Wish this helps.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 3 years ago.
Improve this question
I have no idea about application development. Could anyone guide me to know from where should I start my journey? Suggestions regarding: * Any online course * Best Framework I could start with * Best language to work on * Place where I could find some cool app dev projects for beginners
PS - I am new to the field
https://developer.android.com/docs, this site is the everything. Google itself has given a startup project. If you want to learn from other(Audio-visual project) then https://app.pluralsight.com is on of the best options.
This course by Google is neat.
https://developers.google.com/training/certification/associate-android-developer
I can really recommend browsing through the course catalog of Udacity. https://www.udacity.com/
If you want to create Android apps Kotlin is a great language.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
I have some experience in Python and know that Kivy is a good platform to create python android apps. Though as side hobby, I am learning c#/unity for indie game development, I know unity is good for developing android game, but let's say I want to build a weather app on android, does unity have the capability to allow developers to do so?
Yes, Unity has the capability to create non-game applications for Android (and iOS). However, I would highly discourage it. Using Unity for non-game development is like building a house out of sheet metal. While it can be done, it's not the right tool for the job and anyone who sees it can tell.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
Improve this question
sir pls tell me the some sites where I can learn the basics of eclipse Juno for making apps as I have seen the developer site of eclipse already but not found great there so sir advised me some useful websites from there I can learn from basic to higher level.. pls sir...
Android development is done in java. just visit Developer site of android and read how to develop android app. you do not need to go into details how eclipse work so far i know. there are other website available for beginners. Vogella and Androidhive
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
I am trying to make an application for android using node.js. As far as I searched, I found anode. But is there any proper tutorial or example to get started? I have no idea how.
As a junior Android Developer I think this is not a good idea because mainly the major issue in android development are the layouts and some API (at least for me)... If you want to go with async and node-like dev on android try rxjava
I would go through a java tutorial first before you try to look into node. The fact of the matter is you are not going to find as many resources for node as you will for java. Once you are super familiar with the android stack it should be easy to write it in node with little documentation.