Android Naruto HD Wallpaper Source Code

A lot of friends have asked me to help them build an Android Wallpaper. To people who have HD pictures and want to build their own Android Wallpaper apps, an Android app template will be very helpful. So I give you this Android Naruto HD wallpaper app. I figured I should sell the source code cheap so that more people will be able to access it and make easy money on it.

Compare to write the Android app source code line by line, using an Android App template is really basic and really cheap. As long as you have HD photos or Wallpapers, you can easily replace images in this app template. Within 5 minutes, you will get your own Android app ready to make money in your Google Play account or with your AdMob ads banner.

With this Wallpaper Android app template, you can customize the look and feel to make like 20 stand-alone Wallpaper apps if you want. Or you can put all HD wallpapers in one app.

If you want to test this app yourself, you can download and install it by following link, or scan the QR code to download and install on your android phone directly.

https://jmsliu.com/example/androidwallpaperapp/WallpaperGridViewExample.1.6.apk

chart
Read more

Add Admob Ads in Flash Based Android Apps

For many flash game designers and developers, Android platform is one of the best targets for them to monetize their games. However, without the native support from main advertisement platform like Admob, making money is becoming impossible with free android games. Start from Flash cs5.5, Flash Air gives us a method to use functions from outside native library. For example, we can control Android device volume or device display brightness by native Java code. As we make it as a native extension library, and we can call functions in this library from Flash.

With Flash Air native extensions, we can integrate Admob in flash games and publish them in google play and app store. In this tutorial, I will show some examples about how to write an Admob Flash Air native extensions, and how to put Admob Ads in the flash games.

Read more

Add AdMob with Google Play Service

The Admob service is integrated in Google Play. After August 1, 2014, Google Play will stop accepting new or updated apps which are using the standalone AdMob SDK. Adding AdMob in android app seems to be easy. But it still takes me half of the day to run the app on my android phone successfully. In this Android example, I will show you how to integrate AdMob from Google Play services in your android apps.

Try Example Android App

You can download and install this android app by click the following link, or scan the following QR code to download and install on your android phone simply. If you feel it is helpful, please support me by clicking the banner inside the app.

Download and Run AdMob Example App on Your Android Phone
chart
Read more

Admob Account and Google Play Account

Without Google Play account, you can still monetize your Android App with Admob. It is because the Admob account doesn’t have any relationship with Google Play account, though both of them belong to Google. Google Play is just a distribution channel for you to release your app in front of millions of Android users. Google Play can provide you a huge number of downloads and installations. Without it, you lost the oppotunity to make money from Google Play, but you can still release your app in other platform, for example, a website.
Read more

iPhone Rss Reader App IOS Tutorial 4: Show Rss Feed in UIWebView

This is the forth iphone programming tutorial in the iPhone Rss Reader app example. In this iphone source code example, I will improve the xml parser to get more data from rss feed xml, and store them in a new value object class. When user clicks the rss title in the table view, I will use push segue to switch to a UIWebView, which will show the rss content inside.

This tutorial will update the storyboard to add a new UIViewController, and all data in this UIWebView example is generated by the previous iphone example source code. Hence, I recommend you to review the whole example tutorials as well.

Read more