Hi SB Dev,
In my case its not quite possible to estimate data set size. It completely depends on user actions. But yes, if that's possible then checking available space at start up will be very...
Type: Posts; User: Kunal Prime; Keyword(s):
Hi SB Dev,
In my case its not quite possible to estimate data set size. It completely depends on user actions. But yes, if that's possible then checking available space at start up will be very...
Cool. I started with Nokia Music rest API's last Friday and we a contest on it started. :)
Regards
Hi Yassine,
Ya i did that in meantime and arrived at the same code. :) BTW thanks for the [CODE] tag.:)
Regards
Hi Yassine,
Used below code
But it throws me below exception.
Hi Yassine,
Thanks, will test this snippet and let you know. :)
Regards
Hi Loukt,
So i need to check and handle these conditions by myself using timer or some other logic right.? System will not convey me by raising some event when...
Hi All,
I want to handle low storage space condition(isolated storage not ram memory) in my application. So if this case happens do i get some notification from system? Or do i need to set up a...
Hi to_pe,
But how do i read my .xaml file at runtime. Its BuildAction is set to Page since it is associated with a .xaml.cs file..
Regards
Hi All,
Can i dynamically replace Tools.xaml with some other xaml page as PivotItem Content from code??
Regards
Hi Loukt,
Thanks a lot. Everything works like charm now. :)
Regards
Hi all,
I have a pivot page and a Tools.xaml file. Tools.xaml file is associated with a code behind Tools.xaml.cs and its ViewModel ToolsViewModel.cs. Now i want to use Tools.xaml in one of my...
Thank you theothernt. I will try it with a sample application. :)
Hi all,
Ended up with above code. Let me know if it can be simplified
Regards
Hi all,
@Loukt : Thanks for your suggestion. It gave me a point to start. Took the same logic as you suggested, just that implemented KeyUp method rather than TextChanged. Though it seemed simple...
Hi Loukt,
This library seems much powerful then XmlSerializer. But since i had used XmlSerializer earlier using the same thing is easy for me than using a completely different stuff. If at all i...
Does not works for Windows phone 8 too.. :( Will check on Xml stuff and update soon.
Hi wizard_hu_ ,
Unable to use BinaryFormatter or SoapFormatter. I guess like ISerializable these API's too are removed from windows phone API bundle.
I guess robust solution is what i want. As wizard_hu_ pointed, will look into Binary Serialization (Version Tolerant Serialization)..
Regards
This looks useful. I have no idea how i missed it. :confused: Will look into it.
This is what XmlSerializer do right.? So according to you if i initialize my new field to its default value then...