Re: [android-developers] Re: MuPDF Compilation : Unable to build MuPDF source code in windows

2013-04-29 Thread Yogini Shirkhedkar
yes. This happens due to incomplete installation of Cigvin. While installing Cygwin make sure to select files related to Gmake. On Apr 29, 2013 3:16 PM, "Balaji D" wrote: > Same problem here for me. I have done all the steps as per the > instructions in the Read Me in the Mupdf source. > But i co

[android-developers] MuPDF Compilation : Unable to build MuPDF source code in windows

2012-07-24 Thread Yogini
*** [build/debug/ft_ftbase.o] Error 127 Please help me in compilation of MuPDF source and to generate 'generated' directory ? Thanks in advance. Yogini -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to thi

[android-developers] Re: Unable to upload app on Android Market having tag in manifiest

2011-01-30 Thread Yogini
those are mainly with the devices with hard keyboard support. On Jan 27, 1:02 am, TreKing wrote: > On Wed, Jan 26, 2011 at 4:53 AM, Yogini wrote: > > Or any other way to exclude an app from devices having hard > > keyboard support. > > That doesn't make sense. Requireme

[android-developers] Unable to upload app on Android Market having tag in manifiest

2011-01-26 Thread Yogini
Hi All, I am trying to upload an app onto android Market and wanted to filter out it for the devices having hard keyboard. So i have added '' in its manifest but when i did it so android market displayed 'The server could not process your apk. Try again." error message. When I removed the tag it

[android-developers] Android Search Dialog behavior

2010-12-07 Thread Yogini
question is ' is this a device behavior or an issue with our implementation? ' Thanks in advance Yogini -- 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@googlegroup

[android-developers] Re: static getString()??

2009-05-04 Thread Yogini Pimpalgaonkar
getResources().getString(R.string.unknown_num) On Tue, May 5, 2009 at 11:06 AM, Sheado wrote: > > hello, > > anybody know if there's anyway way I to access the String values of > String resources statically? > e.g. a static equivalent of Context.getString(...)? > > thanky in advance! > > > --~-

[android-developers] Re: TextView Changing Text Color

2008-11-12 Thread Yogini Pimpalgaonkar
This could help you, Spannable text = (Spannable) textView.getText() text.setSpan(new ForegroundColorSpan(Color.BLACK), start, end, Spannable.SPAN_EXCLUSIVE_EXCLUSIVE); On Wed, Nov 12, 2008 at 4:57 PM, Peter <[EMAIL PROTECTED]> wrote: > > I'm using LinearLayout and TextVie