The Coffee-Bytes plugin by Alex Popescu can add folding functionality to Eclipse IDE.
Development Specialist, Artist and Activist
Personal Website
The Coffee-Bytes plugin by Alex Popescu can add folding functionality to Eclipse IDE.
Development Specialist, Artist and Activist
Personal Website
I am being asked all the time, how come I am not using any antivirus solution in any of my Windows based PC’s?
Development Specialist, Artist and Activist
Personal Website
In the following tutorial, I will demonstrate how to read and parse XML in your Android app.
Development Specialist, Artist and Activist
Personal Website
This article explain the usage of IntentService class in android SDK to perform background processing to offload tasks from an application’s main thread (Your activity).
when IntentService jobs done, the results are sent back to the activity.
Development Specialist, Artist and Activist
Personal Website
Development Specialist, Artist and Activist
Personal Website
Article Difficulty:
this article will explain what is a PXE system, and how to install an Open Source project called: ERPXE. Continue readingDevelopment Specialist, Artist and Activist
Personal Website
URL Parameters are sent to php like:
http://www.example.com?param1=true
when you work with URL parameters you should validate them first.
Development Specialist, Artist and Activist
Personal Website
you can read part 1 here.
you can read part 2 here.
Development Specialist, Artist and Activist
Personal Website
you can read part 1 here.
Development Specialist, Artist and Activist
Personal Website
You may reach a point where you need to transfer data from a server (web-service) to a an android client. although, there are many ways to achieve that goal, one of the simplest is using JSON. JSON is better then XML in terms of small bandwidth footprint. it has a lot of libraries for every available platform, so it makes the best solution for server-client communication.
Development Specialist, Artist and Activist
Personal Website