Re: [android-developers] Re: Android developer registration with Neteller

2013-10-22 Thread Rakib
source: http://www.google.com/wallet/faq.html#tab=faq-payments Will the Google Wallet app work with cards issued outside of the United States? No. The Google Wallet app is currently available in the United States, and will not work with cards issued in any other country or currency. -- You

[android-developers] Re: Android developer registration with Neteller

2013-10-21 Thread Syed Rakib Al Hasan
anyone with knowledge on this? I am about to do the same as well. On Sunday, May 20, 2012 4:36:12 PM UTC+6, Balint wrote: Hello everyone, I tried to register as an android developer with my Neteller card, but Google asks for the Bank code and my bank account number. I am registered with

[android-developers] what is possibly wrong in this SIMPLE animation???

2011-04-28 Thread Rakib
when the button is clicked, i want it to move down by 100 pixels and fade out i want it all to happen in 2 seconds. AnimationSet myAnimationSet = new AnimationSet(true); myAnimationSet.setDuration(2000); myAnimationSet.addAnimation(new AlphaAnimation(1.0f, 0.0f));

[android-developers] Re: what is possibly wrong in this SIMPLE animation???

2011-04-28 Thread Rakib
so, this is something irritatingly buggy. after moving line no. 2 which is *myAnimationSet.setDuration(2000);* down to the line right before line no. 6 which is * v.startAnimation(myAnimationSet);* it worked hence, before, AnimationSet myAnimationSet = new AnimationSet(true);

[android-developers] how to get the view that is attached to an animation?

2011-04-24 Thread Rakib
here is a pseudoCode 1. View myView = new View(); 2. Animation myAnimation = new Animation(); 3. myView.startAnimation(myAnimation); // animation attached to the view 4. View myViewCopy = myAnimation.getAttachedView() is there any way I can achieve the step in *line number 4*? -- You

[android-developers] Re: Android MediaPlayer sometimes stops playing a sound file early

2011-04-06 Thread Syed Rakib Al Hasan
hello... i really need some help here.. my app is absolutely complete. just this little flaw is there... this mediaPlayer_stops_playing_soundFile_early_problem happens with only a few particular .ogg files in my raw resources folder. i have played those .ogg files independently in my PCs

[android-developers] Re: onWindowFocusChanged() happens more than once when resuming the application from homescreen or app drawer

2011-04-06 Thread Syed Rakib Al Hasan
hello anyone has any idea about this -- 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 unsubscribe from this group, send email to

[android-developers] Re: Android MediaPlayer sometimes stops playing a sound file early

2011-04-06 Thread Syed Rakib Al Hasan
hahaha. how silly. okay.. this is so stupid. here is the solution the problem that I have been facing this problem is occurring because I did not pay much attention while trimming my sound clip. i had recorded my voice in .ogg format and i am trying to use these voice clips as

[android-developers] Re: Android MediaPlayer sometimes stops playing a sound file early

2011-04-05 Thread Syed Rakib Al Hasan
i face the SAME issue. it happens in both the emulator and also in my test device - both of which run android 2.2 i have included my sound files in the raw folder. but still i have the same problem - the sound cuts off near the end upon button click -- You received this message because

[android-developers] Re: onWindowFocusChanged() happens more than once when resuming the application from the homescreen or app drawer

2011-04-05 Thread Syed Rakib Al Hasan
## HOME BUTTON PRESSED TO MINIMIZE THE APPLICATION ## 04-05 15:00:17.801: INFO/System.out(357): onWindowFocusChanged() - hasFocus:false ## APPLICATION BUTTON PRESSED TO RETURN TO THE RUNNING APPLICATION ## 04-05 15:00:28.354: INFO/System.out(357): onWindowFocusChanged() -

[android-developers] onWindowFocusChanged() happens more than once when resuming the application from homescreen or app drawer

2011-04-05 Thread Syed Rakib Al Hasan
## HOME BUTTON PRESSED TO MINIMIZE THE APPLICATION ## 04-05 15:00:17.801: INFO/System.out(357): onWindowFocusChanged() - hasFocus:false ## APPLICATION BUTTON PRESSED TO RETURN TO THE RUNNING APPLICATION ## 04-05 15:00:28.354: INFO/System.out(357): onWindowFocusChanged() -

[android-developers] destruction and creation of android activity happens TWICE upon changing the screen orientation

2011-03-31 Thread Syed Rakib Al Hasan
*Scenario 1 - NORMAL* *## application activity started ###* 03-31 17:52:18.413: INFO/System.out(589): onCreate() 03-31 17:52:18.974: INFO/System.out(589): onWindowFocusChanged() - hasFocus:true 03-31 17:52:18.974: INFO/System.out(589):

[android-developers] onWindowFocusChanged() happens more than once when resuming the application from the homescreen or app drawer

2011-03-31 Thread Syed Rakib Al Hasan
*Scenario 1 - NORMAL* *## application activity started ###* 03-31 17:52:18.413: INFO/System.out(589): onCreate() 03-31 17:52:18.974: INFO/System.out(589): onWindowFocusChanged() - hasFocus:true 03-31 17:52:18.974: INFO/System.out(589):

Re: [android-developers] using the keytool for getting google-maps-API-key returns unrecognized option error

