Android development with IntelliJ - part 1
Android development can be done differently. Google had released their Android Development Studio to make Android projects, or it possible to do Android development using IntelliJ. IntelliJ is a development environment to do Java development in Windows. I hope that I will cover Android Development Studio next.
Programming or coding is a difficult skill, but I will try to teach you of how to develop an Android application.
IntelliJ can be obtained from the website of its manufacturer - JetBrains
There are different versions of the software free and paid version. I will cover free version.
Once the software is downloaded, it is necessary to install it.
When IntelliJ is installed, you will be presented with options to start a new project, open a project, or clone repository.
First two options are self explanatory and the third option will open a window to open a project saved in the existing code repository.

Comments
Post a Comment