Live Wallpaper Creator 2.1 Tutorial - Adding Leadbolt Advertising Code into your Projects

Live Wallpaper Creator 2.1 Tutorial - Adding Leadbolt Advertising Code into your Projects


With Live Wallpaper Creator 2.1, you are able to add advertising code into your android live wallpaper projects. This video explains how!
Closed Caption:

I S my name is bass welcome to the story
I'll for live wallpaper catering 2.1
in this tutorial I will teach you how to
at push notifications
was led both into your live wallpaper
projects
and eclipse so let's get started the
first thing you want to do
is go to let both and download all the
resources so you there
SDK for push notifications and I
recommend download a PDF guide
policy on how to implement their SDK
you also need to set up your application
in your I'll let both console
search you get there the ID code that
you will need for
your Java files so mine is already setup
and
have expanded here and a few quick on
get code this I gonna hear
it will produce this dialogue and where
you will have
called will need this so leave this open
for now so
going back mentor folder will use the
Fire Flower live wallpaper project that
we used in the previous tutorial
for this tutorial saw or
extract this archive which contains the
SDK
global to stick and Coke products
up and the will just copy right now
because we need to play said in our
project folder
soul go in there and he were to create a
new folder
you know folder and we've got a caller
who lives
no IBAs go inside that folder
a clerk paste and their ego the SDK is
in there now startup eclipse mine is
already opened zones can navigate their
and them click on your fire farwell
whatever yours is called mines coal fire
power and we're gonna quit a fire
or go to File and then refresh whenever
and whatever works for you
and my libs folder folder appears now
you can see the as the game there
so perfect ready for the next step now
we have to configure the bill passed
for projects or to do that right click
and then go to build that
and configure built by if you're not
in this when they were here go to jail
bill but
and click on the library staff and then
click
I'm at jars but known in dialog window
comes up
navigate to your project go to the libs
folder
expanded and could come the public's
apt RGR now it's added perfect not close
wooden close window by clicking OK and
their ego
good to go so the next step
are usually open up the PDF guide and
follow along I don't know everything all
the instructions of my heart
I us or use it as a reference now
in this tutorial I will only teach you
the basics on
how to implement push notifications
would let both
this PDF guide covers everything
so we will not go over
the entire guide was just was cover the
basics so moving on
let's start the slowing down
issue with first so
I just skimming through we have two
modify the permissions
in order for push notifications to work
so these are the first three lines these
are mandatory without them it will not
work
so we'll just got beat in straight outta
the the PDF document
and copy them I i press Control see on
the keyword and then goto your
clips when don't and
and we need to open the Android manifest
that XML file
by all this information is a explained
in the
PDF so you know few get confused can
just read through the entire PDF so
we have the the manifest open you may
get something like this if it's your
first an opening the manifest
and that's no problem just the click on
the Android manifest that XML
tab right underneath it's it's the last
one and
you will see the the raw file itself
and now have to base those lines and
will pay someone who uses feature
so at anther and then it paste
by pressing Control the so there we go
those three lines are there
I was read with the next step is I okay
this is an important partner here it
says are optional permissions that may
improve
ad serving results through the
location-based argun features
are and list these 30 features
3 permissions and I just wanna comment
on that you can include them
you want they are optional but I am the
more permissions
an application has the less likely the
user's
download and these permissions are
extra annoying because they are the ones
that pop up every now and then
asking here you
want this app to track your GPS location
users don't like that
I don't like that so I jus to exclude
them its up to you what you do
I'm if you know you choose to do it you
know please feel free to
a poster experiences on our forms so
moving on step 2
at the lead both static library we
actually have just finished at this time
the libs folder
sewn going on adding in add notification
to your apt here we go live to add a few
more Commission
into our manifest file so here we go is
a two lines copy them
going to eclipse ronny
so now we have by 5 permissions aka
that pretty much the standard number
missions when you're adding
notifications and we also have to add
two more lines
except big on a different location and
the manifest just well inside the
application tag but we'll put him just
before the application tag closes
so copy those finder application tag
raver closes make space and paste sows
go back
few more things work do I think we're
finished with the manifest
for now will go back to it later and
this is the actual code
now this is a sample arm we actually
need on a couple lines from here
visible last two word starts with my
controller
equals et cetera et cetera Center soul
copy does
control C going to clips now we need to
open up another file
work on source expanded expand the
package
and double click on SB Live Wallpaper
Dodge Iowa
that's the main file that's the core
over the live wallpaper
and what we wanna do is paste that code
that we just copied into
are on create method this one
now you'll see some squiggly lines
that's okay we will fix them
and a second so going to
I am going to the document
the PDF document and copy this process
is at control
wage type it ends up to you and %uh
piece that just before
the my controller equals et cetera et
cetera
just like that so
to school and go away and the some new
ones appear
that's no problem if you just hover over
the word and controller it a group
presents you with a couple of sixes
and the first one is the one we want
says import at controller
from from the library so we could combat
and that are squiggly lines go away
and actually what did is that important
the SDK available to speak into this
file
just to show you extend this place right
here and this is the new line that
years so as just a little bit extra
information I
the last thing you want to do with this
file is change this
my old B section I D this is the actual
called for the application
that you got one use when you register
that was leveled
and we have it here so copy that control
C
go back into the clips and pasted
their ego were finished with this file
but we're not finished with adding
add code song that's cool going down
and the next thing we have to do is had
to go to handle system reboots
and for that when you do modifier
manifest file
a bit again so we take this code
the receiver code they're gone
control C go back and doorman a first
now it has to be before the application
to closes
sold just like that base that
and before we move on you want to delete
this bar gray here the package name
so the retreat dot receiver thats owns
the read
now the next step is to actually
implement the book receiver file
so like it says right here in the
document you will need to create a new
file for the good receiver
name it would receive word %uh Java and
add the following code with your section
ID
no problem so butts copy this code
control C not going to clips
click on the package in the Project
Explorer
right click quit new and then we click
class
now it told us memorable piece you
and that's a weird name finish
their ego got a new class created
knowledge that though fill it with the
the stuff from the documents we just
we're gonna keep top-line
with his package and we're gonna to
remove the rest
replaced with the content from the from
the pedia now
one more thing is to throwin are a lead
both ID
which is right here already here if you
want
it's all the same so control the
him and there you go so buses go over
the
PDF just to make sure we covered
everything looks like it
so the rest to the document is a bit
more advanced the story on the covers
the basic functions
so you know if you wanna explored
further it's up to you but
were gonna pause here and move on to the
next day we're gonna assume
our application is ready and we want to
publish this in its current state
so we have to do is save
these three files that we modified noted
while
save all just like that
and now we need to export this package
for the next procedures
so right click on on your project
Bengal Android tools and then go to
export
unsigned application package so click on
that
and scan it presents for the prompt
where you wanna say will say we're in a
wallpaper Projects folder
democratic politics at the same chords
fire Farda
540 LEEP say I
a promise will come up as does tell you
that it was saved
to return to sender but that meant also
mentions a few
will too important steps that you need
to do before publishing the application
you will need to
sign the application with the release
key and
you need to run zip line on the sign
package
zip line is located in SDK Tools my
application
applications allows and reduce
application resources more efficiently
so those two steps are very important
when you're using
white wallpaper creator these two steps
were automated
since we're out of live all together and
we're using Eclipse and everything is a
bit more manual now
you will need to do this yourself and
its okay there's a guy that tells you
how to do it that's actually located
I on the Android web site and I have it
open right here
your so signing applications you can
look at my URL in the browser and just
go there directly I
its it's very lengthy but if you read
through it you will become a master I
love
the signing process it's so it's not the
easiest thing but
it's very will explain them you know
it'll take me 20 minutes to
figure this out so but it's absolutely
necessary without you can continue
so I'm just gonna skip over
to some the lines that you will be
interested
and and them
the are right here
these are the ones there actually used
to sign your application
and that when you sign your application
you need a key
and this key was once again generated
automatically with
live wallpaper creator when you create
your own company it creates
key that goes along with it now these
keys exist
and they are stored in your companies
for their
under Settings under live wallpaper
pierce a little bit better
settings companies the key stores
Florida Keys are the ones that have the
dot cousteau extension to them
and those are the keys which one to use
if you sign your
existing application with a different
key and uploaded to do
to the Google Play ASM upgrade to your
existing application it will tell you
that it does not
except that you need to sign with the
same key so
its it's all the tricky but once you get
the hang a bit new
will be a breeze for you so on that note
that's that arm I I've left you with a
lot of information
but once you go through these tutorials
you will be able to monetize your live
wallpapers
and start making some hopefully
good money we will be posting more
tutorials
on how to monetize your applications
with
other add agencies but for now I am
this is what you got so thanks for being
with me guys
and I'll see you in the future it or
else best of luck to you

