Category Archives: Android Programming

android programming,android concepts

How to set up a colors XML file

Originally posted on ProgramThat;:
It is essential to have a colors XML file in every android project you create. To be used the same color multiple times and hardcode it is not good programming practise. It is easy to forget…

Posted in Android Programming | Leave a comment

Creating your first working page with Java!

Originally posted on ProgramThat;:
Following on from the first page of our app. We are now going to make some of the features work! src folder 1. Go to MyActivity in the src folder. 2. The first thing you need…

Posted in Android Programming | Leave a comment

Creating your first app page!

Originally posted on ProgramThat;:
I’m going to create the first page using the palette which is on the left hand side of the IDE.  Before you start it’s best to familiarise yourself with the properties which are in the palette.…

Posted in Android Programming | Leave a comment

Understanding android files and interface

Originally posted on ProgramThat;:
Once you have successfully set up IntelliJ, it should then load your project with default files which it sets up. I’m going to explain what they are used for as they are essential to understand before…

Posted in Android Programming | Leave a comment

Installing IDE (intelliJ) for Android

Originally posted on ProgramThat;:
Before you get started you need to have an IDE installed as well as the JDK. If you have a mac the JDK will already be installed, however for windows its not. 1. Download intelliJ:  http://www.jetbrains.com/idea/download/ you want…

Posted in Android Programming | Leave a comment

Installing SDK

Originally posted on ProgramThat;:
The first thing you need to do is install the Android SDK. This is the same as the Java SDK you also need to have installed. 1. To obtain the android SDK go to: http://developer.android.com/sdk/index.html 2.…

Posted in Android Programming | Tagged , , , , , , , | Leave a comment