Re: [android-developers] Re: Change Text color and text size in listview

2010-07-06 Thread Galbayar D
Hi Prerna 1. Create your own adapter 2. use Html.fromHtml in getView method of adapter class On Sat, Jun 26, 2010 at 7:58 AM, prerna mathur.pre...@gmail.com wrote: Hi, I have a similar problem and was wondering if anyone got the solution to this. Thanks, Prerna On May 12, 6:14 am, ena

Re: [android-developers] Re: Developing sotfkeyboard

2010-06-04 Thread Galbayar D
http://code.google.com/p/android-greek-ime/ Gala On Fri, Jun 4, 2010 at 3:30 PM, Indicator Veritatis mej1...@yahoo.com wrote: 'The sample soft keyboard'? Which one? And will it work even on phones that have no localization for Amharic? On Jun 3, 10:52 pm, andu alemf...@yahoo.com wrote: how

Re: [android-developers] Quick logcat question

2010-05-06 Thread Galbayar D
Hi why you don't use grep? $ adb logcat|grep myappname On Fri, May 7, 2010 at 3:55 AM, redders redders6...@googlemail.com wrote: I fear the answer is no, but before I change the structure of all of my log messages: Is there any way to do this: $ adb logcat *:S com.myappname.*:V Or in

Re: [android-developers] How to retrieve outgoing number

2010-04-28 Thread Galbayar D
Hi Mike Try use below method private String getLastCallLogEntry( Context context ) { String[] projection = new String[] { BaseColumns._ID, CallLog.Calls.NUMBER, CallLog.Calls.TYPE }; ContentResolver resolver =

Re: [android-developers] Re: How to retrieve outgoing number

2010-04-28 Thread Galbayar D
HI Make try to use _id= column in where section. On Wed, Apr 28, 2010 at 7:38 PM, mike hasitharand...@gmail.com wrote: hi Galbayar D, thanks for your help.it works fine and it has solve my issue. appreciate what you have done. have another issue when a call is receiving how to delete

Re: [android-developers] Cannot see device in DDMS

2010-04-15 Thread Galbayar D
Try to use below commands adb kill-server adb devices Galaa On Thu, Apr 15, 2010 at 2:42 PM, Ken H hunt1...@gmail.com wrote: I have Windows XP and use Eclipse v3.4.1. Under Device Manager I see Android Phone - Android Composite ADB Interface when my Nexus One is plugged into the computer