2011-03-21 Thread Syed Rakib Al Hasan
was SOO looking for a pointer like this all over the android developer guide.. a pointer which would tell me how to ensure my signing tools are properly setup. regards Rakib -- You received this message because you are subscribed to the Google Groups Android Developers

Re: [android-developers] using the keytool for getting google-maps-API-key returns unrecognized option error

2011-03-19 Thread Syed Rakib Al Hasan
now, what do you suggest i should do... please help me out here i have been struggling with this thing for the past 2 days stackOverflow isn't coming out to be helpful either. PLEASE PLEASE PLEASE help me out on this.

Re: [android-developers] using the keytool for getting google-maps-API-key returns unrecognized option error

2011-03-19 Thread Syed Rakib Al Hasan
here is the discussion on the same topic at stackoverflow.comhttp://goo.gl/b7slO -- 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 unsubscribe from this group, send

Re: [android-developers] using the keytool for getting google-maps-API-key returns unrecognized option error

2011-03-19 Thread Syed Rakib Al Hasan
On Saturday, March 19, 2011 7:08:26 PM UTC+6, Mark Murphy (a Commons Guy) wrote: Try using the keytool from a supported Java environment. how do i do that -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group,

Re: [android-developers] using the keytool for getting google-maps-API-key returns unrecognized option error

2011-03-19 Thread Syed Rakib Al Hasan
On Saturday, March 19, 2011 7:08:26 PM UTC+6, Mark Murphy (a Commons Guy) wrote: Try using the keytool from a supported Java environment. how do i do that can you please help me with providing some steps on how to get such a keytool? -- You received this message because you are

Re: [android-developers] using the keytool for getting google-maps-API-key returns unrecognized option error

2011-03-19 Thread Syed Rakib Al Hasan
the keytool then? - Rakib -- 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 unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com

Re: [android-developers] using the keytool for getting google-maps-API-key returns unrecognized option error

2011-03-19 Thread Syed Rakib Al Hasan
thanks man.. i have found my solution by using the keytool from the Java6 bin directory. and it has worked in a snap. however, to understand this thing better.. seeing from the link you suggested i have tried the following in my terminal and this is what i found *rakib@rakib-laptop

Re: [android-developers] using the keytool for getting google-maps-API-key returns unrecognized option error

2011-03-19 Thread Syed Rakib Al Hasan
/unrecognized-option-keypass-while-getting-md5-fingerprint-of-debug-certificate-f/5362795#5362795 cheers :) :) regards Rakib -- 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

[android-developers] using the keytool for getting google-maps-API-key returns unrecognized option error

2011-03-18 Thread Syed Rakib Al Hasan
i used linux ubuntu 10.10... my *debug.keystore* file is in the location ~/.android/debug.keystore. i used the following terminal commands as explained in http://code.google.com/android/add-ons/google-apis/mapkey.html keytool -list -alias androiddebugkey -keystore

[android-developers] unable to resize a button at onCreate() method of new activity

2011-03-17 Thread Syed Rakib Al Hasan
here is the pseudocode of what i tried to in myActivity: onCreate{ * // * super.onCreate(); setContentView( myXMLlayout ); *

Re: [android-developers] Trouble in generating the MD5 Fingerprint for SDK Debug Certificate to work on map API's

2011-03-17 Thread Syed Rakib Al Hasan
i used linux ubuntu 10.10... my android debug.keystore is in the location~/.android/debug.keystore. i used the following terminal commands as explained in http://code.google.com/android/add-ons/google-apis/mapkey.html rakib@rakib-laptop:~/.android$ \ keytool -list \ -alias

Re: [android-developers] unable to resize a button at onCreate() method of new activity

2011-03-17 Thread Syed Rakib Al Hasan
the layout file is just a vertical linearLayout with 20 buttons in it. nothing much. i also tried putting v.getWidth() in the onResume() method... it still returned zero -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this

Re: [android-developers] unable to resize a button at onCreate() method of new activity

2011-03-17 Thread Syed Rakib Al Hasan
i just moved my following trouble-maker lines View v = findViewByID( getIdFromIntentExtras() ) ; v.setWidth( v.getWidth() * 2 ); from onCreate() method to onWindowFocusChanged() method - and this has solved what i was trying to do. thanks :) -- You received this message because you

Re: [android-developers] Re: unable to resize a button at onCreate() method of new activity

2011-03-17 Thread Syed Rakib Al Hasan
well, i really support your philosophy of *time is best spent on learning the right way to do something - rather than learning to do it wrong and then un-learning*. i gave a pseudo-code of just the problematic part of my application activity... the real application i am working is actually

Re: [android-developers] Re: unable to resize a button at onCreate() method of new activity

2011-03-17 Thread Syed Rakib Al Hasan
On Friday, March 18, 2011 12:07:20 AM UTC+6, Kostya Vasilyev wrote: Your task is - as you described it - is to position a view (button) within its parent. Well, my task was not to *POSITION* a view (button) within its parent my task was rather to *RESIZE* a particular button (*which

[android-developers] clarify please: couldn't we do the work of fragments using activity groups????

2011-03-17 Thread Syed Rakib Al Hasan
fragments have been introduced in API 11 whereas activityGroup has been there since API 1. now, the purpose of using fragments, couldn't we have used the activityGroup class to achieve the objectives??? please help me understand this.. i am an android fresher. -- You received this message