Question:
How do I get started in android development?
DJ
2014-04-08 22:26:21 UTC
I have no experience in any programming languages.I am currently reading the android developer website but i don't understand most of what I read so far in the reference section.Is there a way I can easily learn java for programming on android?
Seven answers:
anonymous
2014-04-08 23:01:57 UTC
*Edit*

DJ, first, you can't just dive into Android Development without either knowing Java or alternatively C# programming. Initially, it'll take time to grasp the concepts of Java, but overtime with many hours of studying, practicing writing code, learning how to debug your application, and familiarizing yourself with the Java API specifications, you'll become a more competent coder. In addition to this, you need to learn HTML, CSS, and XML(Extensive Markup Language) to create your application text boxes to receive user input and buttons to [activate] certain events such as a submit button, with XML being the easiest to learn.



Subsequent to that, I suggest that you learn about storing information on Android using SQL Lite database. The benefit of this is storing and managing information (i.e contact information).



With that said, provided below is a list of resources that I believe will assist your learning experience. If you need any additional information, book recommendations, or other resources update you question.



Good luck!



source()

http://www.vogella.com/tutorials/

Java API Specifications

http://docs.oracle.com/javase/7/docs/api/
?
2014-04-22 23:16:48 UTC
You can do it by the following steps..



Download and install Android Studio.

Set up testing on devices and emulators.

Create a simple “Hello World!” Android app that prints to your device’s screen.

Make small edits to the app so it can congratulate you by name
Sultan
2014-04-11 01:24:10 UTC
If you can learn java that will be easier to make apps for android but still you can create apps for android without learning JAVA.You just need to use Android app creating software which is very good for amateur who don't know any programming languages related android developing.



Suppose you want to create a car racing game for android,You need to run this software and design your road,cars etc for game.After submitting your design software will make the Java codes automatically. Then you just need to give command how should be your game,what should be the rules for your game.



Check the source link to have an idea about android developing software.
Chris
2014-04-09 03:19:22 UTC
You need a solid knowledge of Java first. It's not exactly the easiest language for beginners though.

I learned Java in college, and despite having a solid programming background, I still struggled at first.

You are a long way from creating Apps I'm afraid.



I'd google for highly rated Java beginner's books.
anonymous
2014-04-08 23:19:10 UTC
Hello friend,



When developing for Android it is important to understand Java, Layouts and Fragments but it is also really important to understand the Android UI Standards and how to use them to ensure consistency in your App Design, as well as, familiarity that will ensure user-friendliness in your design.



You should read following books:

Learning Android by Marko Gargenta

Hello, Android by Ed Burnette

Beginning Android Application Development by Wei-Meng Lee



Must see this for more information: https://plus.google.com/+KevinDarty/posts/Qex6Ae6zhZW



Hopefully the resources and links above will be helpful to get you started with Android Development



Good luck.
Eric L
2014-04-08 22:31:27 UTC
Dear..First you have to study c and c++ languages ..then go for Java...it will make you easy to understand Java. All the best.
Bale
2014-04-08 22:35:53 UTC
read a book on java. or take a class


This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.
Loading...