android-boilerplate icon indicating copy to clipboard operation
android-boilerplate copied to clipboard

Bootstrap your database backed Android Project with a simple manifest

Results 1 android-boilerplate issues
Sort by recently updated
recently updated
newest added

Some of the generated files (I noticed this in activities) have the package and/or imports hard-coded to the default (original author's) path, e.g: ``` import com.mparaiso.crud.R; import com.mparaiso.crud.dao.*; import com.mparaiso.crud.model.*;...