Weighted Layouts, 50/100 Days of Code
Adding weight to layouts is a great way to make the most of a device’s display.
Read more “Weighted Layouts, 50/100 Days of Code”
Adding weight to layouts is a great way to make the most of a device’s display.
Read more “Weighted Layouts, 50/100 Days of Code” →
Using Application Resources makes it easier to maintain your project.
Read more “Android Project Resources, 49/100 Days of Code” →
In my latest update to the Travel app, I refactored my code with onClickListeners. This makes it easier to maintain later down the line.
Read more “Switching to OnClickListeners, 47/100 Days of code” →
Setting a parent Activity can make your app much more user-friendly.
Read more “Setting a Parent Activity, 46/100 Days of Code” →
When planning your application’s Activities, find ways to minimize the size of the Activity Stack.
Read more “The Activity Stack, 45/100 Days of Code” →
Android apps require a little configuration before they’re ready to start any added Activities.
Read more “Clicking to Start Activities, 44/100 Days of Code” →