You cannot see this page without javascript.

웹사이트 APK 만들기

Programing 조회 수 2102 추천 수 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

Linux Install Adobe Flash Player 11.2 on CentOS/RHEL 6.5 file

  • LynX
  • 2014-06-28
  • 조회 수 2286

Xpress Engine xe 현재접속과 로그인 수 표시 addon 수정본 file [1]

  • LynX
  • 2016-09-20
  • 조회 수 2238

Linux lets'encrypt 설치

  • LynX
  • 2015-12-24
  • 조회 수 2226

Programing Magic Square (마방진) - 4배수가 아닌 짝수

  • LynX
  • 2016-07-15
  • 조회 수 2167

CentOS DNS 설치

  • LynX
  • 2015-12-24
  • 조회 수 2157

Linux FreeBSD APM Source Compile

  • LynX
  • 2016-05-20
  • 조회 수 2145

Programing 웹사이트 APK 만들기 file [1] [17]

  • LynX
  • 2015-07-02
  • 조회 수 2102

Windows 7 윈도우7(Windows7) 공유폴더에 암호걸기 file [7]

  • LynX
  • 2013-07-25
  • 조회 수 2087

Server 아파치 - 톰캣 연동하기 (PHP, JSP 같이 사용하기)

  • LynX
  • 2014-05-19
  • 조회 수 1963

Programing Magic Square (마방진) - 4의 배수

  • LynX
  • 2016-07-15
  • 조회 수 1904

APM CentOS7 에서 apache에 mod_http2 적용하기 file

  • LynX
  • 2017-02-07
  • 조회 수 1856

Programing make - 07 접미사 규칙

  • LynX
  • 2017-02-22
  • 조회 수 1853

Linux WOW server [13]

  • LynX
  • 2015-01-11
  • 조회 수 1847

HTML Tag css, cascading style sheets, 스타일 정의 방법 [9]

  • LynX
  • 2015-02-06
  • 조회 수 1832

Network GNS3 메뉴 , VPCS file [34]

  • LynX
  • 2015-04-29
  • 조회 수 1796

APM mariadb download origin address

  • LynX
  • 2019-06-19
  • 조회 수 1786

Programing Magic Square (마방진) - 마방진코드와 나의 생각 01

  • LynX
  • 2016-07-27
  • 조회 수 1741

Linux ODBC 설정 [30]

  • LynX
  • 2015-03-18
  • 조회 수 1726

Server sso file

  • LynX
  • 2013-12-18
  • 조회 수 1716

Programing Magic Square (마방진) - 홀수

  • LynX
  • 2016-07-15
  • 조회 수 1677

XE Login