Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
I am creating my first App for the iOS and Android platforms and want to start with some good icons and images. I do not want to spent a lot of money on them. I also do not have experience with softwares like photoshop to create my own images and icons.
I am trying to find some websites that can provide me with sports related UI resources.
What are some popular/good sites that I can utilize for my project.
I recommend two sites: IconArchive and Icon8.
They both have free icon sets that can help you to get you started with your designs!
Cheers
Depends on what kind of resources your looking for, if it's mainly icons I suggest: http://iconfinder.com
If your looking for photo resources I would try http://gettyimage.com
Related
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I would like to implement an App for iOS, Android and Windows Phone where the user can control action with "face gestures":
When he smiles an image should be taken. When he is blinking an option screen should be shown. When he turns his head to the left, the left option should be chosen.
Is this possible for all three platforms? For iOS I think it should be possible with CIDetectorEyeBlink and CIDetectorSmile. But I still don't know if it is possible to detect head movements.
And I haven't any clue regarding the other platforms. Do you know any resources that could help me? It would be great if there are SDKs to solve my tasks for all three platforms.
I would suggest OpenCV library for such things.
http://opencv.org/
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I am trying to develop an android custom launcher like ADW launcher.
So, have been searching for some good information.
Most of the questions/answers found in google and Stackoverflow are about how to make an application work as a launcher. But I want to know how I should actually start developing a Custom launcher.
Can anyone please guide me the fundamental steps and resources to develop a Custom launcher.
This should help you out, assuming you can code java.
http://forum.xda-developers.com/showthread.php?t=2583692
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
quick question. I'm very new to Android development, and I'm even newer to the whole graphics design game. My question is, does anyone know what the majority of developers use to create all the graphics found in Android apps? Multiple programs? Just one that usually rises to the top? Thanks!
Photoshop is your answer, I personnaly don't create designs for apps, there is a designer for that, and he uses photoshop, and I know there is a way to make PS generate your 5 format of every icon (from LDPI to XXHDPI), try to make a google research
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I don't know how this is called but I guess you know what I mean by looking at the screenshot (there sometimes also is a finger pointing at the bright part of the screen).
Since this looks exactly like the little tutorial-like hint you get when you first install a new Android rom / start up a brand new Android phone: is there a standardized way or library or whatever for this?
Yes, this is library. Check it out: Showcase View library
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I have been looking around for a good Android AR toolkit to play with. I have found a few references but I am not really sure which ones to try. It seems to be a lot of work just to get any demo's working.
My requirement is that I want to be able to detect AR Markers/Tags. I would then look to add a 3D model based on the orientation of the marker/tag. A nice basic cube would be a great start :D
So do any of you have any recommendations?
I have just tried http://code.google.com/p/andar/ and it is not too bad. I would really like one that has some better project examples and well documented source code.
Oh, and as this is currently only for playing with I don't want to be paying any money for it.
You can try looking at NyARToolkit