So, when you debug, the values you see are the correct ones, but it is
displaying the old values?

Thanks,
Justin Anderson
MagouyaWare Developer
http://sites.google.com/site/magouyaware


On Fri, Jun 8, 2012 at 2:05 AM, naseem Rafique <[email protected]>wrote:

> Yes, I did check,
>
>
> On Wed, Jun 6, 2012 at 8:40 PM, Justin Anderson <[email protected]>wrote:
>
>> Have you verified that? Have you tried debugging your code to make sure
>> that you are refreshing properly?
>>
>>
>> Thanks,
>> Justin Anderson
>> MagouyaWare Developer
>> http://sites.google.com/site/magouyaware
>>
>>
>> On Wed, Jun 6, 2012 at 12:12 AM, naseem Rafique 
>> <[email protected]>wrote:
>>
>>> Hi Justin,
>>>
>>> Thanks for sparing some time.
>>> I do refresh all memory objects infect first I nullify them and re
>>> populate from server.
>>>
>>>
>>>
>>>
>>> On Tue, Jun 5, 2012 at 7:35 PM, Justin Anderson 
>>> <[email protected]>wrote:
>>>
>>>> The problem is most likely in your Profile class...  You need to
>>>> refresh it when you log in.
>>>>
>>>> Thanks,
>>>> Justin Anderson
>>>> MagouyaWare Developer
>>>> http://sites.google.com/site/magouyaware
>>>>
>>>>
>>>> On Tue, Jun 5, 2012 at 7:21 AM, naseem Rafique 
>>>> <[email protected]>wrote:
>>>>
>>>>> Hi folks,
>>>>>
>>>>> I am working on an app in which I need to show three Tabs, on Logout I
>>>>> want to show remove these abs and on login I want to show these tabs with
>>>>> new user's data who just logged in.
>>>>>  For this I used
>>>>>
>>>>> *On Logout:*
>>>>> *
>>>>> *
>>>>>             this.tabHost.clearAllTabs();
>>>>>
>>>>> *On Login:*
>>>>> *
>>>>> *
>>>>> *           *intent = new Intent(this, Profile.class);
>>>>>     spec =
>>>>> mTabHost.newTabSpec("Profile").setIndicator("Profile",res.getDrawable(R.drawable.ic_launcher)).setContent(intent);
>>>>>     mTabHost.addTab(spec);
>>>>>
>>>>> But it doesn't show my contents of new user, but show old contents.
>>>>>
>>>>> Any one, any thoughts.
>>>>>
>>>>> Thanks,
>>>>> Sam.
>>>>>
>>>>>  --
>>>>> You received this message because you are subscribed to the Google
>>>>> Groups "Android Developers" group.
>>>>> To post to this group, send email to
>>>>> [email protected]
>>>>> To unsubscribe from this group, send email to
>>>>> [email protected]
>>>>> For more options, visit this group at
>>>>> http://groups.google.com/group/android-developers?hl=en
>>>>>
>>>>
>>>>  --
>>>> You received this message because you are subscribed to the Google
>>>> Groups "Android Developers" group.
>>>> To post to this group, send email to
>>>> [email protected]
>>>> To unsubscribe from this group, send email to
>>>> [email protected]
>>>> For more options, visit this group at
>>>> http://groups.google.com/group/android-developers?hl=en
>>>
>>>
>>>  --
>>> You received this message because you are subscribed to the Google
>>> Groups "Android Developers" group.
>>> To post to this group, send email to [email protected]
>>> To unsubscribe from this group, send email to
>>> [email protected]
>>> For more options, visit this group at
>>> http://groups.google.com/group/android-developers?hl=en
>>>
>>
>>  --
>> You received this message because you are subscribed to the Google
>> Groups "Android Developers" group.
>> To post to this group, send email to [email protected]
>> To unsubscribe from this group, send email to
>> [email protected]
>> For more options, visit this group at
>> http://groups.google.com/group/android-developers?hl=en
>>
>
>  --
> You received this message because you are subscribed to the Google
> Groups "Android Developers" group.
> To post to this group, send email to [email protected]
> To unsubscribe from this group, send email to
> [email protected]
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en
>

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to