Search:

Type: Posts; User: HanneSThEGreaT

Search: Search took 0.07 seconds.

  1. Re: Unable to click buttons on running android app

    I deleted the SystemUiHider stuff and now everything works!!!!! :)

    Thanks for any attempts to help me

    Hannes
  2. Re: Can I get some help fixing this issue?

    Index out of bounds usually menas that you are referring to an array element that doesn't exist. This may mean that whatever you are using to obtain the array elements loops too long. Remember,...
  3. Re: Unable to click buttons on running android app

    My two layouts look as follows :

    activity_fullscreen_activity_ncc.xml

    <FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:tools="http://schemas.android.com/tools"...
  4. [SOLVED] Re: Installed Android program which I created bombs out

    Hi!

    I managed to get it working! :) with all your help, thanks!

    I was casting my listview's items incorrectly, and fiddled with it, until it worked. Yay!

    Hannes
  5. Unable to click buttons on running android app

    Hello

    Me again.

    I finally managed to get my application working on my phone.

    Problem now is:

    The application shows, but I cannot click anywhere. This means that none of my events fire -...
  6. [SOLVED] Re: Installed Android program which I created bombs out

    Thanks. Is there any other way to make a listview without any other "sub content"?
  7. [SOLVED] Re: Installed Android program which I created bombs out

    Thanks again for your help, I understand. Just got frustrated.

    Seems I'm getting somewhere..... I think

    An error I get is android.widget.LinearLayout cannot be cast to android.widget.ListView
    ...
  8. [SOLVED] Re: Installed Android program which I created bombs out

    Through Lint, I managed to fix some errors. Still no light :( I did replace my earlier attachment with the most current one. I really do not know what else to do, except for giving up - which I don't...
  9. [SOLVED] Re: Installed Android program which I created bombs out

    Do you think it is wise to redo my design completely, in order to hopefully eradicate the error?
  10. [SOLVED] Re: Installed Android program which I created bombs out

    Wow, thanks for all your efforts guys.

    I am attaching my project here - all the layouts and classes are in there, perhaps it could help identifying the error.

    I just have warnings in my...
  11. [SOLVED] Re: Installed Android program which I created bombs out

    thanks for all your help. Yes. my namespace is com.ver.ncc
    Well by the looks of it line 103 is:

    Setcontentview(r.layout.activity_fullscreen_activity_ncc);

    The asing is not right because i am...
  12. [SOLVED] Re: Installed Android program which I created bombs out

    2173OK I give UP!

    After wasting a whole day finding the freking OEMs for my phone and installing it, and setting up my Devices to run on my phone, I just get a whole lot of jargon in LogCat :(
    ...
  13. [SOLVED] Re: Installed Android program which I created bombs out

    Hi. I apologise for not mentioning my IDE earlier. I.am indeed using Eclipse. I will try your suggestion tomorrow morning. I did not know I could do that! I could have saved you all and myself a lot...
  14. [SOLVED] Re: Installed Android program which I created bombs out

    How do I do that :) ? Sorry, I'm stupid ;)

    I'm making use of the Samsung Galaxy SII AVD, and that has reported no errors.
  15. [SOLVED] Re: Installed Android program which I created bombs out

    Thanks for taking the time to answer my question.

    As mentioned in my first post :

    "When I attempt to run it, my phone says that the app has stopped working and I must Force Close it."

    My...
  16. [SOLVED] Installed Android program which I created bombs out

    Hi.

    I'm taking a chance to post here, and I really hope someone would be able to assist me :(

    It is my first android app.

    I have created a very small android app. Basically it consists of a...
Results 1 to 16 of 16