Skip to content

Blundell

Android Developer Tutorials

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

Tag: onClick

[TUT] Using Annotations for Android XML onClick visibility

In Intermediate, Tutorial By blundell On 2012-08-102012-10-10

In this tutorial I’ll show you how to create a basic Annotation. The idea being you can use this to highlight the entry points into your code. (These entry points coming from XML onClick declarations…

Read more of [TUT] Using Annotations for Android XML onClick visibility →

Tagged android, annotation, java, onClick, visibility, 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
© Copyright Blundell. All rights reserved.