Appcelerator Titanium Development workshop in Chennai

Techday7 is organizing a Appcelerator Titanium Development workshop in Chennai on June 16 2012 with the name of Cross Platform Mobile Development using Appcelerator Titanium. Techday7 is providing a 3 hour workshop. This workshop is targeted at the developer to equip them to use Appcelerator’s Titanium platform to create cross platform native mobile applications using HTML, CSS and Javascript skills and open source technologies. Come and learn the recommended practices, techniques and methodolog...
Read More

Titanium Properties Get and Set in Best way

Build cross platform apps using PhoneGap, Titanium and many more. Let see with SDK on by one. PhoneGap :- It is Best solution for creating cross platform apps. Web developers can start creating native apps with out any training. Because we can develop apps using HTML5 and friends (JS and CSS3). It will load HTML pages, CSS and Javascripts file from resource folder to WebBrowser control. Titanium :- Another Great solution for cross platform apps. Same like PhoneGap, here also we can using J...
Read More

Play Background music in Windows Phone app C# code

We want to play background sound in our Windows Phone app, we can play using this below objects. 1) MediaElement -- need to include phone.controls dll 2) SoundEffect  - need to include XNA framework dlls To Play Sound in background first we have to please audio file in our project. in my case I placed those audio file in Sounds folder. Then in Solution Explore right click on add audio file and go to Properties . In Build Action, set value to Content. Copy to Output Direct value to Copy if n...
Read More