Wednesday, November 29, 2017

How to start Android development

In the past few years Android development went through on a serious evolution. Nowadays it is easy to start it, there are several websites, video blogs, tutorials and courses, which provides content from beginner to advanced. In this smaller article I collected to you, what is the prerequisites, and requirements to start developing Android applications.
First of all let me introduce a website, which you'll see in the future many times:


This website is the alpha and omega of all Android developers.

For development, Google changed the primary development tool from Eclipse ADT to Android Studio. You can download it from here:


Android Studio requires a lot of RAM memory, so if you have a weaker computer, you should upgrade it, or the cheaper solution is to modify some configurations. For this you have to watch the next video:

Next, lets talk about some useful libraries, and what are they for:

Okay, you have an IDE, let start with some useful resources. In the article intro I mentioned there are countless websites where you can get the necessary informations about how to develop.

Websites:
Youtube channels:
Free course providers:
I think it's enough to start it! Enjoy :)

No comments:

Post a Comment

Note: Only a member of this blog may post a comment.

Configure and use VSCode for Java web development

Embarking on Java web development often starts with choosing the right tools that streamline the coding process while enhancing productivity...