Skip to content

Blundell

Android Developer Tutorials

  • Beginner
  • Intermediate
  • Advanced
  • Reference
  • X-Post

Tag: Beginner

[TUT] Android Gradle App with Robolectric JUnit tests

In Beginner, Tutorial By blundell On 2014-07-122015-03-27

This tutorial will show you the skeleton of an Android application that uses the Gradle build system and runs Robolectric JUnit tests on Android classes. This follows on from my tutorial about JVM JUnit tests,…

Read more of [TUT] Android Gradle App with Robolectric JUnit tests →

Tagged android, androiddev, Beginner, gradle, junit, robolectric, stub exception, test, testing

[TUT] Android Gradle App with JVM JUnit tests

In Beginner, Tutorial By blundell On 2014-07-102014-07-12

This tutorial will show you the skeleton of an Android application that uses the Gradle build system and runs JUnit tests on java classes. If your here and reading this, I assume you already know…

Read more of [TUT] Android Gradle App with JVM JUnit tests →

Tagged android, androiddev, Beginner, gradle, junit, robolectric, stub exception, test, testing

[TUT] Array List of countries for arrays.xml

In Beginner, Reference, Tutorial By blundell On 2012-02-022012-02-03

Just created these two matching pair array’s of countries and county codes thought I would share them with everyone since I couldn’t find them myself. Could use the full names for a spinner selection and…

Read more of [TUT] Array List of countries for arrays.xml →

Tagged array, Beginner, code, countries, country, iso, string-array, xml

[TUT] Button to open web browser

In Beginner, Tutorial By blundell On 2012-02-012012-02-02

Someone requested this so here goes: If you want to send someone to a website when they press a button in your activity: MainActivity class: And your XML layout: Main.xml As always, enjoy!

Tagged android, Beginner, brower, buton, onClick, open

[TUT] ListView with a Footer Item

In Beginner, Tutorial By blundell On 2012-01-312012-02-02

Just figured this one out myself. If you want a ListView with a button / edittext or other view item below the ListView that stays at the bottom of the screen while the view still…

Read more of [TUT] ListView with a Footer Item →

Tagged android, Beginner, listview, relativelayout, tutorial, xml
© Copyright Blundell. All rights reserved.