Re: [android-developers] Signing apk

2013-10-21 Thread Jayu Sagar
yes you can !! Did you face any issues? On Mon, Oct 21, 2013 at 4:02 PM, Rahul Kaushik rahulkaushi...@gmail.comwrote: Can we sign the two different package /app with the self created certificates? Thanks Rahul Kaushik -- You received this message because you are subscribed to the Google

Re: [android-developers] Signing apk

2013-10-21 Thread Jayu Sagar
is it good practise?? On Mon, Oct 21, 2013 at 4:59 PM, Jayu Sagar jayu.andr...@gmail.comwrote: yes you can !! Did you face any issues? On Mon, Oct 21, 2013 at 4:02 PM, Rahul Kaushik rahulkaushi...@gmail.comwrote: Can we sign the two different package /app with the self created certificates

Re: [android-developers] Viewport in meta Tag

2013-07-03 Thread Jayu Sagar
WebView in android supports ViewPort.. where are you facing problems? On Wed, Jul 3, 2013 at 2:13 PM, Arun Kumar K arunkuma...@npcompete.netwrote: view port is not support for android web view.can any one help me -- *Regards* *Arun* -- -- You received this message because you are

[android-developers] Webview with video playing. on notifyDataSetChange gets stuck

2013-04-23 Thread Jayu Sagar
Hi, need help in understanding the following behavior, I have a WebView (Say instance *'A' *) which plays a Video is being placed as one of the Item in ListView plays the video smoothly, whereas when I call notifyDataSetChange for showing some changes. the webView gets stuck i.e. the Video will

[android-developers] Multiple parent for a single child View

2013-04-15 Thread Jayu Sagar
Hi, Need help in understanding the following case, Say I have a view '*child*' created in Application context, I add '*child*' to a parent '*Parent A*' which is in context of Activity '*A*'. I switch the activity to Activity '*B*' where I would want to add '*child*' to parent '*Parent B'* which

Re: [android-developers] Re: I have problem working with SHARED PREFERENCES, I think is project specific... i used the same before without errors but now get error

2013-03-12 Thread Jayu Sagar
pass using intent while starting the activity On Sat, Mar 9, 2013 at 6:38 PM, lselwd webmas...@poliscarhire.com wrote: In a Canvas game if we have a class like: *public class CannonView extends SurfaceView * * implements SurfaceHolder.Callback* *{* how transfer from this a var value to

Re: [android-developers] Problem while facebook login through my app

2013-03-12 Thread Jayu Sagar
can you post the error message ?? On Fri, Mar 8, 2013 at 8:06 AM, Rajesh Kumar rajnitj.g...@gmail.com wrote: because other facebook application is installed .in sdk only single signin is allowed On 7 Mar 2013 22:28, Bajrang Asthana asthana.bajr...@gmail.com wrote: Hi; I am not able

[android-developers] Unique Identifier

2013-03-12 Thread Jayu Sagar
Hi, I would like to map the Android devices where my Application is installed, thing is is there any unique identifier that can be mapped with device . -- -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

Re: [android-developers] I have problem working with SHARED PREFERENCES, I think is project specific... i used the same before without errors but now get error

2013-03-12 Thread Jayu Sagar
what is the class type, getSharedPreference should be on an context if not :) Regards, Jayanand. On Sat, Mar 9, 2013 at 3:13 PM, lselwd webmas...@poliscarhire.com wrote: I have problem working with SHARED PREFERENCES, I think is project specific... i used the same before without errors but

Re: [android-developers] Re: I have problem working with SHARED PREFERENCES, I think is project specific... i used the same before without errors but now get error

2013-03-12 Thread Jayu Sagar
Try this piece of code Isn't there a getContext() method for SurfaceView? getContext().getSharedPreference(); Regards, Jayanand On Sat, Mar 9, 2013 at 4:26 PM, lselwd webmas...@poliscarhire.com wrote: public class CannonView extends SurfaceView implements SurfaceHolder.Callback {

Re: [android-developers] button click

2010-11-01 Thread Jayu Sagar
Hi joy , what you can do is get all the text views in your activity by using the Findviewbyid. when clicked the button you can do get text from the First textView and Second textview and keep Toggling it :) hope it was informative. Jayu. On Fri, Oct 29, 2010 at 3:56 PM, nena joy