[android-developers] Android Accessory app?

2012-03-16 Thread brilliant winger
Hi I will try to create Android applications and accessories. And, I will use Android accessory product. I have a few questions. Since last year, Google announced adk, many developing Accessories happened? I could not find the Accessory product information for Android on the website. If you

[android-developers] Key Events that occurred in the virtual keyboard can be passed to the hardware

2010-09-06 Thread brilliant winger
Hi all Key Events that occurred in the virtual keyboard can be passed to the hardware, andriod OS or high-level focus view? As with a physical keyboard. The dpad right event using Bluetooth devices, then it takes my keyboard service would like to pass on Android system or highest focus view(ex.

[android-developers] know own account(gmail)

2010-07-22 Thread brilliant winger
Hi I want to know own account(gmail) in android 1.6. Android(1.6) does not support AccountManager class. so, How? -- 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

[android-developers] How to do occur hardware keyboard event using software keyboard

2010-07-08 Thread brilliant winger
Hi all I have question.! How to do occur hardware keyboard event using software keyboard? thanks. -- 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

[android-developers] android build error : libz.so, libz.a

2010-07-06 Thread brilliant winger
Hi I try build android full source. I have an error. Install: out/host/linux-x86/framework/apicheck.jar Install: out/host/linux-x86/framework/clearsilver.jar Install: out/host/linux-x86/framework/droiddoc.jar host SharedLib: libneo_cgi (out/host/linux-x86/obj/lib/libneo_cgi.so) /usr/bin/ld:

[android-developers] Android.view.InflateException: Binary XML file line #7

2010-06-10 Thread brilliant winger
Hi. My Activity @Override public void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.main); } main.xml ?xml version=1.0 encoding=utf-8? LinearLayout xmlns:android=http://schemas.android.com/apk/res/ android

[android-developers] SPP bluetooth

2010-04-01 Thread brilliant winger
I would like to use SPP bluetooth keyboard(not HID profile.) on my android. but android 2.1 is not supported SPP bluetooth. Um Someone communicated the SPP device using android RFCOMM. Is this possible? -- You received this message because you are subscribed to the Google Groups Android

[android-developers] how to use maindictionary

2010-01-10 Thread brilliant winger
Hi all~ I developing soft keyboard. I have a question. I want to use main dictionary in android Latin IME. How to? B.W. -- 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

[android-developers] about candidateview

2009-07-22 Thread brilliant winger
Hi. I study soft keyboard(andriod) open source. But I don't know about candidateView. It's a difficult for me. please, I want to Provide for me very simple code about candidateView. --~--~-~--~~~---~--~~ You received this message because you are subscribed to

[android-developers] candidateView position

2009-07-22 Thread brilliant winger
Hi! How to change candidateView position in android softkeyboard? --~--~-~--~~~---~--~~ 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

[android-developers] canvas runtime error

2009-07-02 Thread brilliant winger
Bitmap bitmaporg = BitmapFactory.decodeResource(getResources(), R.drawable.a0 ); Bitmap bitmap_a = BitmapFactory.decodeResource(getResources(), R.drawable.a1 ); Canvas canvas = new Canvas(bitmaporg); ... ... ... I have a runtime error at (Canvas canvas = new Canvas(bitmaporg).

[android-developers] How I can attach other drawable image on drawable image?

2009-06-30 Thread brilliant winger
Hi How I can attach other drawable image on drawable image? ex) drawable image A(.png) - size pixel (50, 50) drawable image B(.png) - size pixel (10, 10) I want to draw image B on image A at (20, 20), and I may use merged drawable image for my app.

[android-developers] xml write

2009-06-26 Thread brilliant winger
HI I can't find it(method) in class xmlpullparser. I would like to write attributes in res/xml/*.xml. maybe, I use the other parser. follow that is samplecode. / InputStream stream

[android-developers] xmlpullparser input xml?

2009-06-25 Thread brilliant winger
HI / XmlPullParserFactory factory = XmlPullParserFactory.newInstance (); factory.setNamespaceAware(true); XmlPullParser xpp = factory.newPullParser();

[android-developers] xmlpullparser don't write in xml?

2009-06-25 Thread brilliant winger
I have one question. I would like to chage attributevalue. ex... android:codes = 1 to android:codes=2 How ? well. I use other parser? plz --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To

[android-developers] findviewbyid in service?

2009-06-24 Thread brilliant winger
HI! I develop an application. This don't use activity class. only use service class.. I need method(findviewbyid). but service don't have this method. how to use? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

[android-developers] bluetooth api

2009-06-17 Thread brilliant winger
HI I want to develop an application for input device(bluetooth). I would like to use HID profile or SPP. But Android SDK support only A2DP and AVCRP profile. I'll have to wait until the next version is released. I have one question. I think A2DP, AVCRP profile use SPP. is correct? If so, we can