Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 7 years ago.
Improve this question
To take a one-shot, there's a solution(closed). Take a screen shot programmatically
Is there any sample that takes screen shot periodically on background thread?
Basically you want to repeat the steps mentioned in that solution every X seconds?
This thread would give you a good idea on where to begin.
Related
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 6 years ago.
Improve this question
Good day!
Can somebody give idea, how i can repeat effect such on this screenshot?
hint over system settings
This is a HiLocker, and I need same effect in my application - to open system settings and show my hint.
Thanks.
Take a look here:
http://www.piwai.info/chatheads-basics/
You will need a WindowManager.
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 3 years ago.
Improve this question
How to do such a thing as the picture when you first start the application? Thanks for help.
You want to create an onboarding screen or slides to introduce the basic functions of your app. There are different ways to achieve this.
This Github Tutorial may help you.
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 7 years ago.
Improve this question
I wants to create my own lock screen which replaces system lock screen with customized pictures changing each and every time locks open.
One should be able unlock screen by tapping.
Here is Github source code you can find here Source Code
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 9 years ago.
Improve this question
I'm doing a little game and i want to load Bitmaps,What is a good way to load the pictures without knowing how frequently a player may use them?
I think you should take a look at this. Don't forget to check out the other chapers.
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 9 years ago.
Improve this question
I want give some specific time period for progress bar to run in android. How to do that. I'm stuck with this problem.
Pls answer my question.
Thanks
Go for CountDownTimer , if you want timer base progress bar.
see demo from http://developer.android.com/reference/android/os/CountDownTimer.html