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包含
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 last month.
Improve this question
How can i make apk android work only on my phone
And when i use it in another phone dont work ?
I need ideas.
As you can see in this answer, you can limit the use of your application only for your phone using the serial number.
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)
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 know about this component in android and how I can create it.
This is called image slider . Follow below link for learning how to do it
http://www.androidhive.info/2013/09/android-fullscreen-image-slider-with-swipe-and-pinch-zoom-gestures/
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 8 years ago.
Improve this question
Hi
How to refresh a android activity in native coding(java).
Search the stackoverflow because it has a similar question which i have answered. I am sending you the stackoverflow link to make your search easy.
Refreshing an android app activity
See even the question title is similar.
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.