↧
How to Sort a String array in Android.
Hello all…. This is a simple example showing how to sort a string array which is a arraylist in android. we sort the array using the “Collections” class in android. Here is a simple example package...
View ArticleSaving Key-Value pair in Windows Phone using IsolatedStorageSettings
This sample code helps you to save a key and a corresponding value in windows Phone inside your application sandbox with the help of isolatedStorageSettings. PLease check this post before working...
View ArticleUsing a ListBox, Dynamically adding contents to a listbox in Windows Phone
This post shows how to add string objects to a ListBox Control in Windows Phone. Make sure to choose a C# template for the project. This is the layout . This is the complete Layout Just change the...
View Article