Current Blog Articles   Subscribe to our Blogs!

View the Archives

Android - Adding Controls Programmatically

Published Thursday, March 24, 2011

Written By Brian Killion

The Android platform is very interesting and presents new challenges to figure out how to do things that I have done many times in the past on other platforms.  One of those things is adding controls (views) to a form (layout of some sort) from Java code without setting the control up first in the XML markup. I am fairly new to the Android environment and don't claim to be an expert.  I am learning as well but figured I would share some of the things I have learned here so other developers can benefit from it. Here is how I did it In order to...

more...

EVI Blogs

Friday, March 25, 2011

Android - Adding Controls Programmatically

By Brian Killion
The Android platform is very interesting and presents new challenges to figure out how to do thing... read more...

View All