Articles

Affichage des articles du juin, 2017

Loading Instruction + Design

Image
Last week, I worked on : - Changing design - Loading Instruction The menu is not finish, the loading and the number are not updated.

Create Instruction

Image
Last week, I have been working on the Creation of Instruction. This party is to create a bunch of action in an order (like Installation of APK, Pushing file, ...). That will create an archive with all the apk, file and a json file instruction. So like that the archive can be shared. Description:

Application Manager and MVP

Image
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 : 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.

Device View + Android Application

Image
So in this acticle, we will talk about the "Device View", the primary view of the Sugarizer Deployment Tool. The device are detected in real time when there are connected to the computer and follow the steps below : Step 1 - New device detected Step 2 - Check if device has the Sugarizer Deployment Tool App Step 2.1 - If not install the app Step 3 - Start the application Step 4 - Ping device to which one is it Video detail : Actually in the video we can see that when we press "PING", the UI freeze. It's because the task is not done in the background. That the primary thing to fix for the next time. Next, with a task Gradle we can build an archive with the app and the differents dependencies needed for the app to work. Actually not tested : launch it on every OS (Windows & MACOS works).