Explore >> Select a destination


You are here

adityarohilla.com
| | 10xlearner.com
6.5 parsecs away

Travel
| | Hello ! I'm Xavier Jouvenot and in this small post, I am going to explain how to bind a function to a button. Self promotion: You can find other articles on Android development on my website ?? Handling your buttons click in the activity There are two ways to handle your buttons click in your...
| | blog.iamsuleiman.com
7.2 parsecs away

Travel
| | Android Bottom Bar (Bottom Navigation View) was officially added in Design Support Library v25. It is a recent addition to Material Design guidelines.
| | ryanharter.com
8.9 parsecs away

Travel
| | In the last post we created a basic Android project using Android Studio templates. While it's great that we have a fully functioning master/detail style app, it does look a bit bare. In this post, we'll change this by styling our list view, incorporating (sort of) real data to feed our list. We'll make a custom adapter to drive our list with custom layouts, and introduce testing into the mix to ensure that our app continues to perform as expected.
| | ryanharter.com
88.4 parsecs away

Travel
| This is the third post in my Start to Finish series. Last time I talked about source control with Git. We've talked about basic tools, and about source control, so now we're ready to get into actually creating an Android app. In this part of the series, we're going to create a new project using Android Studio. Android Studio is Google's Integrated Development Environment (IDE) that we will use to create our Android app.