Video Length: 14:37
Uploaded By: Live Wallpaper Creator
View Count: 4,317

Related Software Products
Android live wallpaper maker
Android live wallpaper maker

Published By:
Appmk.com

Description:
Android live wallpaper maker is utility software that makes live wallpapers for Android screens on the Windows platform. It provides broad stage for you exploring the talent on Android wallpapers creating. Over imagination, the common images turn to special masterpieces which will be applied as Android screen background by those people who love them and feel valuable. The millions of Android users would be becoming your perspective market if you could supply with stunning wallpapers.


Related Videos
App Spotlight: Kustom Live Wallpapaper Maker
App Spotlight: Kustom Live Wallpapaper Maker

The future of Android Kustomisation. // Kustom (Kustom Industries, Free): http://bit.ly/DGKustom // Kustom Pro Key (Allows you to import custom skins as well as skins from the Play Store) http://bit.ly/DGKustomPaid Featured works: // PinkMotion: http://bit.ly/DGPinkMotion // Animaaaate (__The_One__, Free): http://bit.ly/DGAnimaaaate // SideSlide (LaSing Productions, Free): http://bit.ly/DGSlideSide // Barebones ...
Video Length: 03:54
Uploaded By: Tech India
View Count: 61,215

Zombie Skull Android Live Wallpaper
Zombie Skull Android Live Wallpaper

