Re: [android-developers] How to reference custom xml attributes in a testing xml resource?

2012-03-27 Thread hooman os
Just a thought. I think you need an identifier in your attrs.xml to define what type is your custom_view (boolean,etc) On 25 Mar 2012 21:20, James Su james...@gmail.com wrote: Hi all, I'm developing an android application which has a custom view with some custom xml attributes. The

Re: [android-developers] Is there any functionality like 'Ticker of Facebook' in Android which keeps on revolving?

2012-03-27 Thread hooman os
You can try C2DM to notify your phone and a listview to refresh itself when receives notification from the Google server On 25 Mar 2012 21:54, Manish Dubey manishja...@gmail.com wrote: I am doing my final year project named- eNotice Board which will be an android app and flashed on a LCD

Re: [android-developers] SDK related

2012-03-23 Thread hooman os
Try to launch the ask as administrator. Right click on the SDK and select run as admin On 22 Mar 2012 08:22, Sunil.K sunilchintu2...@gmail.com wrote: Hi, I am trying to download android sdk for my windows xp. Facing few problems which I am struck from past few months I have installed Eclipse,

Re: [android-developers] SDK related

2012-03-23 Thread hooman os
SDK not ask. Sorry about that On 22 Mar 2012 08:22, Sunil.K sunilchintu2...@gmail.com wrote: Hi, I am trying to download android sdk for my windows xp. Facing few problems which I am struck from past few months I have installed Eclipse, installer_r16-windows.exe (android sdk installer). when

Re: [android-developers] qr code application

2012-03-23 Thread hooman os
You do not have to modify ZXing application and make your own scanner (or generator). You can install their app on your phone and use intents from your app. ZXing will take care of scanning or generating and will return you the result. You can go to Wiki in their project page and find more details

Re: [android-developers] Re: Change Package name to new one

2012-03-16 Thread hooman os
Also check your manifest. Sometimes it does not update activities, service and etc On 15 Mar 2012 07:02, Randil randilpushpana...@gmail.com wrote: Thank you very much Chris. I ll try to do in that way. -- You received this message because you are subscribed to the Google Groups Android

Re: [android-developers] Lock-unlock device during audio recording

2012-03-12 Thread hooman os
Maybe start recording in onResume() and stop recording in onPause() On 12 Mar 2012 10:11, rachana govilkar rachana.govil...@gmail.com wrote: Hello all, I am developing an application inside which i need to record audio. I implemented code and it is working fine until my tester filed a bug for

Re: [android-developers] Save Last Coordinates Map

2012-03-08 Thread hooman os
I believe in the locationmanager there is a function called getlastknownlocation. On 8 Mar 2012 15:20, TreKing treking...@gmail.com wrote: On Tue, Mar 6, 2012 at 6:37 AM, concave agung.wiguna.jo...@gmail.comwrote: What i want to ask is, it's possible to save last coordinates ? Yes, it's

Re: [android-developers] In ImageSwicher/ViewFlipper ImageView is blurry when i set zoom Animation?

2012-03-05 Thread hooman os
Try starting your animation in onwindowfocused() in your activity. On 4 Mar 2012 18:50, prat...@mobikasa.com prat...@mobikasa.com wrote: In my App i am showing slideshow of images preloaded on Drawable. In Slideshow i used all ImageSwicher/ViewFlipper/ViewSwicher. In slideshow every image have

Re: [android-developers] Re: Re : onclick image redirecting

2012-02-15 Thread hooman os
You can use setTag() and getTag() to retrieve your url from an imageview On Wed, Feb 15, 2012 at 8:56 AM, vivek elangovan elangovan.vi...@gmail.comwrote: i m using imageview On Feb 15, 12:09 pm, Jagruti Sangani jagruti.sang...@inextrix.com wrote: i am asking about images how u use like

Re: [android-developers] Adding a Fragment to an activity

2012-02-13 Thread hooman os
Do you set the last argument of inflate() function in oncreateview() to false? On 12 Feb 2012 05:19, coreno cor...@gmail.com wrote: I am trying to learn Fragments, so I can eventually create a tablet- friendly interface to my apps. I'm mostly just experimenting/learning now, but I can't seem

Re: [android-developers] onActivityResult Does not works

2012-02-13 Thread hooman os
I had similar problem before. My second activity (The one which was supposed to return result) was single task in the Androidmanifest.xml. I changed to standard and it worked. I hope that it resolves your issue as well On 14 Feb 2012 07:32, yogesh...@acusis.com yogesh...@acusis.com wrote: hello,

[android-developers] Fragment Custom Animation on Honeycomb

2012-01-26 Thread hooman os
Hi Guys I am trying to add a custom animation to my FragmentTransaction. I have used both setCustomAnimations() methods (2 and 4 arguments) but it seems that it does not work. I am trying the code on Sony Tablet (Android 3.2.1) I would appreciate any tips. Hooman -- You received this message

Re: [android-developers] Is Android developers website down?

2012-01-24 Thread hooman os
Cool. Thanks guys. Apparently, it was my ISP problem. On Tue, Jan 24, 2012 at 7:17 AM, Oli Wright oli.wri...@gmail.com wrote: No issues here connecting using sky broadband or 3 mobile broadband in London. -- You received this message because you are subscribed to the Google Groups Android

[android-developers] Is Android developers website down?

2012-01-23 Thread hooman os
Hi Guys I am from the UK and trying to access android developers website. But I keep getting server timeout. (I can access internet. ) Do you guys have any news if the server is on maintenance? Hooman -- You received this message because you are subscribed to the Google Groups Android