Final say on layout!
Hello all! So, it’s time to culminate our initial discussion on layouts. Till now, we have looked at the WYSIWYG editor, the code for the layout and a visual editor for playing with strings. Now, we...
View ArticleLet’s Code!
Hi all! So, I am back again. This time, we will delve into the coding arena and try to understand the code that is automatically generated when you create a new project (Remember! when we had run the...
View ArticleA Simple App! (Part 1)
Hi everyone! Having discussed most of the basic concepts required to start the development of Android apps, let’s not wait any more! Let’s go straight to the development! Today, we will start building...
View ArticleA Simple App! (Part 2)
So, it’s time to continue with the development of the app (which we started developing in the previous post). First of all, let’s look at the android:id attribute of the tag Button. By now, we know...
View ArticleA Simple App! (Part 3)
Hi everyone! Let’s continue from where we left! So, I used Toasts in the previous post. Were you able to figure out what this does? I hope so! It is basically used to show notifications on the screen....
View ArticleCommunicating between activities using Intents!
So, we have completed the development of our first app and it’s time to move on! This time, we will ponder upon the question, “How to communicate between activities?”, i.e., Is it possible to switch...
View ArticleIntents – An Example (Part 1)
Hi everyone! Sorry for the delay in the post this time! Let’s go ahead! In the last post, I gave an overview of something called Intents in Android. If you have not gone through it, please refer to...
View ArticleIntents-An Example(Part 2)
Hi all! Finally, I got some time to continue with the example. I am really very sorry for the long delay. From now on, I will be posting every two to three days. So, keep looking! For a flashback, we...
View ArticleTransfer of data using Intents (Part 1)
Hi all! Last time, we had looked at the most basic communication which can be achieved among activities. It allowed us to switch between activities back and forth, which is an important concept used in...
View ArticleTransfer of data using Intents (Part 2)
Hi everyone! In spite of trying hard, I couldn’t prevent the delay. I am again sorry for that. Let’s move on. In the last post, I introduced the concept of transfer of data between activities. I also...
View Article