Posts

Showing posts from 2018

Android Development:First Code Chellange "Pangram"

Image
The quest for learning programming is ON. In my last blogpost i have written few things about the beginning of learning to code. The substance which is significant in the last writing is about how install basic tools to start working with Android Programming. If you have not installed the tools or don't know how to start, the best idea would be to visit my last BlogPost . What are going to do here? I thin there is no progress in programming without having a challenge. So our first code challenge is to write down a program which find out whether the input sentence is Pangram or not. In summary it means that we will take input from the user and process it and give him the result as an output. Pangrams are basically sentences which include all the alphabets. The program has to find out that any given sentence is pangram or not. Before jumping into the code it is important to inform you that at first you should try yourself. But in case you are stuck then my explanation of the co

Android Development for beginners

Based on my experience there are three categories of learner in programming. 1-Who don't have background in any kind of programming. 2-Who have some basic knowledge but seek extra skills. 3-Who are already into it. Who don't have background in any kind of programming Starting with the first category, guys who don't have any know how in programming. If you fall in this category it is highly recommended that you should start with either "C Programming" or  "Python".  I am going to give you a quick short reason and then we will jump directly to the guide line for learning. The reason to start with C language is that it is one of the basic language and was developed in the very start of computing. It is still widely used in Operating System programing and hardware programing. The complexity level is very low and it is significant for intuitive learning. I believe if any one know C language he can understand at least 60% of any modern programming la