Showing posts with label Programming. Show all posts
Showing posts with label Programming. Show all posts

50+ Mobile application frameworks for mobile software developers

Nowadays mobile application development has become a hot topic among the developers. People are now inclined towards mobile held devices like phone,tablet and smart phones more than desktop computers or laptop computers. According to Wikipedia It is estimated over 6.8 billion mobile devices are in use across the globe.

Developing software applications for mobile devices has its own challenges. Unlike PC software, when developing mobile software, developer sometime has to use entirely different sets of controllers for the application. Often developer has to write code which would address performance issues and data transfer issues differently than a non Mobile software application.

How to convert an object in to an array in PHP?

It felt like a big deal to me few months ago until I personally came across a situation like this.
In my mind I thought turning an object in to an array required sort of looping or some sort of tricky codes involved.

But when I did a little research I found out its not a big deal at all!

Only a single line of code dose the whole job!

How to convert XML into an associative array in PHP?

The other day I wanted to convert an XML document into an associative array for a specific task.
I knew I could get relevant information using XPath and few lines of code tweaks as well.

But still I was looking for a different but easy way of doing it.

So I went to Google and typed in 'How to convert XML into an associative array?'  in the text box and pressed 'Search'.