MOD: syncing
This commit is contained in:
parent
ec8a14e445
commit
cfa892c8f6
|
@ -5,26 +5,37 @@ Weekly Progress
|
||||||
|
|
||||||
Android Layouts
|
Android Layouts
|
||||||
===============
|
===============
|
||||||
|
|
||||||
* Android ConstraintLayout 1.1.3
|
* Android ConstraintLayout 1.1.3
|
||||||
- Design + Blueprint
|
- Design + Blueprint
|
||||||
|
- attach the constaints, use margins, use the bias too
|
||||||
|
- app:layout_constraintHorizontal_bias="0.2"
|
||||||
|
|
||||||
|
* android:theme="@style/Theme.AppCompat.NoActionBar"
|
||||||
|
|
||||||
|
|
||||||
|
Android Theme
|
||||||
|
-------------
|
||||||
|
* Generate Icons, Labels
|
||||||
|
- https://jgilfelt.github.io/AndroidAssetStudio/icons-launcher.html
|
||||||
|
- https://romannurik.github.io/AndroidAssetStudio
|
||||||
|
* https://developer.android.com/guide/topics/ui/look-and-feel/themes
|
||||||
|
* Base.Theme.AppCompat
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
NOTES
|
NOTES
|
||||||
=====
|
=====
|
||||||
|
|
||||||
* Debug Android binaries:
|
* Debug Android binaries:
|
||||||
- https://resources.infosecinstitute.com/guide-debugging-android-binaries/
|
- https://resources.infosecinstitute.com/guide-debugging-android-binaries/
|
||||||
* Android Library: https://developer.android.com/studio/projects/android-library
|
* Android Library: https://developer.android.com/studio/projects/android-library
|
||||||
* Android Dependencies: https://developer.android.com/studio/build/dependencies#duplicate_classes
|
* Android Dependencies: https://developer.android.com/studio/build/dependencies#duplicate_classes
|
||||||
|
* NDK Obfuscation: https://github.com/Fuzion24/AndroidObfuscation-NDK
|
||||||
|
* NDK SWIG example: https://github.com/sureshjoshi/android-ndk-swig-example
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
WORKING
|
WORKING
|
||||||
=======
|
=======
|
||||||
|
|
||||||
* ANDROID: Activity: plaintext, encrypt
|
* ANDROID: Activity: plaintext, encrypt
|
||||||
* Create Two Projects
|
* Create Two Projects
|
||||||
- nc-wc-ndk (remove android GUI code)
|
- nc-wc-ndk (remove android GUI code)
|
||||||
|
@ -37,7 +48,6 @@ WORKING
|
||||||
|
|
||||||
COMPLETED
|
COMPLETED
|
||||||
=========
|
=========
|
||||||
|
|
||||||
* test JNI lib !!! =)
|
* test JNI lib !!! =)
|
||||||
- try some java code that will call a C-hook
|
- try some java code that will call a C-hook
|
||||||
* create distributed library package
|
* create distributed library package
|
||||||
|
@ -48,7 +58,6 @@ COMPLETED
|
||||||
|
|
||||||
ISSUES
|
ISSUES
|
||||||
======
|
======
|
||||||
|
|
||||||
* how to include NDK ABI Libs and also java class files??
|
* how to include NDK ABI Libs and also java class files??
|
||||||
- use a ".aar" file, it is generated from gradle
|
- use a ".aar" file, it is generated from gradle
|
||||||
- ./build/outputs/aar/.aar
|
- ./build/outputs/aar/.aar
|
||||||
|
|
Loading…
Reference in New Issue