Está en la página 1de 2

//maria fernanda

2. ViewGroups
RadioGroup https://sekthdroid.wordpress.com/2012/09/24/ejemplo-radiogroup-android/
TimePicker:http://stackoverflow.com/questions/2055509/datetime-picker-in-android-
application/5268933#5268933
DatePicker
WebView
MapView
Gallery
Spinner

Adaptaters + AdapterViews
ListView
Spinner

INTERFAZ DE USUARIO-->Overview->ViewGrpos
http://developer.android.com/intl/es/guide/topics/ui/overview.html

CONTROLES (Spinner, Pickers)


http://developer.android.com/intl/es/guide/topics/ui/controls.html

WEBVIEW - PARA VR PAGINAS WEB EN ANDROID,


navegador integrado en una aplicacin
WebView vienen desde el lanzamiento de Android Lollipop (ANTES DE ESTA VERSION SE
NECESITABA CORREGIR EL fallo de seguridad de WebView)
http://developer.android.com/reference/android/webkit/WebView.html

http://www.elandroidelibre.com/2015/06/que-es-webview-y-por-que-tengo-que-
actualizarlo.html

eJEMPLO
https://amatellanes.wordpress.com/2013/06/01/android-ejemplo-de-webview-en-android-
parte-1/

MapView
https://developers.google.com/android/reference/com/google/android/gms/maps/MapView

Ejemplo
http://www.sgoliver.net/blog/mapas-en-android-i-preparativos-y-ejemplo-basico/

Gallery
Ejemplo
http://www.androidinterview.com/android-gallery-view-example-displaying-a-list-of-
images/
http://androideity.com/2011/08/29/controles-de-seleccion-en-android-gallery/
http://www.androidpeople.com/android-gallery-imageview-example
http://www.learn-android-easily.com/2013/07/android-gallery-view-example.html
http://www.edumobile.org/android/image-gallery-example-in-android/

WIDGETS-->APIs android
Adapter
http://developer.android.com/intl/es/reference/android/widget/Adapter.html
AdapterView
http://developer.android.com/intl/es/reference/android/widget/AdapterView.html

Ejemplo: http://www.javacodegeeks.com/2013/09/android-listview-with-adapter-
example.html

ListView - AbsListView (widget)


http://developer.android.com/intl/es/reference/android/widget/ListView.html
Ejemplo
http://androidexample.com/Create_A_Simple_Listview_-_Android_Example/index.php?
view=article_discription&aid=65&aaid=90

ListView - Adapter (layout)


http://developer.android.com/intl/es/guide/topics/ui/layout/listview.html

Spiner
http://developer.android.com/intl/es/reference/android/widget/Spinner.html

http://developer.android.com/intl/es/reference/android/widget/SpinnerAdapter.html

Spinners
Ejemplo
http://www.proyectosimio.com/es/programacion-android-spinner-i/
http://joomla.probando-cosas.com.ar/index.php/item/134-android-ejemplo-de-spinner-
lista-desplegable

Error:Execution failed for task ':app:processDebugResources'.


> com.android.ide.common.process.ProcessException:
org.gradle.process.internal.ExecException: Process 'command
'C:\Users\Wafer\AppData\Local\Android\Sdk\build-tools\23.0.2\aapt.exe'' finished
with non-zero exit value 1

También podría gustarte