[android-beginners] how to debug an application which starts with file manager application

2010-05-02 Thread Parse
Hello to all.

I want to debug an PDF viewer application in eclipse.

The file cannot be directly opened using the application.

The application starts only using selecting a file from file manager
and then selecting the PDF viewer application from file manager. If I
directly start the application in debug mode, I cannot open the file.

How can I debug it??

Can you please tell me??

-- 
You received this message because you are subscribed to the Google
Groups "Android Beginners" group.

NEW! Try asking and tagging your question on Stack Overflow at
http://stackoverflow.com/questions/tagged/android

To unsubscribe from this group, send email to
android-beginners+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en


[android-beginners] Top of form is hidden under the Application name

2010-05-02 Thread ScCrow
Ok...its a minor problem.My activity uses "wrap_content" and it
centes, so it sizes as needed.  The problem is that when I put 10
EditText boxes on the screen, the top two are off screen top side, and
you cant scroll to them.  I can scroll to the bottom with no
problems.  I added a padding on the top to get data to show, but the
window is still off the top.

I can live with my fix, but would like to know how to  correct the
problem. The window should have a little margin around all sides.  It
works fine if I have less data.  And, if I type enough data into an
EditBox, it expands to fill the window as expected.  I tried setting
margins, but that didnt work.

Hers is my stat code for the view.. the myShape file just sets the
corners
*
http://schemas.android.com/apk/res/android"; >
  http://schemas.android.com/apk/res/android";
android:id  ="@+id/ItemViewID"
android:orientation ="horizontal"
android:layout_width="wrap_content"
android:layout_height   ="wrap_content"
android:layout_gravity  ="center"
android:background  ="@drawable/myshape"
android:paddingLeft ="5dp"
  android:paddingRight  ="5dp"
  android:paddingTop="625dp"
  android:paddingBottom ="5dp"
 >

-- 
You received this message because you are subscribed to the Google
Groups "Android Beginners" group.

NEW! Try asking and tagging your question on Stack Overflow at
http://stackoverflow.com/questions/tagged/android

To unsubscribe from this group, send email to
android-beginners+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en


[android-beginners] [SCREENCAST] How to do Unit Testing for Android on Eclipse.

2010-05-02 Thread Gubatron
In case you're frustrated and gave up on setting up your unit tests,
or if you're planning to do unit test driven development, I've made a
screencast to illustrate how I managed to run unit tests (after a lot
of reading all over the place, this is what worked for me)

http://www.gubatron.com/blog/2010/05/02/how-to-do-unit-testing-on-android-with-eclipse/

Hope it will help a lot of new developers.

Cheers,
Gubatron

-- 
You received this message because you are subscribed to the Google
Groups "Android Beginners" group.

NEW! Try asking and tagging your question on Stack Overflow at
http://stackoverflow.com/questions/tagged/android

To unsubscribe from this group, send email to
android-beginners+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en