Where do i start in making an android app? [closed] - android

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.

Related

Want to explore the world of app development [closed]

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.

Where to learn android programming? [closed]

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/

Themes for Android and iOS development [closed]

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'm a web developer but I'm moving in the app development direction. I was just wondering if there is a possibility to buy and download ready made themes that you can use in the development and tweak to your desires? Both for Android and iOS. Thinking about sites similar to themeforest and so on. I did search themeforest but couldn't find more than a couple of themes for app development.
Check out this link
But it's better you learn to create your own themes from scratch since you may run into errors in the long run and will need to know how to go about it

Android application in nodejs [closed]

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.

Any good community translation tools for Android? [closed]

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
One of my applications is getting more and more popular, and I'd like to support multiple languages, but there are a few problems:
I don't know every single language out there
I'm actively developing the application, so strings change and new ones are added - often
That's why I've been looking at the possibilities of an online community translation tool. I'd like for it to be free and open source, and it'd be great if it supports Android!
Sorry if this is off-topic, I was a bit unsure, but I think it's a problem that many Android developers have to deal with.
For WordPress for Android we use GlotPress, you can upload your strings.xml and it will create sub projects for whatever language you want. You can then invite users to translate the project to their native language.

Categories

Resources