Difference between revisions of "Android 4 App Development Essentials"
From Techotopia
Line 519: | Line 519: | ||
#* [[Signing and Preparing an Android Application for Release|Creating the Application APK File]] | #* [[Signing and Preparing an Android Application for Release|Creating the Application APK File]] | ||
#* [[Signing and Preparing an Android Application for Release|Register for a Google Play Developer Console Account]]<br><br> | #* [[Signing and Preparing an Android Application for Release|Register for a Google Play Developer Console Account]]<br><br> | ||
+ | # [[Integrating Google Play In-app Billing into an Android Application – A Tutorial]] | ||
+ | #* [[Integrating Google Play In-app Billing into an Android Application – A Tutorial|Installing the Google Play Billing Library]] | ||
+ | #* [[Integrating Google Play In-app Billing into an Android Application – A Tutorial|Creating the Example In-app Billing Project]] | ||
+ | #* [[Integrating Google Play In-app Billing into an Android Application – A Tutorial|Adding Billing Permission to the Manifest File]] | ||
+ | #* [[Integrating Google Play In-app Billing into an Android Application – A Tutorial|Adding the IInAppBillingService.aidl File to the Project]] | ||
+ | #* [[Integrating Google Play In-app Billing into an Android Application – A Tutorial|Adding the Utility Classes to the Project]] | ||
+ | #* [[Integrating Google Play In-app Billing into an Android Application – A Tutorial|Designing the User Interface]] | ||
+ | #* [[Integrating Google Play In-app Billing into an Android Application – A Tutorial|Implementing the “Click Me” Button]] | ||
+ | #* [[Integrating Google Play In-app Billing into an Android Application – A Tutorial|Google Play Developer Console and Google Wallet Accounts]] | ||
+ | #* [[Integrating Google Play In-app Billing into an Android Application – A Tutorial|Obtaining the Public License Key for the Application]] | ||
+ | #* [[Integrating Google Play In-app Billing into an Android Application – A Tutorial|Setting Up Google Play Billing in the Application]] | ||
+ | #* [[Integrating Google Play In-app Billing into an Android Application – A Tutorial|Initiating a Google Play In-app Billing Purchase]] | ||
+ | #* [[Integrating Google Play In-app Billing into an Android Application – A Tutorial|Implementing the onActivityResult Method]] | ||
+ | #* [[Integrating Google Play In-app Billing into an Android Application – A Tutorial|Implementing the Purchase Finished Listener]] | ||
+ | #* [[Integrating Google Play In-app Billing into an Android Application – A Tutorial|Consuming the Purchased Item]] | ||
+ | #* [[Integrating Google Play In-app Billing into an Android Application – A Tutorial|Releasing the IabHelper Instance]] | ||
+ | #* [[Integrating Google Play In-app Billing into an Android Application – A Tutorial|Modifying the Security.java File]] | ||
+ | #* [[Integrating Google Play In-app Billing into an Android Application – A Tutorial|Testing the In-app Billing Application]] | ||
+ | #* [[Integrating Google Play In-app Billing into an Android Application – A Tutorial|Building a Release APK]] | ||
+ | #* [[Integrating Google Play In-app Billing into an Android Application – A Tutorial|Creating a New In-app Product]] | ||
+ | #* [[Integrating Google Play In-app Billing into an Android Application – A Tutorial|Adding In-app Billing Test Accounts]] | ||
+ | #* [[Integrating Google Play In-app Billing into an Android Application – A Tutorial|Resolving Problems with In-App Purchasing]]<br><br> | ||
</td> | </td> | ||
<td valign="top"> | <td valign="top"> |
Revision as of 19:40, 26 February 2014
Table of Contents | Next | |
Introduction to Android 4.4 App Development Essentials |
© 2014 Neil Smyth / Payload Media. This eBook is provided for personal use only. Unauthorized use, reproduction and/or distribution strictly prohibited. All rights reserved.
<google>BUY_ANDROID</google>
Old Chapters from the Android 4.2 edition of the book
<google>BUY_ANDROID</google>
Table of Contents | Next | |
Introduction to Android 4.4 App Development Essentials |