By Goran Siric on 12/12/2011 9:24 PM

How to connect to your localhost web server (localhost) from the Android application.

By Goran Siric on 11/30/2011 9:14 AM

Here you will find instructions how to:

- connect to your local web server (localhost) from Android application.
- request web page using http GET method 
- send data to a web page using QueryString parameters
- request web page and send data to it using http POST method 

By Goran Siric on 10/25/2011 2:31 PM

See how you  can check in your code if your Android application is running in debug or release mode. 

By Goran Siric on 10/25/2011 8:27 AM

If you found that your R (resource) generated class in Android project have errors you will want to force Eclipse to rebuild that class. To force Eclipse to rebuild generated resource class (R), you just need to click on Project->Clean menu, and then select which projects you want to clean. 

In my case rebuilding generated class did not helped because there was error in my XML layout file and class again had the same error. So if you ever have error in your R (resource) generated class, it is better to first check your error log and find where in the layout or resource files you have error. Usual error is wrongly named resource id of control. After you fix that error and save changes error in R class will usually disappear.



By Goran Siric on 10/13/2011 10:04 AM

Here you can download simple program I made for keeping my DNN site alive. 


By Goran Siric on 10/10/2011 9:36 AM
If you are new to Android it is good to know that there are some default icons in Android you can use in your own applications. 
By Goran Siric on 10/3/2011 3:06 PM

Compound control is control that is created by putting other controls together so they look like one single control. Here is the way how  to create compound button for Android using realative layout to define position of text and image controls on the button. 

By Goran Siric on 9/27/2011 11:01 AM

Today I tried to add Recent blog entries blog module part to my Blog page and have got following error:

A critical error has occurred. An unexpected error has occurred

See how I solved this error.

By Goran Siric on 9/26/2011 12:21 PM

Here you will find story about problems I had while trying to enable formatting of code blocks in DotNetNuke 6 

By Goran Siric on 9/26/2011 10:03 AM

Learn how to convert date and time to text in Android.

Search Blog

Featured articles

GIMP script for creating Android icons at once

Script for creating Android icons for different screen resolutions at once. Icons can be saved using standard Android icons naming conventions and saved in appropriate folders.

Creating Android button with image and text using relative layout

Source code with examples how to use relative layout to create nice buttons with text and images in Android

Android application and the Internet

Tutorial about connecting to the web pages on the Internet from Android application, using both POST and GET web requests.

Recent Entries

Android application and the Internet
Keep my DNN site alive
Android default icons
How to format code blocks in DotNetNuke 6
How to convert date and time to text in Android

Recent Comments

Flash The Net
Izvorni kod >Blog - How to force Eclipse to rebuild generated resource class (R) in Android project ?
# Flash The Net
Great Info.
Great information you got here. I've been reading about this topic for one week now for my papers in school and thank God I found it here in your blog. I had a great time reading this.
Re: GIMP script for creating Android icons at once
Thank you for supporting me :)
Re: GIMP script for creating Android icons at once
Thank you so much! Have donated some money to you so you can buy yourself a good beer.
You deserve it!
Re: GIMP script for creating Android icons at once
Hello all,
script is updated with some new features.

Added support for:
- action bar icons
- icons with custom size
- xhdpi screen icon

I hope that there is no bugs introduced.

Enjoy