Android in windows coaching [closed] - android

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.

Related

Where to start with Android development in 2021? [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 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.

Application creation [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 7 years ago.
Improve this question
Hey guys I'm just a student styding computer programming and i would like to learn how to make an app, I just learn c and java but i'm newbie and i wonder if java applications work on android etc, I did some research but I'm still confused also I couldn't find a proper tutorial just to learn the basics.
I would appreciate if someone could help me a bit just to understand how things work but if you think that this is a dumb question,forgive me but I need some guide.
Sorry if I wasted your time and for my spelling!!!
you can learn from here http://developer.android.com/index.html but i don't understand the question "java applications work on android" i am not sure what you mean

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

Android Programming prerequisites [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'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.

Android Augment reality implement? [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 5 years ago.
Improve this question
I want to implement Augment reality into my apps. any body have idea about how to implement it.
Have any demo code for it , please provide it
Thanks and regards,
Nirav modh
There is this short tutorial called Augmented Reality: Getting Started on Android which is good for a basic overview.
This previous SO question lists some of the Frameworks/APIs that can be used.
There are good news!
Google announced ARCore
https://developers.google.com/ar/
The Vuforia SDK was excellent for AR. It is free and developed by Qualcomm, so it is high quality. There are tutorials at the Vuforia developers site, and several demo apps (with source code) that come with the SDK.
developer.vuforia.com

Categories

Resources