Android Development cheats: How to quickly learn to copy other product UI

Source: Internet
Author: User

1, reverse the corresponding products, tools can be downloaded in my github.

git clone https://github.com/zencodex/hack-android.git

2, download I do an empty project, is similar to the use of HelloWorld wizard generated, with git storage, easy git reset initial state, reuse.

git clone https://github.com/zencodex/hackit.git

3, the reverse out of the product catalog res/directory of all files, copy covering to the Hackit project under the

4, go to layout can look at its layouts, but some of the layout of the class referenced in the code, there will be error prompts.

So you can use dex2jar.sh to convert the Classes.dex into a jar package and add it to the Hackit project, so Perfect, as follows:

[Email protected]:/cracktools/dex2jar]$ unzip-j. /out/mcontact_3.3.0_201406192102_mcontact_www.apk classes.dexarchive:  .. /out/mcontact_3.3.0_201406192102_mcontact_www.apkreplace Classes.dex? [Y]es, [N]o, [A]ll, [N]one, [R]ename:y  inflating:classes.dex[[email protected]:/cracktools/dex2jar]$. dex2jar.sh classes.dexthis cmd is deprecated, use the D2j-dex2jar if Possibledex2jar Version:translator-0.0.9.15dex2jar C Lasses.dex, Classes_dex2jar.jardone.

Copyright belongs to: Buckle Ding Chan Division

Original address: http://www.yinqisen.cn/blog-708.html

Android Development cheats: How to quickly learn to copy other product UI

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.