어플 설치용 프로그램은 다들 알아서
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개
참고로 구글플레이어 등록할려면 가입비가 있죠 십만원 조금 넘는돈을... ;;
"좋아요" 두번은 안되는 줄 알면서도 두번 눌러 봤습니다.
멋져요..
게시판 목록
팁게시판
질문은 상단의 QA에서 해주시기 바랍니다.
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 6052 | 9년 전 | 578 | ||
| 6051 | 9년 전 | 567 | ||
| 6050 | 9년 전 | 941 | ||
| 6049 | 9년 전 | 331 | ||
| 6048 | 9년 전 | 557 | ||
| 6047 | 9년 전 | 686 | ||
| 6046 | 9년 전 | 680 | ||
| 6045 | 9년 전 | 623 | ||
| 6044 | 9년 전 | 582 | ||
| 6043 | 9년 전 | 749 | ||
| 6042 | 9년 전 | 468 | ||
| 6041 | 9년 전 | 540 | ||
| 6040 | 9년 전 | 421 | ||
| 6039 | 9년 전 | 375 | ||
| 6038 | 9년 전 | 382 | ||
| 6037 | 9년 전 | 356 | ||
| 6036 | 9년 전 | 361 | ||
| 6035 | 9년 전 | 333 | ||
| 6034 | 9년 전 | 336 | ||
| 6033 | 9년 전 | 821 | ||
| 6032 | 9년 전 | 356 | ||
| 6031 | 9년 전 | 308 | ||
| 6030 | 9년 전 | 338 | ||
| 6029 | 9년 전 | 308 | ||
| 6028 | 9년 전 | 345 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기