테스트 사이트 - 개발 중인 베타 버전입니다

홈페이지를 어플로 만들어 봅시다..

· 11년 전 · 5402 · 21

어플 설치용 프로그램은 다들 알아서

 

1. 자스 설치하시고

http://www.oracle.com/technetwork/java/javase/downloads/jdk7-downloads-1880260.html

2.eclipse 어플 제작틀~~~

http://www.eclipse.org/downloads/

3.안드 모 거시기..

http://developer.android.com/sdk/index.html#download 

 

설정방법 질문 사절...;;;

 











 




 

​​

 

MainActivity.java

----------------------------------------------------------------

package com.example.sir;

import android.app.Activity;
import android.os.Bundle;
import android.view.Menu;
import android.view.MenuItem;
import android.webkit.WebView;
import android.webkit.WebViewClient;

public class MainActivity extends Activity {

 
 WebView web;
 protected void onCreate(Bundle savedInstanceState) {
    super.onCreate(savedInstanceState);
    setContentView(R.layout.activity_main);
  
  web = (WebView) this.findViewById(R.id.web1);
  web.setWebViewClient(new WebViewClient());
  web.loadUrl("http://sir.co.kr"); //자신에 홈피
 }
}
​----------------------------------------------------------------

activity_main.xml

​----------------------------------------------------------------

<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:tools="http://schemas.android.com/tools"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    tools:context="${relativePackage}.${activityClass}" >

 

    <WebView
        android:id="@+id/web1"
        android:layout_width="match_parent"
        android:layout_height="match_parent"
        android:layout_alignParentTop="true"
        android:layout_centerHorizontal="true" />

</RelativeLayout>​

​----------------------------------------------------------------

 

이상 질문 안 받음... 참고용입니다..

 

그대로 따라 하시면 문제가 없습니다. 문제가 발생시 프로그램 설치 문제일수 있습니다.

최신 프로그램(4.4)으로 설명서 제작함

 

 

이정도면 레업 가능할까요??

 

댓글 작성

댓글을 작성하시려면 로그인이 필요합니다.

로그인하기

댓글 21개

감사합니다...~~

게시글 목록

번호 제목
26573
7309
19780
7306
28025
28020
28010
7304
7302
7295
7292
7287
19779
7284
7279
7278
28009
31753
31752
7274
31751
31750
31749
31748
30979
31747
28004
31745
7267
7261
31742
7256
19776
24650
7252
7248
28002
19772
7245
19770
19769
30975
7243
7236
28001
27994
7233
7232
19768
19765
19763
30974
7224
19761
24645
19760
19758
19757
19754
19753
19752
19751
7223
7216
7213
31741
19750
19749
19748
31740
31739
31738
7208
31737
30967
31736
7205
30965
30963
19747
19746
19745
19744
19742
7193
7191
31735
19741
19740
19739
7188
27986
31734
31733
31732
7186
19738
19736
7180
7165