[android-developers] I published an app in Google play, why it does not support my cellphone even though it is in the supported devices list?

2016-05-29 Thread Jing Han
Dear all, It is the first time I make an app. It is published in Google Play. But it says my device is not supported. However, when I check the supported device list, my cellphone Xiaomi Redmi Note 3 is in the list. Why? I can install the app by just cope the apk to my cellphone and run ok.

[android-developers] drawRect with STROKE woks abnormally on JellyBean. Is this a bug?

2013-04-29 Thread Jaeyoung Han
Hello guys, I've developed an app utilizing face detection function of android OS on 4.0.4. Basic function is detecting a single face and drawing a rectangle around the detected face. (yes, very typical and easy) I've upgrade the OS to 4.1.2 then the rectangle does not appear in spite face

[android-developers] gesture "driver"

2012-11-06 Thread Chuck Han
Is there a way to create gesture "drivers" for the Android environment. For example, I want to implement a new gesture that all apps can use. Thanks in advance, Chuck -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group,

[android-developers] adb shell input keyevent command does not work for KEYCODE_POWER

2011-10-20 Thread Sang Hyuk Han
hi, I tried to trigger a physical power key event using below adb shell command. adb shell input keyevent 26 But device does not response.. If i try it with other keycodes such like '3' for home, '9' for 2... They all work nicely. I can't guess what is the problem with POWER keycode. Please

[android-developers] Text cursor invisible for custom EditText

2011-10-05 Thread Han
Help needed! I created a custom textbox for input. Keys append fine as I click through the keypad. However for some reason the text cursor is not showing up. What can I possibly missed? Pls advice. p.s I tried editText.setCursorVisible(true) I also considered the possibility that the cursor is ha

[android-developers] problem with Mediaplayer onBufferingUpdateListener and onPreparedListener.

2011-09-21 Thread Boram Han
I am using MediaPlayer to play music through url. (streaming) It is playing fine most of deivces. But for some devices it works strangely. Here is log. -- 09-22 14:4

[android-developers] why mediaplayer never calls listener method? (onInfo, onError, onPrepared)

2011-08-21 Thread Boram Han
Hi. I made a mediaplay activitiy streaming mp3 file from URL. My codes works very well at most cases. BTW when i play some mp3 files, mediaplay never calls callback method, [onInfo] [onError], [onPrepared]. The interesting thing is only [onBufferListener] is called. It become fully buffered but

[android-developers] How can I maintain tab navigation when I call intent in tab contents?

2011-05-31 Thread Boram Han
Dear all. I have a tab acitivity with 4 tabs. They are all defined with intents. When I call startActivity in one of those activities, then tab navigation is gone! I want to maintain tab navigation when i call startactivitiy? Any help will be highly appreciated Rgds Boram. -- You received th

[android-developers] import package vs import class

2011-03-07 Thread wenwei Han
Hi All, I have found a wired issue: I have generated a jar which will be used both by framework and by app, however, when used: import com.xxx.pkg; it didn't work. And a build error"can't find symbol" was logged. While when used: import com.xxx.pkg.classname; it worked well. Who could tell m

[android-developers] how to access progressbar in other activity?

2011-02-24 Thread Boram Han
Hi. I am trying to creating and updating progressbar in other activity without switching activity. Here is my plan. When I click a download button in activity A, it starts download background. A task will add a notification with progress bar1 and add listitem in listactivity B. Listitem view con

[android-developers] How to get application list from android market?

2011-02-03 Thread Yiping Han
newly added ones periodically. Is there a way to do this? Thanks~ -- -- Yiping Han -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from