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 make android application that has a button to dial *133# programatically. Is it possible or it is restricted. I have tried for iOS but it does not work
Thanks
You can dial anything as long as it is not considered as a system code for the phone. (like a hidden menu)
Related
Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 10 hours ago.
Improve this question
Based on the native version, Android 11 and above. Multi-window mode cannot be used in Android car. You need to discard CarSystemUI and modify Phone Systemui to solve the problem
修改config.xm配置_
systemUIServiceComponents排除和配置systemUIServiceComponent包含
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 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 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.
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 very new to android jdk,
anyone knows how to play .avi in it?
use MediaPlayer. See the example here.