如何创建像lenscard一样的名片制造商和设计师Android应用程序
大家好,我想创建一个Android应用程序,您可以在其中创建和设计电子商务卡。我想创建像Lenscard这样的东西。流程将类似于输入联系信息----->从模板列表中选择卡片模板-----> 编辑或设计卡片。编辑是最重要的部分。用户应该能够
1)拖放文本视图
2)从图库中添加图片
3)更改字体和颜色
4)添加文本视图或删除它们
请,我真的想知道如何实现这一目标。谢谢
我尝试了什么:
我试过研究拖累在Android上删除功能。我也试图寻找我可以遵循的库或一些示例开源项目。
Hello everyone, I would like to create an Android app where you can create and design an e-business card. I want to create something like Lenscard. The flow would be like "Enter Contact Information" -----> "Select a card template" from a list of templates -----> "Edit or design the card". The edit is the most important part. The user should be able to
1) Drag and drop text views
2) Add Images from Gallery
3) Change fonts and color
4) Add text views or remove them
Please, I would really to know how to achieve this. Thanks
What I have tried:
I have tried researching drag and drop functionality on Android. I have also tried to look for libraries or some sample open source project I can follow.