How to Add an Activity, 43/100 Days of Code
Adding Activities to apps gives them more versatility for performing tasks. Today, I show you step by step how to add them to your apps.
Read more “How to Add an Activity, 43/100 Days of Code”
Adding Activities to apps gives them more versatility for performing tasks. Today, I show you step by step how to add them to your apps.
Read more “How to Add an Activity, 43/100 Days of Code” →
We know Buttons are meant for clicking. So why does Android allow you to click TextViews? Read more “Why TextViews Are Clickable, 42/100 Days of Code” →
Buttons are a great way to display interactive options for users. Today, I show you step by step how to add them to your apps. Read more “How to Add a Clickable Button, 41/100 Days of Code” →
The ActionBar is essential to the UI of an Android App. It can be used to display key information about the Activity. Read more “How to Create a Custom ActionBar, 40/100 Days of Code” →
I found the solution to the error in my code. Sadly, it wasn’t as advanced as I’d hoped. Read more “Jumped the Wall After All, 38/100 Days of Code” →
I added new features to my Salesman’s Travel app this week. I was on a roll until I hit a short wall. Read more “Tripped Over a Tiny Wall, 37/100 Days of Code” →