[android-developers] About one of my app idea | Please share your thoughts.

2012-07-24 Thread Subin Sebastian
irection I should go? Do you have some suggestions for me? Please share your thoughts on this. Thanks & Regards -- Subin Sebastian www.nintriva.com http://subinsebastien.tumblr.com http://in.linkedin.com/in/subinsebastien http://plus.google.com/subin <https://plus.google.com/118262481642737

Re: [android-developers] Re: About one of my app idea | Please share your thoughts.

2012-07-28 Thread Subin Sebastian
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 > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en >

Re: [android-developers] Re: About Phone GAP

2011-12-02 Thread Subin Sebastian
utube.com/user/revoltingx > > -- > 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 > and

Re: [android-developers] how i use google app engine for android

2011-12-02 Thread Subin Sebastian
t; 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 > For more options, visit this group at > http://groups.google.com/g

Re: [android-developers] Opening a navigation window from an android application

2011-12-02 Thread Subin Sebastian
email to > android-developers+unsubscr...@googlegroups.com > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en -- Subin Sebastian www.nintriva.com http://subinsebastien.tumblr.com/ http://in.linkedin.com/in/subinsebastien http:

Re: [android-developers] TabHost and sub-activities

2011-12-02 Thread Subin Sebastian
oup, send email to android-developers@googlegroups.com > To unsubscribe from this group, send email to > android-developers+unsubscr...@googlegroups.com > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en -- Subin Sebastian www.nint

Re: [android-developers] Re: Need A web xml parsing code... Urgently please

2011-12-02 Thread Subin Sebastian
gt; For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en > -- Subin Sebastian www.nintriva.com http://subinsebastien.tumblr.com http://in.linkedin.com/in/subinsebastien http://plus.google.com/subin <https://plus.google.com/118262481642737404812> ht

Re: [android-developers] Example to use setError in EditText

2011-12-02 Thread Subin Sebastian
s.com > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en -- Subin Sebastian www.nintriva.com http://subinsebastien.tumblr.com http://in.linkedin.com/in/subinsebastien http://plus.google.com/subin <https://plus.google.com/118262481642737404812> h

[android-developers] What is wrong with this code?

2011-09-18 Thread Subin Sebastian
); } }); I get exception : java.lang.RuntimeException: Can't create handler inside thread that has not called Looper.prepare() Thnaks in advance -- Subin Sebastian http://in.linkedin.com/in/subinsebastien https://plus.google.com/subin<https://plus.google.com/118262481642737404812> -- Y

Re: [android-developers] working with tabs (tabhost)

2011-10-08 Thread Subin Sebastian
@googlegroups.com > To unsubscribe from this group, send email to > android-developers+unsubscr...@googlegroups.com > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en -- Subin Sebastian http://in.linkedin.com/in/subinsebastien https:

Re: [android-developers] Video in WebView

2011-10-08 Thread Subin Sebastian
ons, visit this group at > http://groups.google.com/group/android-developers?hl=en -- Subin Sebastian http://in.linkedin.com/in/subinsebastien https://plus.google.com/subin<https://plus.google.com/118262481642737404812> -- You received this message because you are subscribed to the Goo

Re: [android-developers] Re: working with tabs (tabhost)

2011-10-11 Thread Subin Sebastian
", 0); if (verified == 1) return view1; else return view2; } })); } } -- Subin Sebastian www.nintriva.com http://in.linkedin.com/in/subinsebastien https://plus.google.com/subin<https://plus.google.c

Re: [android-developers] Re: How to control the rotation

2011-10-12 Thread Subin Sebastian
ation) { Intent i = new Intent(Fromclass.this, Toclass.class); startActivity(i); } }); Hope this is useful for your requirement. Thanks -- Subin Sebastian www.nintriva.com http://in.linkedin.com/in/subinsebastien https://plus.google.com/subin<https://plus.google.com/1182624816427374

Re: [android-developers] sorting the listview

2011-10-14 Thread Subin Sebastian
, yourData)); Hope that helps. -- Subin Sebastian http://in.linkedin.com/in/subinsebastien https://plus.google.com/subin<https://plus.google.com/118262481642737404812> http://www.facebook.com/subinsebastien -- You received this message because you are subscribed to the Google Groups &q

Re: [android-developers] sorting the listview

2011-10-17 Thread Subin Sebastian
. You can check my article here<http://subinsebastien.tumblr.com/post/11471793017/extending-listview-in-android>if you wish. If you can share the mentioned code, may be I can work something out. Regards -- Subin Sebastian www.nintriva.com http://in.linkedin.com/in/subinsebastien http://plus.goog

Re: [android-developers] Re: How to stop generation of code from .apk

2011-10-17 Thread Subin Sebastian
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 > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en >

Re: [android-developers] Display Video view in a curved shape

2011-10-18 Thread Subin Sebastian
m > To unsubscribe from this group, send email to > android-developers+unsubscr...@googlegroups.com > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en -- Subin Sebastian www.nintriva.com http://in.linkedin.com/in/subinse

Re: [android-developers] Re: Display Video view in a curved shape

2011-10-19 Thread Subin Sebastian
shape as the background for the parent view. > But did not displayed > video. > > How http://qik.com/ created videoViews? > > thanks > Chenna > > On Oct 18, 12:43 pm, Subin Sebastian wrote: > > Chenna, > > > > Did you try creatin

[android-developers] Issue with TabHost Without Tab activity

2012-06-06 Thread Subin Sebastian
is that, I'm not able to type something in the textbox above the Tabhost in the parent layout. I'm attaching the build for this code for reference as well. Someone please suggest me a solution. Thanks & Regards -- Subin Sebastian http://subinsebastien.tumblr.com http://in.l

[android-developers] Re: Issue with TabHost Without Tab activity

2012-06-07 Thread Subin Sebastian
Can anyone help me out on this? On Wed, Jun 6, 2012 at 6:42 PM, Subin Sebastian wrote: > I have an activity named *One *and the layout xml for that activity is > here :* *https://gist.github.com/2881650 > And the code for this activity class is here : > https://gist.github.com/2881

Re: [android-developers] About accessing List View items from a different Thread

2012-09-27 Thread Subin Sebastian
Thanks Justin, and Blake. I was not aware of Loaders. I will try both the approaches, and will give feedback soon. -- Thanks & Regards -- Subin Sebastian -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group,

[android-developers] Problems with Custom Image View

2013-09-14 Thread Subin Sebastian
ot seem to work. How to solve this problem? -- Thanks & Regards -- Subin Sebastian http://in.linkedin.com/in/subinsebastien -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-d

Re: [android-developers] Re: Problems with Custom Image View

2013-09-15 Thread Subin Sebastian
ot of the current output. >> >> [image: Inline image 1] >> >> >> On Sun, Sep 15, 2013 at 8:30 AM, Subin Sebastian wrote: >> >>> Hello Group, >>> >>> I have created a custom ImageView to show icons in my list view items. >>> T

Re: [android-developers] Re: Problems with Custom Image View

2013-09-16 Thread Subin Sebastian
ll_parent" android:padding="10dp" > -- Thanks & Regards -- Subin Sebastian www.nintriva.com http://subinsebastien.tumblr.com http://in.linkedin.com/in/subinsebastien http://plus.google.com/subin <https://plus.google.com/118262481642737404812> h