Saturday, February 20, 2016

Creating a Simple Example of using TextView, EditText and a Button

In this post, I'm going to start creating a small project by taking a TextView, EditText and a Button. First up, you need to create the XML Layout for this three widgets to show in the app. Here is the XML code that you need to write in your activity_main.xml <?xml version="1.0" encoding="utf-8"?> <RelativeLayout...

Tuesday, February 16, 2016

Monday, February 15, 2016

Friday, February 12, 2016

Thursday, February 11, 2016

Thursday, February 4, 2016