Friday, May 3, 2013

Re: [android-developers] Re: How to get scrolling to just scroll endlessly when you swipe the screen up or down?

Testing on my Galaxy Nexus phone running 4.2.2
 
Looking at my code i provided lastnight, does there seem to be anything that stands out as possible cause?
 
This portion of my code, is what im referring to.. since its not the same as yours..
 

// TODO Auto-generated method stub

super.onCreate(savedInstanceState);

TextView textView = new TextView(this);

setContentView(textView);

textView.setMovementMethod(new ScrollingMovementMethod());



On Thu, May 2, 2013 at 11:58 PM, TreKing <trekingapp@gmail.com> wrote:

On Thu, May 2, 2013 at 11:07 PM, Daniel Chacon <cubangt2@gmail.com> wrote:
thanks, I update the xml layout to match your example and still doing the same thing,
 
Now here is my code as it stands now and everything is returned, but not scrolling as expected.

What are you testing on? Have you tried a different device or emulator?


-------------------------------------------------------------------------------------------------
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+unsubscribe@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+unsubscribe@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+unsubscribe@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+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
 
 

No comments:

Post a Comment