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

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

· 11년 전 · 5400 · 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개

감사합니다...~~

게시글 목록

번호 제목
28213
31006
7898
7897
19935
7892
7885
31005
28209
7880
7877
7871
7865
7862
7858
7852
19933
19931
19928
19927
31003
19920
28206
19918
28200
7850
19916
28180
28165
19911
7842
7838
7830
7818
28150
19906
19905
19903
19901
19900
28145
7815
31002
7803
7799
7785
19898
7780
7779
7777
7776
7775
7758
19893
19892
19891
20850
19885
7752
7747
7738
19883
7735
28139
7734
7731
7725
7717
19879
7715
7710
19858
7709
7703
28134
28129
7694
7690
28125
7672
7660
28111
19857
19856
7658
28106
28098
7655
28095
7651
19851
7646
19850
24661
28089
7633
7623
28087
28085
7620