Re: [android-developers] Re: How can I achieve this menu in android?

2010-12-29 Thread Muhammad Hakim
you can user framelayout http://developer.android.com/resources/articles/layout-tricks-merge.html On Thu, Dec 30, 2010 at 12:27 PM, Sarwar Erfan wrote: > Its not built in control. Design your own "menu like" layout, put it in > separate layout file and include where necessary. It is possible to k

Re: [android-developers] Getting the Android Java source?

2010-12-26 Thread Muhammad Hakim
check the logcat On Mon, Dec 27, 2010 at 11:03 AM, John Lussmyer wrote: > Is it possible to get just the source for the Android .jar files? > I don't want the whole bleeding OS, just the source that will help me > figure out what's going wrong in my code when I get weird exceptions. > > Like, rig

Re: [android-developers] Arabic :(

2010-06-30 Thread Muhammad Hakim
On Thu, Jul 1, 2010 at 12:05 AM, mohammed sabri wrote: > i can't beleive that no one of android developers can support arabic > in android . there's millions of arabian people have an android > phone . and they need the arabic language :( > > -- salam mohammed, you can use arabic reshap

[android-developers] how display unicode characters

2010-03-20 Thread Muhammad Hakim
hi all, i want to ask i store an unicode resource file at /res/raw/text_jp.txt <- text in japanese than i want to display it on an View, so i load it like this: try{ InputStreamReader isr = new InputStreamReader(is,"UTF-8"); BufferedReader br = new BufferedReader(isr); String