[android-developers] Hi

2011-09-16 Thread yoon
I am having trouble this ndk things. i try to run it and when i push the button which calls C source then exit rightaway with theses commands in Logcat. 09-16 02:39:15.886: INFO/DEBUG(31): *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** 09-16 02:39:15.886: INFO/DEBUG(31): Build fin

[android-developers] How to make gmail style GUI?

2010-09-24 Thread SunHee Yoon
Hi, I want to make my GUI like Gmail style. For example, for each question, the multiple answers can be tied under the same thread. It will be better if both lists of questions and answers are editable. Does anyone know anything available for this? Thank you so much in advance. -SunHee -- You

[android-developers] Icon size on 480x800 resolution

2010-02-17 Thread Brian Yoon
I found some informations about size of icons on developers' guide. But on 480x800 resolution, i couldn't find any information about that. Is there any formats or recomanded size of icons on 480x800 320x480 screen's icon size : 48x48 480x800 screen's icon size : ? -- You received this mes

[android-developers] Where can I found the SMS that is just arrived?

2009-05-12 Thread Yoon
Hello folks, Currently I have some curious where I can find the sms that is just arrived. Means, I have a code like below, but can't get the latest one in the onReceive method. I can get the SMS contents that is just arrived from pdu in below code, but can't find it in content://sms/inbox. it ha

[android-developers] Where can I found the SMS that is just arrived?

2009-05-12 Thread Yoon
Hello folks, Currently I have some curious where I can find the sms that is just arrived. Means, I have a code like below, but can't get the latest one in the onReceive method. I can get the SMS contents that is just arrived from pdu in below code, but can't find it in content://sms/inbox. it ha