[android-developers] manually signing the apk with some sort of key

2008-10-09 Thread yu.hj
How can I signing my own project ? Can I make a sign to my apk? -- Confidentiality Notice: The information contained in this e-mail and any accompanying attachment(s) is intended only for the use of t

[android-developers] how to display a local image in the browser android

2008-09-02 Thread yu.hj
I want to display a image in with WebView ,in m5 it can display a image WebView wv; wv = (WebView) findViewById(R.id.wv1); wv.loadData("", mimeType, encoding); but in sdk 0.9 it can't display the image! -