You cannot see this page without javascript.

웹사이트 APK 만들기

Programing 조회 수 2103 추천 수 0 2015.07.02 20:00:57

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 

 

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

 

001.jpg

 


002.jpg

 


003.jpg

 


004.jpg

 


005.jpg

 


006.jpg

 


007.jpg

 


008.jpg

 


009.jpg

 

 

010.jpg

 


011.jpg

 


012.jpg

 


013.jpg

 

 

014.jpg

 

​​

 

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>​

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


List of Articles
번호 제목 글쓴이 날짜sort 조회 수
109 Windows Windows Server 2012 - .NET Framework 1.x 미지원 LynX 2014-05-29 246
108 APM mono LynX 2014-05-29 332
107 APM asp file LynX 2014-05-28 419
106 APM Proxy AJP LynX 2014-05-27 417
105 Windows 윈도우 8 pro key LynX 2014-05-26 277
104 Windows 윈도우 설치 원본 통합 file LynX 2014-05-26 1264
103 APM 아파치에서 ASP 사용 LynX 2014-05-26 478
102 Java Script 스도쿠 LynX 2014-05-26 333
101 Server Apache HTTP Server와 Tomcat의 연동 file LynX 2014-05-20 6112
100 Server 톰켓 설치 file LynX 2014-05-20 812
99 Server 아파치 - 톰캣 연동하기 (PHP, JSP 같이 사용하기) LynX 2014-05-19 1964
98 APM apm + ssl file LynX 2014-05-19 429
97 APM php.ini 정리 file LynX 2014-05-17 579
96 Server 윈도우7(Window)에 DNS서버(acrylic-from sourceforge) 설치하는 방법 file LynX 2014-05-14 981
95 HardWare 라우터 초기화 LynX 2014-03-25 847
94 Windows 7 외부 윈도우 클라이언트에서 삼바서버 접속하기 LynX 2014-03-06 6030
93 Internet Explorer KT 인터넷 접속제한 공유기 설정 LynX 2014-01-13 9229
92 HTML Tag 대체 URL LynX 2014-01-06 372
91 APM PHP 5.5.12 설치 file LynX 2013-12-31 698
90 APM Apache 2.4 설치 file LynX 2013-12-30 890

XE Login