Conversation

Notices

  1. I am just sitting here trying to get a simple action bar working in Android and my brain is already exploding.

    Saturday, 20-Oct-12 18:17:20 UTC from web
    1. @redenchilada That's good, it just means your brain is getting bigger so that it can handle the increased workload! It would be bad if your brain was imploding.

      Saturday, 20-Oct-12 18:18:50 UTC from web
      1. @toksyuryel The docs are telling me to add an attribute but my IDE is spitting out errors when I add said attribute what the hell

        Saturday, 20-Oct-12 18:22:54 UTC from web
        1. @redenchilada Maybe your IDE isn't up to date with the latest spec? That or your docs aren't up to date. Or you could be adding it incorrectly.

          Saturday, 20-Oct-12 18:24:02 UTC from web
          1. @toksyuryel I just updated everything with the Android SDK Tools, I'm using Google's online docs, and I'm adding it exactly where it tells me to. I have no clue how to set this up while keeping support for 2.x devices. ;_;

            Saturday, 20-Oct-12 18:26:05 UTC from web
            1. @redenchilada I believe you can just target both APIs. I'm not sure though

              Saturday, 20-Oct-12 18:28:12 UTC from web
              1. @rainbowhurricane There is a "minSdkVersion" and a "targetSdkVersion". In order for it to run on Gingerbread devices, I have to do some different thing and create it in the activity layout somehow I have no clue what I'm doing .png

                Saturday, 20-Oct-12 18:31:56 UTC from web