Learning to develop a WinMob-Application - Windows Mobile Software Development

Hi to all
I want to develop a WinMob-Application, respectively first I want to learn how to develop one. For that I want to ask you experts if you could give me some tips and tricks, perhaps links or book-tips.
thankfully, casaout

casaout said:
Hi to all
I want to develop a WinMob-Application, respectively first I want to learn how to develop one. For that I want to ask you experts if you could give me some tips and tricks, perhaps links or book-tips.
thankfully, casaout
Click to expand...
Click to collapse
Click above on Search, and search for "Learn". There were some topics recently about his.

Related

Text sound

I recently upgraded to WM6.1 and I can't seem to add the sounds I want for Text Messages.
Either they changed something, or I forgot a step.
Help please
Krucifix said:
I recently upgraded to WM6.1 and I can't seem to add the sounds I want for Text Messages.
Either they changed something, or I forgot a step.
Help please
Click to expand...
Click to collapse
Did you search the forum before making a thread?
http://forum.xda-developers.com/showthread.php?t=436729
roloracer said:
Did you search the forum before making a thread?
Click to expand...
Click to collapse
Since you are making a post, might as well tell him the answer, geez.
Evi1d33d said:
http://forum.xda-developers.com/showthread.php?t=436729
Since you are making a post, might as well tell him the answer, geez.
Click to expand...
Click to collapse
If he did a search he wouldn't needed to make a pointless thread , I wouldn't made a post without an answer, and you wouldn't have made a smartass comment like you know it all. How long did it take you to search for that thread link you posted? I'm sure it would've taken krucifix the same amount of time it took you.
roloracer said:
you wouldn't have made a smartass comment like you know it all.
Click to expand...
Click to collapse
Same goes to you.
Evi1d33d said:
Same goes to you.
Click to expand...
Click to collapse
I didn't make a smartass comment until you told me that if I was posting that I should give an answer. The difference between you and I is that I contribute to the forum and I don't make comments about people posting without giving the answers and even after all my time here I still search for answers rather that making threads. The point I'm trying to say is we need people to do some research on the forum for their problems and try to solve them themselves instead of expecting to be given the answers to everything. There is a high percentage that an issue has been covered and resolved on the past and if people would search they could get an answer without the need of a new thread of a topic that is on another thread. Peace..
Evi1d33d said:
Same goes to you.
Click to expand...
Click to collapse
Spoon-feeding people does nothing to help. If there too lazy to search first before asking, what good do they add to the community? And if he upgraded to 6.1, shouldn't that question have been addressed in the rom thread he's using? Why does it deserve its on special thread when it related to a rom he's using that has its own thread? It was stupid to start a new thread, regardless of whether or not someone gave him the answer. BTW, did you just pull that link out of your head, or did you have to search for it/him?
Imagine yourself lost and ask someone for help but only to get a reply like: "Why don't you learn to read a map dumbass." Tell them what they need and then teach them how to find things themselves.
Evi1d33d said:
Imagine yourself lost and ask someone for help but only to get a reply like: "Why don't you learn to read a map dumbass." Tell them what they need and then teach them how to find things themselves.
Click to expand...
Click to collapse
Read the map dumbass: http://forum.xda-developers.com/search.php
Is now going to be my standard answer. Thanks so much for you help!
Evi1d33d said:
Imagine yourself lost and ask someone for help but only to get a reply like: "Why don't you learn to read a map dumbass." Tell them what they need and then teach them how to find things themselves.
Click to expand...
Click to collapse
No No No, people need to use the search then ask for help if the knowledge they are looking for is not available to which considering how much info is on XDA then the answer is generally there..... If not then make a post in the correct thread!!!
We are here to help not spoon-feed.......​
show:
He had to search as we know a better answer
stylez said:
No No No, people need to use the search then ask for help if the knowledge they are looking for is not available to which considering how much info is on XDA then the answer is generally there..... If not then make a post in the correct thread!!!
We are here to help not spoon-feed.......​
show:
He had to search as we know a better answer
Click to expand...
Click to collapse
That's what I was trying to do, show him the way to answering it himself, but somehow I came out like an ahole
Evi1d33d said:
Imagine yourself lost and ask someone for help but only to get a reply like: "Why don't you learn to read a map dumbass." Tell them what they need and then teach them how to find things themselves.
Click to expand...
Click to collapse
Imagine yourself lost and ask someone for help but only to get a reply like: "Why don't you learn to read the map in your hand dumbass."
Thats what it is like, its not that he doesn't have a map, he just isn't using it.

[Q] How can I learn to develop

