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!
Tag: android
[TUT] ImageView with Loading Spinner
Hi guys, read a post where someone wanted to load a url image in an ImageView and show a loading spinner whilst this was happening. So I thought it would be a fun exercise for…
[TUT] ListView with a Footer Item
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…