Categoría: Eclipse

0

Mostrar una web en tu aplicación Android con WebView – Eclipse

1.- CREAMOS EL PROYECTO ANDROID APPLICATION PROJECT 2.- NOS DIRIGIMOS AL ACTIVITY_MAIN.XML (SOURCE) 3.- COPIAMOS EL CÓDIGO PARA EL DISEÑO DE LA APP [sourcecode language=»java»] <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="fill_parent" android:layout_height="fill_parent" android:orientation="vertical" > <LinearLayout android:orientation="vertical" android:layout_width="fill_parent" android:layout_height="393dp"...