Re: [android-developers] Spinner in tabwidget

2014-02-21 Thread TreKing
On Fri, Feb 21, 2014 at 1:54 AM, Rahul Kaushik rahulkaushi...@gmail.comwrote:

 i have tabs each containg 50 +edit text and this may very up to 1000 so
 saving the data will make the app too bulky,so


More bulky than 50+ edit texts? OK.


 i added view(Containing spinner and buttons) in tabwidget and set the
 default tabs of width 1dp, now am able to switch between tabs data with the
 spinner item click without losing data but now issue is when i click on
 spinner item scrolling is not working

 Please suggest


It's hard to suggest since your description is, again, so vague. I suggest
you debug your app and implement a solution. Or better describe the
problem. Or show a picture of the issue.

-
TreKing http://sites.google.com/site/rezmobileapps/treking - Chicago
transit tracking app for Android-powered devices

-- 
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
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
Android Developers group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [android-developers] Spinner in tabwidget

2014-02-20 Thread TreKing
On Thu, Feb 20, 2014 at 12:58 AM, Rahul Kaushik rahulkaushi...@gmail.comwrote:

 issue with current approach, i have to recreate the Data Layout and
 because of this i can not persist the entered values in  controls .like
 when i go back to earlier clicked option from tab data enter in the
 controls are lost


So just save the data for each tab when you transition from it. You must
have some kind of data object model that represents your data and is stored
in memory ... right?

-
TreKing http://sites.google.com/site/rezmobileapps/treking - Chicago
transit tracking app for Android-powered devices

-- 
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
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
Android Developers group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [android-developers] Spinner in tabwidget

2014-02-20 Thread Rahul Kaushik
i have tabs each containg 50 +edit text and this may very up to 1000 so
saving the data will make the app too bulky,so

i added view(Containing spinner and buttons) in tabwidget and set the
default tabs of width 1dp, now am able to switch between tabs data with the
spinner item click without losing data but now issue is when i click on
spinner item scrolling is not working

Please suggest

Thanks
RK


On Fri, Feb 21, 2014 at 4:55 AM, TreKing treking...@gmail.com wrote:


 On Thu, Feb 20, 2014 at 12:58 AM, Rahul Kaushik 
 rahulkaushi...@gmail.comwrote:

 issue with current approach, i have to recreate the Data Layout and
 because of this i can not persist the entered values in  controls .like
 when i go back to earlier clicked option from tab data enter in the
 controls are lost


 So just save the data for each tab when you transition from it. You must
 have some kind of data object model that represents your data and is stored
 in memory ... right?



 -
 TreKing http://sites.google.com/site/rezmobileapps/treking - Chicago
 transit tracking app for Android-powered devices

 --
 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
 For more options, visit this group at
 http://groups.google.com/group/android-developers?hl=en
 ---
 You received this message because you are subscribed to the Google Groups
 Android Developers group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to android-developers+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/groups/opt_out.


-- 
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
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
Android Developers group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [android-developers] Spinner in tabwidget

2014-02-19 Thread TreKing
On Thu, Feb 20, 2014 at 12:19 AM, Rahul Kaushik rahulkaushi...@gmail.comwrote:

 I want to create a tab widget in  which have a previous button ,a spinner
 then again a next  button
 When user expand the spinner and click on any options it should work like
 regular button in tab widget and click on next button it should show me the
 next tab data and when i click on prevois button it should show me the
 prevoius button data

 PLease Suggest


1 - You need to explain the issue better - maybe show a picture of what
you're trying to achieve?
2 - What have you tried that hasn't worked?

-
TreKing http://sites.google.com/site/rezmobileapps/treking - Chicago
transit tracking app for Android-powered devices

-- 
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
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
Android Developers group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.