|
ApplicationContext(), DialogActivity1.class));
}
});
}
public void onBackPressed() {
// TODO Auto-generated method stub
AlertDialog.Builder d = new AlertDialog.Builder(this);
d.setMessage(getString((R.string.exit)));
d.setPosi
|
- 페이지 13페이지
- 가격 3,200원
- 등록일 2015.10.28
- 파일종류 압축파일
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|
|
application>
</manifest> [gameapp]
[assets]
[bin]
[gen]
[res]
[src]
.classpath
.project
AndroidManifest.xml
proguard-project.txt
project.properties
gameapp.apk
725KB
파일 61, 폴더 28
종합게임어플 보고서.hwp…
|
- 페이지 77페이지
- 가격 1,000원
- 등록일 2013.12.07
- 파일종류 압축파일
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|
|
play.setText(\"PAUSE\");
}
break;
case R.id.stop:
try {
mp.stop();
mp.prepare();
mp.seekTo(0);
} catch (IllegalStateException e) {
e.printStackTrace();
} catch (IOException e) {
e.printStackTrace();
}
.
.
. 안드로이드 mp3 어플
|
- 페이지 1페이지
- 가격 2,300원
- 등록일 2014.06.09
- 파일종류 압축파일
- 참고문헌 있음
- 최근 2주 판매 이력 없음
|
|
ApplicationContext(), getString(R.string.sound0),Toast.LENGTH_SHORT).show();
}else{
player[pos].setLooping(true);
player[pos].start();
}
// if(!(player[pos].isPlaying())){
// player[pos]
|
- 페이지 16페이지
- 가격 1,900원
- 등록일 2015.10.28
- 파일종류 압축파일
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|
|
MainActivity.java
package com.example.third_project_4_grade;
import android.os.Bundle;
import android.app.Activity;
import android.app.TabActivity;
import android.content.Intent;
import android.view.LayoutInflater;
import android.view.Menu;
import android.widget.TabHost;
public class Ma
|
- 페이지 10페이지
- 가격 4,300원
- 등록일 2014.11.18
- 파일종류 압축파일
- 참고문헌 있음
- 최근 2주 판매 이력 없음
|