Application creation [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 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

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.

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.

Scripting in unity3d [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 7 years ago.
Improve this question
Hey guys I don't understand the concept of scripting in unity3d. Let's say I want to click a button and make an object move, where do I place the script in button or??? And how do I call the object to move
https://unity3d.com/learn/tutorials
These are ultra-basic quetions which suggest you haven't read the docs yet. The page linked above has video tutorials if you don't like reading.
Watch a few, download Unity, try them out, and when you have a clearer idea of what you do/don't understand, come back and ask specific questions

TimeLine Design 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 4 years ago.
Improve this question
i want to create a timeline that looks like this one or this one with android
who can gives me an idea on how to do or à tutorial please
thank you
You could use a charting library to get a lot of the work done easy, and customise where you need...or develop what you want from first principles to have ultimate control (will be a bit of hard work).
Try using aChartEngine (https://code.google.com/p/achartengine/), perhaps its TimeChart will get you going.

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.

Categories

Resources