Wednesday, June 29, 2011

Late Orders : Soap ASP.NET WebService & Android Ksoap2 Client

Here it is the source code and pictures from a sample application that exposes an ASP.NET 
SOAP webservice that is consumed in an Android Java Client ... 


How to load into Eclipse a project from Google.Code via subversion
How to add Android plugin to Eclipse Indigo


LateOrdersByZone extends ListActivity 


ViewsActivity : 
startActivity(new Intent(this, LateOrdersByZone.class));


Order[] allOrders;
Vector vectorOfStrings = new Vector();



int orderCount = vectorOfStrings.size();
String[] orderTimeStamps = new String[orderCount];
vectorOfStrings.copyInto(orderTimeStamps); 

setListAdapter(new ArrayAdapter(this,
                android.R.layout.simple_list_item_1 , orderTimeStamps));




http://code.google.com/p/jtelmon/source/browse/trunk/AndroidViews/


Order
http://code.google.com/p/jtelmon/source/browse/trunk/AndroidViews/src/net/learn2develop/AndroidViews/Order.java


LateOrdersByZone
http://code.google.com/p/jtelmon/source/browse/trunk/AndroidViews/src/net/learn2develop/AndroidViews/LateOrdersByZone.java


Copy1OfLateOrdersByZone


Copy2OfLateOrdersByZone


Copy3OfLateOrdersByZone






ASP.NET WebService : Orders2a.asmx 









what we want to do in a few years ...


Friday, June 10, 2011

ChromeBooks first - ChromePhones next ?


Google Chromebooks finally go on sale: Available 15th June


What if chromebooks are the second test ( after cr48 ) , 
and the final products will be the CHROME-PHONES ? 
In the case Oracle will win the Android-Java lawsuit ,
and the royalties for Android ( ORCL+MSFT) will be too high , 
Google can propose to smartphone makers another OS  ...
this time : royalty-free !