Courses on Spring 2019
Courses on Autumn 2018
Courses on Spring 2018
Comments
About TeroKarvinen.com
580+ posts, 3900+ comments. Since 1998, in this address from 2004.
Subscribe
Tags
agenda android apache Arduino beginner command line configuration management configuration management system course dat8tf063 DevOps download embedded exam haaga-helia hardware Helsinki html5 ict4tn003 In English JavaScript kurssi lamp linux Linux Basics linux palvelimena mobile mysql OpenSSH Pasila pick puppet Python salt saltstack security server short ssh student test tutorial ubuntu vagrant VirtualBox
TextViews in Android
TextView is a text field, usually user editable. You can read and write TextView values from code. You often have to cast between CharSequence, String, int and other types. Prequisites: Android Hello World Explained Read TextView final TextView q = … Continue reading