Posts

Showing posts from February, 2012

How to uninstall/delete an application from the android emulator?

Note: make sure the emulator is running. Then follow below steps: 1. Find where you installed the SDK. Mine is at C:\Program Files\Android Create a DOS window Navigate to C:\Program Files\Android\android-sdk\platform-tools (where ADB exist) 2. adb shell 3. cd /data/app 4. ls (It will display all the .apk installed in your emulator) 5. rm ***.apk(which you want to remove) 6. exit

Appcelerator Titanium Mobile

Titanium provides a platform for web developers to build cross-platform, native mobile applications using web technologies such as HTML, JavaScript and CSS. Currently, Titanium supports mobile smartphone operating systems such as Apple iPhone and Google's Android. However, they are planning to support the RIM Blackberry and other platforms. Features With Titanium, you use JavaScript to code your application. Titanium's compiler will compile your application code into an efficient native executable for each target mobile platform. Titanium writes native code so you don't have to. :) Native apps built using web technologies Apps are compiled and run locally (offline available) Full support for HTML5 and CSS3 Support for all native platform UI controls Third-party JavaScript support such as jQuery, Dojo, etc. Support for in-application SQL database Support for Geolocation (compass, geolocation, forward/reverse lookup) Support for Camera (taking Photos, playing a...

Create amazing Android apps with C# and .NET

Today one of my colleague send me the link of Mono Andriod . A platform to create Andriod app with C# and .NET.. Why you'll love Mono for Android. Mono for Android makes creating Android apps easier than ever before. Cross platform development Discover as you type Reuse existing code Import existing .NET libraries and use them in your Mono for Android apps. The Full Power of Visual Studio Continue using Visual Studio or use our full featured MonoDevelop IDE to create apps using Mono for Android I will try out this soon.. and update you with my findings. -JAk

Some Appcelerator Facts - From Appcelerator News Letter

Appcelerator enables web businesses to rapidly create native mobile, desktop, and tablet applications. With over 150,000 mobile developers & 21,000 apps published under the Titanium platform, we are considered the #1 mobile native development platform on the market. Our customers realize the following benefits with our platform: 60% - 80% savings in development costs Accelerate time-to-market from 6-8 months to 2 months Cut development time in 1/2 Business Benefits w/ Appcelerator Develop once, deploy to multiple platforms Cut development time in 1/2 (on avg) Cut code base in 1/2 (on avg) Decrease time to market Leverage existing, lower cost web development team utilizing javascript skill sets vs. native language device specific programming skill sets Scalable solution that enables a customer's mobile strategy to generate revenue Reach a larger audience that is more engaged with your company and offerings Drives customer loyalty Provides a competitive advantage -...

How to setup Titanium on your PC? (for android develper)

Titanium enables web developer to create native mobile, desktop and tablet applications using open web technologies (JavaScript, HTML and CSS) Good post to setup the environment for android here .. Appcelerator training here Mobile best practices here CReating your first Mobile and desktop applications here Building native mobile application VIDEO here Watch this space for more.... Thanks, Jakir