Known Hybrid App

Before trying those apps, readers should be noted that the hybrid app does not necessarily mean “PhoneGap” app. The detail illustration is in this thread.

1. Facebook Apps

The old facebook apps for iOS and Android, and current facebook …

Cross platform development for mobile application

1. Phonegap and Cordova

Hybrid app

The relation between these two: http://phonegap.com/2012/03/19/phonegap-cordova-and-what%E2%80%99s-in-a-name/ ; Basically, the phonegap is a distribution of Cordova.

The project (JIRA) page of Cordova: https://issues.apache.org/jira/browse/CB#selectedTab=com.atlassian.jira.plugin.system.project

Phone gap gives you more service:

Comprehensive documentation: https://github.com/phonegap/phonegap/wiki

Phong gap build: https://build.phonegap.com/

Phone …

A limitation in Intent-filter of Android Application

From http://stackoverflow.com/questions/3400072/pathpattern-to-match-file-extension-does-not-work-if-a-period-exists-elsewhere-i

The android team chose an unfortunate way to implement pathPattern. You can take a look at how the pattern matching is implemented in the android.os.PatternMatch class:

https://github.com/android/platform_frameworks_base/blob/master/core/java/android/os/PatternMatcher.java

We’re used to .* working like it does in a regular …