See how to use it in Android Studio as library
https://github.com/alzhuravlev/MockAppDemo
To be short:
1. Design UI right in your phone
2. Quickly share UI as APK (right from your phone) with your customers
3. Inflate your UI in your Android Studio project in one line of code
This app's UI completely build on MockApp!
Traditionaly UI prototypes are created using great tools like zeplin, figma etc. Developer takes that assets and trying to recreate UI using Android layout XML. If something changed cycle has to be repeated. So we have two bunches of assets: produced by designing tool and Androdi XML that needs to be in keep sync. As we all know that the shorter the dev cycle the better.
So why we couldn't experimenting with UI right in Android UI terms (Views)? When design assets become a real app assets, not just a nice pictures!
The challenge of this tool is to have one bunch of assets for design and production code.
了解如何在Android Studio中将其用作库
https://github.com/alzhuravlev/MockAppDemo
简而言之:
1.直接在手机中设计UI
2.与您的客户快速共享UI(直接从您的手机)
3.在一行代码中为Android Studio项目中的UI充气
这个应用程序的UI完全基于MockApp!
Traditionaly UI原型是使用zeplin,figma等优秀工具创建的.Developer接受资产并尝试使用Android布局XML重新创建UI。如果发生了变化,必须重复循环。因此,我们有两组资产:由设计工具和Androdi XML生成,需要保持同步。众所周知,开发周期越短越好。
那么为什么我们无法在Android UI术语(视图)中尝试使用UI?当设计资产成为真正的应用资产时,不只是一个漂亮的图片!
该工具的挑战是为设计和生产代码提供一堆资产。