I want to code apps for both Iphone and Androids, im unaware of what is out there besides what ive googled, but i havent found some great resourses. If someone can lets me know which language is it easier and reliable, also which tools, even a reference to a good book i can buy. Also how it is possible for it to connect to an online database through a mobile. So if anyone can provide a few reference on how to go about it would be create thank you.
Share
Go take a look at Appcelerator. Its a cross platform development tool that allows you to develop native apps with HTML/Javascript (run through a UIWebView on iPhone), Also take a look at Phonegap and Rhomobile .
Appcelerator allows you to code for android (java) and then it converts the code to iOS for iPhone.
For data, I recommend Appcelerator cloud service.