meta data for this page
  •  

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
android:guielements [2012/07/04 19:09] esa-petriandroid:guielements [2012/07/05 16:01] (current) esa-petri
Line 1: Line 1:
 =====Gui Ellements===== =====Gui Ellements=====
-page under construction+Using android elements is rather simple as long as you keep mind that you need to add things into xml often by hand. Some functions also work buter if you set functionality programaticaly. 
 +look links to get idea how elements work 
 + 
 +there is also usage of many elements such as buttons in other examples. such as buttons, textview, edittext, togglebutton. 
 +avoid implementing harder elements such radio buttons and similar if you don't need them. 
  
 links: links:
Line 9: Line 13:
    * [[http://developer.android.com/reference/android/widget/RadioButton.html|RadioButton]]    * [[http://developer.android.com/reference/android/widget/RadioButton.html|RadioButton]]
    * [[http://developer.android.com/reference/android/widget/CheckBox.html|CheckBox]]    * [[http://developer.android.com/reference/android/widget/CheckBox.html|CheckBox]]
-   * [[|]] + 
-   * [[|]] +   * [[http://developer.android.com/reference/android/widget/TextView.html|TextView]] 
-   * [[|]] +   * [[http://developer.android.com/reference/android/widget/EditText.html|EditText]] 
-   * [[|]] + 
-   * [[|]] +   * [[http://developer.android.com/reference/android/widget/Spinner.html|Spinner]] 
-   * [[|]] +   * [[http://developer.android.com/reference/android/widget/StackView.html|StackView]] 
-   * [[|]]+ 
 +   * [[http://developer.android.com/reference/android/widget/ProgressBar.html|ProgressBar]] 
 + 
 +   * [[http://developer.android.com/reference/android/widget/ViewSwitcher.html|ViewSwitcher]] 
 +   * [[http://developer.android.com/reference/android/widget/TabWidget.html|TabWidget]] 
 +   * [[http://developer.android.com/reference/android/widget/TabHost.html|TabHost]]