[go: up one dir, main page]

Menu

#1 TabActivity is deprecated

1.0
wont-fix
code (2)
2013-10-13
2013-10-05
No

Fix deprecated java/android code in MainActivity with TabActivity. This is pretty bad if this TabActivity does not exist anymore as it's the core of my little GUI design...

Discussion

  • Mojo Ze Jojo

    Mojo Ze Jojo - 2013-10-05

    from stackoverflow:
    New applications should use Fragments instead of this class; to continue to run on older devices, you can use the v4 support library which provides a version of the Fragment API that is compatible down to DONUT."* (http://developer.android.com/reference/android/app/TabActivity.html)

    --> I don't have a device with android 4, so let's put the ignore warning option and revisit this when I'll want to go to android 4.

     
  • Mojo Ze Jojo

    Mojo Ze Jojo - 2013-10-05
    • labels: --> code
    • summary: code: TabActivity --> TabActivity is deprecated
    • status: open --> wont-fix
    • assigned_to: Mojo Ze Jojo
     
  • Mojo Ze Jojo

    Mojo Ze Jojo - 2013-10-13

    I've updated the code to use fragments, but this will be a new version because the changes are quite extensive. Time to learn about Git.

     

Log in to post a comment.