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
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 8 years ago.
Improve this question
I am trying to put an additional button on what's app. Is there any possible way to install add ons on the whats app and perform the functionality from custom built apps. I tried to google alot but could not find any appropriate way of doing so. I would really appreciate if any body can give me any direction on how can I do so? Following is the app which works just like the way I am trying to do in whatsapp.
https://play.google.com/store/apps/details?id=com.androidsx.smileys
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 8 years ago.
Improve this question
Can anyone suggest me of any step by step tutorials on how to make and Android LiveWallpaper. I am not able to find any good tutorials and I am sort of new to this.
Take a look at this article from Vogella:
http://www.vogella.de/articles/AndroidLiveWallpaper/article.html
Start at: 2. Android Wallpaper Example
Read the complete tutorial slowly and carefully (helps a lot).
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