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 to create a tutorial for my app that will show the user how to use it. For example when you first run an android device it teaches you how to use the system.
I want my tutorial to just tell the user to swipe the screen to the left and then click on a button.
Check out the ShowcaseView library on Github. I guess that'll fit your needs.
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 9 days ago.
Improve this question
I've searched almost everywhere for a way to create my own ad blocker and I've found none. What is there to learn to create such.
I want to create an android app that blocks all kinds of ads that includes YouTube Ads on apps.
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 11 months ago.
Improve this question
I am a beginner in programming Android applications in Java. I want to know how to control or change something, for example, cut off the Internet on another application. Is there a way or suggestion. Thank you
I don't think it's possible unless you are the developer of both and remove the permission for both apps, see: Can an app give its permission to another application in android?
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 1 year ago.
Improve this question
I am beginner in java.
I want to perform a task when the app has no instance or is inactive.
Can anyone help me by giving a simple code on how to do it Please.
Thanks
This is called Background Service. You can follow this official tutorial: https://developer.android.com/guide/background
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 want to grab some information off of a website (for example: a shopping website) and display the information on a android app. Is there anyway that I can do this?
-Thanks
Have you tried using jsoup?
It might be the one that you need.
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 8 years ago.
Improve this question
I would like to add a feature to my android game that would let the user unlock a character by watching a video ad. The games based on Java. How could I do this?
Take a look at the Google Mobile Ads, also known as AdMob. Here is a tutorial to get you going.