Market Android url: https://market.android.com/details?id=com.zombieskull.app The zombie skull live wallpaper will make your Android cooler -- and scarier -- than ever! A moving, biting, scary skull will float all around the background as you're browsing through your favorite apps. Be careful, though, it disappears in the dark, and reappears when you least expected -- so keep your fingers safe! After the download you don't need internet connection to enjoy ...
Video Length: 01:02
Uploaded By: John Doe
View Count: 24,222

How to Create ANDROID Live Wallpaper [Tutorial]
How to Create ANDROID Live Wallpaper [Tutorial]

Download Links: JDK: Google it SCRIPT: http://livewallpapershd.blogspot.in/ or SCRIPT: http://orealhd.blogspot.in/
Video Length: 04:58
Uploaded By: Shekhar Mine
View Count: 19,405

BEST ANDROID LIVE WALLPAPER Super Mario World
BEST ANDROID LIVE WALLPAPER Super Mario World

Awesome live wallpaper! The Developer website to get the app is here: http://android.ccpcreations.com/mariolive Be sure to give a donation so we can support GREATNESS!! hr / bClosed Caption:/b hey guys you here with salted game again checking out another pretty sweet awesome live wallpaper here we got as you tell you got mario super mario world one of the levels it's pretty freaking sweet as you can see he's on runningbr ...
Video Length: 02:56
Uploaded By: AssaultedGaming
View Count: 15,886

How to create a Live Wallpaper in Android
How to create a Live Wallpaper in Android

How to create a Live Wallpaper in Android Subscribe To My Channel and Get More Great Tutorials http://www.youtube.com/subscription_center?add_user=sandeepbhandari1 Live Wallpapers bring nice animations on your android phone home screen. We can create any kind of live wallpapers in android. The API for live wallpaper is provided by android sdk. Even Unity can be used to create LWP. Sometimes gif animations are also used for LWP. In this video tutorial, we ...
Video Length: 05:43
Uploaded By: Indragni Soft Solutions
View Count: 15,528

Live Wallpaper Creator Trailer
Live Wallpaper Creator Trailer

http://www.livewallpapercreator.com
Video Length: 02:18
Uploaded By: Live Wallpaper Creator
View Count: 14,284

Live Wallpaper Creator Demonstration
Live Wallpaper Creator Demonstration

Live Wallpaper Creator is a program for PC that lets you create and sell your very own live wallpaper applications for Android! Check it out at www.livewallpapercreator.com
Video Length: 04:29
Uploaded By: Live Wallpaper Creator
View Count: 12,806

Code Cuts - Creating an Android Live Wallpaper, Part 1
Code Cuts - Creating an Android Live Wallpaper, Part 1

In this episode, I teach you the basics behind how to create an Android Live Wallpaper. We look at the manifest file and write some barebones code necessary to get a LWP up and running! Note: This ends abruptly because there is another video after this which picks up right where I leave off in this episode. hr / bClosed Caption:/b font color="#E5E5E5"welcome to the code cuts episode/fontfont color="#CCCCCC" three/font font ...
Video Length: 09:16
Uploaded By: DebuggleSoftware
View Count: 12,561

How to Create your own Android Live Wallpaper
How to Create your own Android Live Wallpaper

http://livewallpapershd.blogspot.in/
Video Length: 04:32
Uploaded By: Creative Bowl
View Count: 12,020

Android Live Wallpaper OpenGL Tutorial 1
Android Live Wallpaper OpenGL Tutorial 1

Project Files: http://linuxclassroom.com/opengltutorial hr / bClosed Caption:/b hello my name is mister back and in this celeb lessons will be taking a blender model and we'll be turning it into a live Open GL wallpaper for the Android operating system a lot like you see right here this is an advanced tutorial you will need experience with eclipse you'll need some experience with Blender arm you ...
Video Length: 02:38
Uploaded By: Josh Beck
View Count: 10,713

Copyright © 2025, Ivertech. All rights reserved.