[android-developers] Re: input method

2009-12-16 Thread kabir
Or if I have some InputMethodService, is it possible to show it without any need for an edit text, as Android will do? On Dec 14, 10:55 am, kabir wrote: > Hi there, > > I want to implement a custom input method for certain EditTexts within > my app. I understand I need t

[android-developers] input method

2009-12-14 Thread kabir
Hi there, I want to implement a custom input method for certain EditTexts within my app. I understand I need to extend the InputMethodService class, but how do I then add this to certain views? I've tried just using the class name in the android:inputMethod XML property, but this seems not to work

[android-developers] Re: files and updating

2009-12-03 Thread kabir
thanks! On Dec 3, 12:08 pm, "Mark Murphy" wrote: > > Quick question: what happens to files stored locally when you update > > your app through the market? > > e.g. files that have been created using for example > > 'this.openFileOutput("page.txt", MODE_WORLD_READABLE);'? > > > Are they maintained

[android-developers] files and updating

2009-12-03 Thread kabir
make the system keep those files in place? I hope this does not seem silly, but it would be a big problem to have data lost. Cheers Kabir -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to andro

[android-developers] Re: ADC2 Results?

2009-12-01 Thread kabir
congrats to all the winners! unfortunately my app, mobilematics (http://www.mobilematics.co.uk) did not make it. does anyone know - the order in which apps are listed on the category pages, is that ranked best first after the top 3? cheers On Dec 1, 2:29 pm, Nicholas Albion wrote: > > I would d

[android-developers] Re: ADC2 entries so far...

2009-09-18 Thread kabir
Education/Reference --- mobilematics - http://www.mobilematics.co.uk On Sep 13, 6:12 pm, Mobidev wrote: > Its mid September and ADC team will soon launch the ADC 2 judging > application. So far its been a great job by the ADC team with sticking > to the submission deadline and s

[android-developers] Re: Hmm... at last ADC2 is out of our way ... tell about your app and experience

2009-09-10 Thread kabir
A bit late I know, but here's the website for my app, mobilematics: http://mobilematics.co.uk/ On Sep 9, 6:59 am, "broc.seib" wrote: > For ADC2 I created BabelSnap! for the Travel category. You use the > device's camera to snap a bit of text, whether from a public sign, a > menu, or newspaper,

[android-developers] Re: Hmm... at last ADC2 is out of our way ... tell about your app and experience

2009-09-02 Thread kabir
ices, statistics and interpolation, etc. Submitted to education/reference, though I'm a bit annoyed because I've just noticed a small (superficial) mistake! Good luck to everyone Kabir On Sep 2, 1:36 pm, Pieter wrote: > A small correction: we thought long and hard in which category

[android-developers] Re: textbox error

2009-08-29 Thread kabir
ily > represent those of T-Mobile USA, Inc. > > On Aug 29, 6:56 am, kabir wrote: > > > Hi, > > > I am experiencing a bug with some EditTexts. when you click on them > > and they take focus, all is fine, but when you navigate away using the > > track ball to an

[android-developers] textbox error

2009-08-29 Thread kabir
they live in a linearlayout, in a linearlayout in a relative layout. has anyone experienced something like this before, or know of a possible solution? Cheers, any help appreciated Kabir --~--~-~--~~~---~--~~ You received this message because you are subscribed to

[android-developers] Re: Screen rotation

2009-08-23 Thread kabir
Thanks On Aug 22, 11:27 pm, kabir wrote: > Hi, > > I have an activity which I have defined to keep in portrait position. > > However I would still like to change things (slightly) when the screen > is rotated, what is the best way of doing this? > I notice onConfigurationCh

[android-developers] Screen rotation

2009-08-22 Thread kabir
the notification bar etc in the same position if possible. Cheers Kabir --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-

[android-developers] Re: dip and setting values in code

2009-07-08 Thread kabir
thanks, appreciate that! On Jul 8, 2:13 am, Romain Guy wrote: > int dip = (int) (20 * > aContext.getResources().getDisplayMetrics().density + 0.5f); > > > > On Tue, Jul 7, 2009 at 1:57 PM, kabir wrote: > > > Hi > > > I have read about using a 

[android-developers] dip and setting values in code

2009-07-07 Thread kabir
dip, other than adding a resource? Thanks Kabir --~--~-~--~~~---~--~~ 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@googlegroups.com To un