Explore >> Select a destination


You are here

zserge.com
| | ryanharter.com
4.2 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.
| | aarol.dev
9.2 parsecs away

Travel
| | The app I'm currently building has a feature which displays a custom wallpaper on the home screen. It involves the user choosing an image from their ...
| | www.thepolyglotdeveloper.com
3.2 parsecs away

Travel
| | Use Volley to make asynchronous Android HTTP requests with very little code. A perfect solution for making calls to a web API in Android.
| | wittchen.io
40.2 parsecs away

Travel
| Introduction Some time ago, Ive written an article about Test coverage report for Android application. It got some interest (many comments below article and many visits according to Google Analytics), so I decided to refresh this topic. Previously, Ive written instrumentation unit tests, which needed to be executed on a real device or an emulator. Its a good approach when you want to test functionalities strongly connected with the device. E.