janishar / android-mvp-architecture

This repository contains a detailed sample app that implements MVP architecture using Dagger2, GreenDao, RxJava2, FastAndroidNetworking and PlaceholderView

Home Page:https://janisharali.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Package name is not dynamic.

sherwin14 opened this issue · comments

I tried to use the MVP templates, but when i generate a new mvp file I found that the package name that the template use is still on mindorks project.

import com.mindorks.framework.mvp.ui.base.BaseActivity

mvp

[FIXED]

I fixed this by editing templates changing
from com.mindorks.framework.*.*
to ${packageName} and ${applicationPackage}