A Simple Layout with two listViews. By James | March 2, 2012 0 Comment Here is a simple example to show two listviews horizintally in android. here is the java code that sets up the list. Here is the main.xml file. Here is the layout for each row in the list . Here is the complete source code for this example.
How to create Image Reflection in Android? By James | January 8, 2012 0 Comment This simple Activity creates a reflection of the provided image. Download the complete source code for above example from here.