Custom Live Wallpapers? - Desire Themes and Apps

Ok I see these are in the market, anyone know how to make em What are they gifs or sumut?

I could be wrong but I have just installed eclipse along with the IDE plugin and noticed there is a section for live wallpapers. So I'm guesing they have to be coded. I have never used eclipse or java for programing before my only experiance is with VB c++ htlm xml php an css so can't really help too much yet.

Thanks for the response. I was hoping it would be more simple as Im not a coder, guess I'll stick to getting them off the market for the moment.

RetroFlux said:
Thanks for the response. I was hoping it would be more simple as Im not a coder, guess I'll stick to getting them off the market for the moment.
Click to expand...
Click to collapse
try over google.
worked for me

Try Ownskin, info here :
http://www.ownskin.com/livewallpaper
App is here:
http://www.appbrain.com/app/diy-ownskin/com.oslwp.happy2011
Hope it helps.
Regards

Related

?s on Creating a WM6 app from an XP app

Hey all, newbie here!
Let me just say that this is a great forum and you guys do wonders to borring phones...
I am interested in learning how to build an app for PPC. I have a program I use for work and would love to try and port it over. Can someone send me links and just basic info on how to get started?
Just a background, I am in IT and have programming so I am not a newbie to that world, just phone apps.
Thanks for any advice and keep up the awesome work. Timmay!!!
Do you have access to the source code of the program you want to port over? What is it written in?
Perasite
Thanks for the reply. I dont have it but I have worked with the developers and can get it. I will find out and reply tomorrow. Thanks again.

coding plugins

I'm getting bored, so I've been looking into programming in c/c++, which I know can be compiled to run on PPC. So I was wondering, what language is used for today plugins (c++?) and how do you make it actually WORK as a today screen plugin, rather than just a program? Tutorials?
P.S. Sorry, I just realized that this is in the wrong section, maybe a mod can move it?
As far as I know, C++ is the only way to code a today plugin. I've never tried to write one my self, so I can't give you any links to tutorials, however a quick search should find one.
I believe there is an article on MSDN about this, and you might also have success looking around the forum as some nice people here post the source code as well as the files.
http://forum.xda-developers.com/showthread.php?t=237932
http://forum.xda-developers.com/showthread.php?t=249665&highlight=today
eightball200 said:
I'm getting bored, so I've been looking into programming in c/c++, which I know can be compiled to run on PPC. So I was wondering, what language is used for today plugins (c++?) and how do you make it actually WORK as a today screen plugin, rather than just a program? Tutorials?
P.S. Sorry, I just realized that this is in the wrong section, maybe a mod can move it?
Click to expand...
Click to collapse
C++ is the way to go- but there is also a C++ plugin that can load managed C# code... But I've never tried it..

Ready Made Andriod Apps

Hi Everyone,
Im new so go easy lol
Im wanting your help with regards to my thesis im doing at University. Im conducting an experiment with regards to people interacting with my andriod application. Its going to be the most simplistic application and probably only needs 1 button ie 'enter' and Im wanting to find out if there are any ready made andriod apps out there, fully sourced etc for editing and publishing... Or starter kits that input the code for you. I have no software dev experience and could use some help, as I say im just looking for a smal app with just one button that says "enter" really, but allows me to put a logo on... quite basic
If anyone can help with this, that would be greatly appreciated.
Craig
Welcome to XDA
In the Android SDK (Software Development Kit) There are usually about 5-10 example apps for each version of Android (such as Android 2.2 or Android 3.0)
They are very simple, such as a notepad app, or a business card manager. And they are great ways to learn if you dissect them and poke around.
Have a look here to get started:
http://developer.android.com/resources/index.html
Good luck!
Thanks very much, thats really much appreciated
If your app is indeed that simple, private message me if you need something coded.
Rootstonian said:
If your app is indeed that simple, private message me if you need something coded.
Click to expand...
Click to collapse
That great, thanks very much. I have just sent a quick message.

Ok, im starting to build my app

Ok guys, i think im ready to go to the journey of building my app. With the basic knowledge I have and Google by my side, I'd say I'm ready... or am I?
Ok, basically my app is basically like a planner, the user is presented with a calendar and the user clicks on a date on the calendar and a message comes up asking what to note down on that date. Thing is I have no idea how to do that. Well, I do, there seems to be a calendarview on the palette in the sdk but thats only for android 4.0 and upwards. Im trying to target to 2.3+ so I dont miss a chunk of people. Any ideas?
I think the problem with this question is your asking how to write an app, if you asked more specifics, your would get answers.
For something like this, all you need is the Calendar class, and then to assemble info and data in maybe a viewPager with GridView(s)
deanwray said:
I think the problem with this question is your asking how to write an app, if you asked more specifics, your would get answers.
For something like this, all you need is the Calendar class, and then to assemble info and data in maybe a viewPager with GridView(s)
Click to expand...
Click to collapse
That's true. A more specific question would be better. However, my suggestion:
I'd use a table layout for that. And for switching between months a ViewPager would be best.
For getting the Calendar data: There is a ContentProvider for that.
Knowledge
Do you have any Java coding knowledge? Have you tried making at least a test app before?
iCantEven said:
Do you have any Java coding knowledge? Have you tried making at least a test app before?
Click to expand...
Click to collapse
He has:
With the basic knowledge I have
Click to expand...
Click to collapse
He also has a thread in which he described his learning process: http://forum.xda-developers.com/showthread.php?t=2330767

[HELP] Weather app

Can you help me to make a android app? I imagined how it would look. But my problem is java, on my part I do not understand how it works, and I would not understand. Thanks in advance!
If you get stuck, then people will help but no one is going to do the full coding for you.
I don't mean to write all code for me, I mean to help me with giving some good tutorials. :crying:
Just start learning Java. If you google "java tutorial" you'll find thousands result.
Or borrow a book in your library abaout java.
After learning java you can go threw http://d.android.com/training/
Regards
http://www.survivingwithandroid.com/2013/05/build-weather-app-json-http-android.html?m=1

Categories

Resources