Where to start with Android development in 2021? [closed] - 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 1 year ago.
Improve this question
I searched for this question here and there are lots of answers, but they are all outdated. I googled it and saw answers but I'm curious about your personal experience in learnin android development. So where do I need to start and what should I learn to become Junior Android Developer?

The first step should be learning Kotlin. For that, I'd recommend enroll the Kotlin Developer course on Jetbrains Academy
https://hyperskill.org
Then you can get a taste of android with this free course on Udacity.
https://www.udacity.com/course/developing-android-apps-with-kotlin--ud9012
The complete roadmap which you can follow
https://github.com/MindorksOpenSource/android-developer-roadmap
You'll find various tutorials on YouTube for every stage in this roadmap. You can even follow Google's Codelabs for various topics.
Think of building something like Instagram/Whatsapp clone. You'll learn a lot while building something on your own.

Related

What technology uses this tree games app? [closed]

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 found these 3 app on Play Store and want to base my learning course on what tehnology are they make.
https://play.google.com/store/apps/details?id=com.TreetopCrew.VirtualBeggar
https://play.google.com/store/apps/details?id=com.outerminds.tubular
https://play.google.com/store/apps/details?id=org.nanobit.cheftown
So my questions are how to make it and focus my learning on technologies they use. What frameworks is best to use and stuff like that.
I know to make basics app till now, with standard design and fuctionality, but want to learn more.
I know that the last one is little more complex, but I have a free time and want to learn, so any help will be appreciate.
Thx
I would suppose you received down votes as this is not really a question for stackoverflow. As commonsware stated, it is best practice to reach out to the developers and see if they are willing to divulge any info on what they used to develop their apps. As well there are multiple resources out there for starting game development in android. One that comes to my mind is XDA, but even just using google to dig around.
Here is a link to a game development thread on XDA
http://forum.xda-developers.com/showthread.php?t=1753131
And here is a link to the development thead mentioned in XDA
http://www.kilobolt.com
Stackoverflow is more designed and targeted to specific code problems/questions. It is not meant for individuals to ask for "how do i make this" questions.
For reference, please see the link below on what should be asked here on Stackoverflow
https://stackoverflow.com/help/on-topic

App development for Google Store [closed]

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 asked this question in Android Enthusiasts but I don't know if that is the correct place to ask. I'm looking to build a simple application that I'd like to post to Play Store.
However, my programming knowledge is limited to VB6, VB.net, VBA - primarily VB6. After doing some brief research it looks like I might not be able to build it in VB, but would C# work? Any advice?
Start with learning Java first since all Android applications are Java based. After that, you can start learning to create applications on Android Studio.

How to become an Android Games Developer [closed]

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 want to learn and become a Game Developer for Android but I dont know where to start or what to learn. So my question is, what programme/software do I need and what coding languages do I need to learn for android game developing.
If anyone knows some good tutorial sites or links please send it as I would really appreciate any help i can get.
I recomend libgdx and Unity.
These are some links related to game development on mobile, libgdx and Unity:
http://www.kilobolt.com/game-development-tutorial.html
http://www.develop-online.net/tools-and-tech/15-essential-mobile-game-development-tools/0184480
And these are libgdx tutorial series:
http://www.gamefromscratch.com/page/LibGDX-Tutorial-series.aspx
http://obviam.net/index.php/getting-started-in-android-game-development-with-libgdx-create-a-working-prototype-in-a-day-tutorial-part-1/
You need something called a 'Game Engine' to make a (good) game. I would recommend you to use it because it has built in physics (collision, etc) and other things that will be helpful.
You can take a look at a popular game engine called Unity
This is a general android game development tutorial

Is groovy a potential development language for Android [closed]

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've recently started using groovy as an alternative to Java and I would like to develop Android apps in groovy. All the examples I have investigated seem to be quite old.
So I was wondering if it is possible to develop Android apps in groovy?
It's a great idea, and it's been tried with partial success - there was a project called DiscoBot that had things partially working - see http://skillsmatter.com/podcast/groovy-grails/groovy-android
However, it's a difficult proposition though, both because of the size of the Groovy runtime, and because much of what Groovy does to implement a dynamic language is not fully supported by the Dalvik VM.
That said, it is being worked on.
I'm guessing that the reason that you got some 'close' votes here is because you could have found all of this information for yourself with a quick search in your favorite web search engine.

Android in windows coaching [closed]

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 6 years ago.
Improve this question
Where do I start to learn and work with android?
What are all the things I need to do?
How start work with android, I need proper guide?
There are a ton of resources available here (Android developer center resources) and the quickstart guide for the sdk is also helpful to getting up and running.
Just poking around Android developer center and some of the other android development related sites should be a great place to start. Particularly in tutorial sections like the Hello World tutorial.
where do i start learn and work with
android?
The place to start from is developer.android.com. Begin by saying Hello
Here, I have posted the links I found useful for learning Android.
Good Luck
Read the Android developer's guide.

Categories

Resources