Get Even More Visitors To Your Blog, Upgrade To A Business Listing >>

Blog Directory  >  Software Blogs  >  Programming Blogs  >  Learn Android programming Blog  > 

2012-10-16 08:53
I was performing some transformations (scaling) on 2D sprites like this:CIwMat2D matrix;rot.Scale(IW_FIXED(2));When I ran the app I received the following exception:IwAssert failure (GEOM, 3… Read More
2012-10-10 11:09
If you want to output debug messages in your output console in Visual studio, you can do it in two ways:Use standard C++ output stream coutcout<<"Your Message"<<endl;use the Marm… Read More
2012-10-06 11:55
“I came across this invitation for developers to give their perspectives to mobile industry leaders such as Microsoft, Google, Apple and RIM.  Check it out”It's a really nic… Read More
2012-02-12 19:20
SUNPHOS  is a professional android application for photographers who needs to plan a day around the constantly changing character of sunlight. It provides you with valuable information… Read More
2011-10-22 21:14
Android 4.0 (Ice Cream Sandwich) introduced a new type of layouts: the Gridlayout.Gridlayout is like the <Table> tag in HTML. child widgets are arranged in Cells made of Rows and Colum… Read More
2011-08-06 10:14
Most Android phones have a search button. this button is used to search contacts,applications or anything on the phone. We can make use of the search functionality in our apps.In this post w… Read More
2011-07-05 17:22
Android Service is used for long-running processes that do not require user interaction, such as calling a web service and parsing response. Or processes that need to be running even if the… Read More
2011-07-04 17:19
if we have a JSON web service response like this:"persons"[{"person"{"firstName": "John", "lastName": "Smith", "age": 25}}{"person"{"firstName": "Catherine", "lastName": "Jones"… Read More

Share the post

Learn Android

×

Subscribe to Learn Android

Get updates delivered right to your inbox!

Thank you for your subscription

×