ERNICommunity / erni-moods-android

Android ERNI moods app (Hack Sessions)
0 stars 0 forks source link

Fix the ActionBar tabs #1

Closed guslong closed 10 years ago

guslong commented 10 years ago

Problem: can't get the Action Bar tab to hide on the signup screen and show on the other screens. Possible reason is that the ActionBar is not 'refreshed' when the fragments are changed. Maybe try to call the ActionBar code from onAttach method... something like that. Also extract the code for the tabs into a method to make it more reusable.

guslong commented 10 years ago

seems to work now. The only thing is that on startup the action bar displays briefly and is then hidden when the signup fragment is loaded... would be better to have the action bar only created if the user needs to signup. Should be an easy fix.

elgrangrifon45 commented 10 years ago

great work, we do have a working end-to-end version now :100: