[android-developers] how to make scrolling text overlay for debugging

2012-07-23 Thread cellurl
Hi,

I am trying to debug on a phone.
So I am trying to put some messages over the display.
Some simple way to have messages stream down or such.

Simple is good. I didn't see any examples anywhere..
Heres my layout. I have a touchview but I can remove that temporarily...

Thanks for looking!
-cellurl


?xml version=1.0 encoding=utf-8?
FrameLayout xmlns:android=http://schemas.android.com/apk/res/android;
android:layout_width=fill_parent
android:layout_height=fill_parent

org.wikispeedia.screamingspeedometer2.JetBoyView 
android:id=@+id/JetBoyView
android:layout_width=fill_parent
android:layout_height=fill_parent / 

 TextView  
android:id=@+id/touchView 
android:background=# 
android:layout_weight=1 
android:layout_width=fill_parent 
android:layout_height=fill_parent 
/

/FrameLayout


-- 
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

Re: [android-developers] how to make scrolling text overlay for debugging

2012-07-23 Thread Justin Anderson
Why not just use a Toast?

Thanks,
Justin Anderson
MagouyaWare Developer
http://sites.google.com/site/magouyaware


On Thu, Jul 19, 2012 at 9:52 PM, cellurl gpscru...@gmail.com wrote:

 Hi,

 I am trying to debug on a phone.
 So I am trying to put some messages over the display.
 Some simple way to have messages stream down or such.

 Simple is good. I didn't see any examples anywhere..
 Heres my layout. I have a touchview but I can remove that temporarily...

 Thanks for looking!
 -cellurl


 ?xml version=1.0 encoding=utf-8?
 FrameLayout xmlns:android=http://schemas.android.com/apk/res/android;
 android:layout_width=fill_parent
 android:layout_height=fill_parent

 org.wikispeedia.screamingspeedometer2.JetBoyView
 android:id=@+id/JetBoyView
 android:layout_width=fill_parent
 android:layout_height=fill_parent /

  TextView
 android:id=@+id/touchView
 android:background=#
 android:layout_weight=1
 android:layout_width=fill_parent
 android:layout_height=fill_parent
 /

 /FrameLayout


  --
 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 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] how to make scrolling text overlay for debugging

2012-07-23 Thread Gautam Khatri
http://www.mkyong.com/tutorials/android-tutorial/


On Mon, Jul 23, 2012 at 11:12 PM, Justin Anderson magouyaw...@gmail.comwrote:

 Why not just use a Toast?

 Thanks,
 Justin Anderson
 MagouyaWare Developer
 http://sites.google.com/site/magouyaware



 On Thu, Jul 19, 2012 at 9:52 PM, cellurl gpscru...@gmail.com wrote:

 Hi,

 I am trying to debug on a phone.
 So I am trying to put some messages over the display.
 Some simple way to have messages stream down or such.

 Simple is good. I didn't see any examples anywhere..
 Heres my layout. I have a touchview but I can remove that temporarily...

 Thanks for looking!
 -cellurl


 ?xml version=1.0 encoding=utf-8?
 FrameLayout xmlns:android=http://schemas.android.com/apk/res/android;
 android:layout_width=fill_parent
 android:layout_height=fill_parent

 org.wikispeedia.screamingspeedometer2.JetBoyView
 android:id=@+id/JetBoyView
 android:layout_width=fill_parent
 android:layout_height=fill_parent /

  TextView
 android:id=@+id/touchView
 android:background=#
 android:layout_weight=1
 android:layout_width=fill_parent
 android:layout_height=fill_parent
 /

 /FrameLayout


  --
 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 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 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