본문 바로가기

android6

PhoneGap Android In-App Billing 기능 구별(v3) https://github.com/poiuytrez/AndroidInAppBilling/tree/master/v3소스를 사용함 var inappbilling = { // InAppBillingPlugin을 초기화 한다(무조건 시작할 때 해줘야 함) init: function (success, fail) { return cordova.exec( success, fail, "InAppBillingPlugin", "init", ["null"]); }, // get already own items 내 목록을 갖고 옴 getPurchases: function (success, fail) { return cordova.exec( success, fail, "InAppBillingPlugin", "getPurchas.. 2013. 7. 19.
안드로이드 영어공부 최고의 앱 뇌새김 토익 회화 Lite 앱 정말 Lite 버전도 꼭 TStore를 깔고 받아야해서 정말 최악이였음어이없게 TStore 가입도 제꺼 핸드폰이 다른 아이디가 쓰고있다고 나오는데그 아이디는 비번을 모르겠고비번을 보내라고 했더니 어떤 이메일로 가는지도 모르겠고 ㅡㅡ;;겁나 고생했음..무튼앱은 밑에 있습니다 2012. 11. 16.
안드로이드 개발 권한 정리 http://developer.android.com/reference/android/Manifest.permission.html 2012. 9. 13.
Android PHP Mysql 연동 http://www.helloandroid.com/tutorials/connecting-mysql-database We can code the data in JSON format, between Android and PHP with the easy to use built in JSON functions in both languages.I present some sample code, which selects data from a database depending on a given condition and creates a log message on the android side with the received data.Lets suppose that we have a MySQL database name.. 2012. 9. 4.