I would like to learn how to develop Roms like the major bigshots on the Epic forum, can some please give me some advice on where/how to get started with this, along with things I'll need to start developing.
Thanks
Simply AOSP 3.1.1
masaidjet said:
I would like to learn how to develop Roms like the major bigshots on the Epic forum, can some please give me some advice on where/how to get started with this, along with things I'll need to start developing.
Thanks
Simply AOSP 3.1.1
Click to expand...
Click to collapse
I have no idea, but I am glad to hear that you want to learn to build some ROMs for us.
Good luck!
Thanks for the support. I just hope a rom developer would provide me the answers I need soon
Simply AOSP 3.1.1
Read, read, and read some more. Then read again. The info is around just scattered all over the internet. cynagon has a good post about it in the android development section. I would start with going there
First of all, I would recommend buying a book that teaches Java development, there are several available from Amazon (I recommend the Lewis & Loftus 6th edition, it's the one used in my Intro CS classes). Once you have a decent understanding of that, you can go to developer(dot)android(dot)com/sdk/installing(dot)html (sorry, can't post links as a new user) to get set up with the Android SDK and linking it with Eclipse. At the very bottom of that page, they have some guides to starting programming, like a "Hello World" application. Also, I read that Samsung recently came out with a developer's section somewhere on their site, which has some tips for beginning programmers. Finally, take apart some .apks, and try and understand some of what's going on inside them, and look at the sample projects included in the Android SDK.
Best of luck, and welcome to the other side of the community.
If you're old enough, I suggest looking online for nearby classes where they can teach you directly so you can fully understand it all.
Otherwise, feel free to take some of the other's advice, and figure it out by reading =P
Nevertheless, welcome to Development.
There's a thread somewhere specifically for it... brb digging...
Dug: http://forum.xda-developers.com/showthread.php?t=667298
learn about linux.
themes and most ui changes are java - download a rom, unzip it, and check out /system/framework or /system/app
you can open .jar files by changing .jar to .zip and extracting them
Thanks for all the advice you guys, umm I'ma start off by learning how to theme then work my way up trying to understand my phone a lot more than I do now

im requesting the disable crt and the circle 2 battery file

im requesting the disable crt and the circle 2 battery file
thanks!
I'm requesting 1 million dollars, doesnt mean I'm going to get it. If you want something done instead of asking or expecting someone else to do it for you, you should do it. If you dont know how to, then learn. After all this is XDA-Developers, not XDA-DoThisModForMe
graffixnyc said:
I'm requesting 1 million dollars, doesnt mean I'm going to get it. If you want something done instead of asking or expecting someone else to do it for you, you should do it. If you dont know how to, then learn. After all this is XDA-Developers, not XDA-DoThisModForMe
Click to expand...
Click to collapse
Wait... did I miss a memo somewhere? This isn't XDA-DoThisModForMe? WTF? So now we are supposed to expect people to want to learn to feed themselves? Dang... There goes the neighborhood...
/sarcasm
OP please don't be one of those to fill this forum up with nonsense and requests for welfare handouts.
of coz i did search and i did learn. but the disable crt doesnt work.
thanks bro jerdog, which means this forum is not going to allow us to request files?
so everyone must do themselves, so why are we coming here in this forum to find different files different mods?
i have downloaded one mod for disabling crt, but its not working
http://forum.xda-developers.com/showthread.php?t=
Download both APK and follow the steps. Read link fo more info.
Sent from my GT-I9300 using xda premium
adrianyyb said:
of coz i did search and i did learn. but the disable crt doesnt work.
thanks bro jerdog, which means this forum is not going to allow us to request files?
so everyone must do themselves, so why are we coming here in this forum to find different files different mods?
Click to expand...
Click to collapse
This is a huge misconception of what XDA is all about and it's sad that this is what most people think. This forum was created for developers to collaborate and share their work with other developers. It wasnt started for normal users to come for roms and things and pretty much leech. it was created for developers by developers to come and collaborate, and learn from each other. Not have other people do it for them. Honestly, It's not a place to come making requests even though lots of people do it. If you want a mod, search for it instead of asking people to feed it to you and do your leg work for you. And like I said if there isnt a mod out there to do what you want, then learn to do it yourself. If you need help while doing it then sure ask away but asking someone to spoon feed you something you can either find on your own or make yourself if not found on your own isn't what this forum is for. It's not for people coming to request things honestly. If a developer shares their work then thats great but they dont have to and honestly people have no right to request things from them.
There are plenty of tutorials on how to disable crt all over xda. That was the point myself and jerdog were trying to make.

Can someone help me install custom firmware or 4.0.4. on my phone

It all seems very complicated and new to me, Ive been using Blackberries sine like forever. If someone could add me on Skype so I can ask all of the questions I got? add if ure willing to help a new Android user
MishoB said:
It all seems very complicated and new to me
Click to expand...
Click to collapse
Just like it is to everyone else then new to Android. It's all quite simple so long as you have the ability to read existing information than it is to ask questions that googling would provide the answer for.
http://forum.xda-developers.com/showthread.php?t=1304634
XperienceD said:
Just like it is to everyone else then new to Android. It's all quite simple so long as you have the ability to read existing information than it is to ask questions that googling would provide the answer for.
http://forum.xda-developers.com/showthread.php?t=1304634
Click to expand...
Click to collapse
trust me, Ive read it but I dont get some of the stuff.

[Q]Ideas on 'Employee Scheduling App'

Hi, I'm new here. sorry if I post in the wrong sub-forum.
As the title said, I want to develop an Employee Scheduling App based on android; but I can't seem to find tutorials nor ideas about it.
If you have an idea or have been creating one, can you give me some advice about where to start, how many features that it needs, etc. Thanks in advance :fingers-crossed:
bump. please i need this idea
App Developer
9th said:
Hi, I'm new here. sorry if I post in the wrong sub-forum.
As the title said, I want to develop an Employee Scheduling App based on android; but I can't seem to find tutorials nor ideas about it.
If you have an idea or have been creating one, can you give me some advice about where to start, how many features that it needs, etc. Thanks in advance :fingers-crossed:
Click to expand...
Click to collapse
Hey, I can assist you in that. Push me a mail [email protected] Thanks

Categories

Resources