Jordoser / Tonight401

Git intended for the Tonight team
0 stars 0 forks source link

Parse #2

Closed telbohtimy closed 9 years ago

telbohtimy commented 9 years ago

Hi, I put on a separate branch(In case its broken I haven tested it all) code that gets the venue names from parse. It does this fine the thing is it doesn't do this fast enough. When you first load up the app the list will be empty but if you turn your phone side ways it adds the contents just fine and we return your phone back it will add the bar names again(this is due to me not clearing the list every onCreate). I'm not sure how to get to add right at the start up though

Jordoser commented 9 years ago

I'll take a look when I get home, are you loading that info in the main activity or the splash screen? On Feb 10, 2015 4:07 PM, "telbohtimy" notifications@github.com wrote:

Hi, I put on a separate branch(In case its broken I haven tested it all) code that gets the venue names from parse. It does this fine the thing is it doesn't do this fast enough. When you first load up the app the list will be empty but if you turn your phone side ways it adds the contents just fine and we return your phone back it will add the bar names again(this is due to me not clearing the list every onCreate). I'm not sure how to get to add right at the start up though

— Reply to this email directly or view it on GitHub https://github.com/Jordoser/Tonight401/issues/2.

telbohtimy commented 9 years ago

Main activity.

Jordoser commented 9 years ago

Ok cool I'll take a look at it, I might try moving it to the splash screen so we can hide that time and we can just store that data in a controller class and in the activity just read from there. Probably a Singleton On Feb 10, 2015 4:18 PM, "telbohtimy" notifications@github.com wrote:

Main activity.

— Reply to this email directly or view it on GitHub https://github.com/Jordoser/Tonight401/issues/2#issuecomment-73805470.

telbohtimy commented 9 years ago

Moving it to the splash screened worked. Might want to increase the splash screen time for good measure