Skip to content

A WebView wrapper for converting a web app into a hybrid mobile app without getting in the way of your native code.

Notifications You must be signed in to change notification settings

emcegp/neeman-android

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

##Installation

Step 1: Add this in your root build.gradle at the end of repositories:

allprojects {
	    repositories {
		      ...
		      maven { url "https://jitpack.io" }
	    }
 }

Step 2. Add the dependency

dependencies {
     compile 'com.github.intellum:neeman-android:0.1-alpha'
}

About

A WebView wrapper for converting a web app into a hybrid mobile app without getting in the way of your native code.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages