Application Manager and MVP
So, in this week I will improve the Application Manager. It's currently install all apk from a directory on all device. Making some option like :
- Choose on which device we want to install it
- Choose which apk from a directory we want to install
- Maybe more with the time, like a list of application to uninstall ?
The screen look like :
It's really lite right now.
And I changed the architecture of the project with a MVP, so the repository look like :
- Choose on which device we want to install it
- Choose which apk from a directory we want to install
- Maybe more with the time, like a list of application to uninstall ?
The screen look like :
It's really lite right now.
And I changed the architecture of the project with a MVP, so the repository look like :
NameContract : it's where we define all the method in the Presenter and the View
NameView : the view
NamePresenter : the logic of the view related
And that about it.
Commentaires
Enregistrer un commentaire