diff --git a/docs/weekly_2019-02-11.rst b/docs/weekly_2019-02-11.rst index b64a8f1..5ce4e96 100644 --- a/docs/weekly_2019-02-11.rst +++ b/docs/weekly_2019-02-11.rst @@ -5,26 +5,37 @@ Weekly Progress Android Layouts =============== - * Android ConstraintLayout 1.1.3 - 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 ===== - * Debug Android binaries: - https://resources.infosecinstitute.com/guide-debugging-android-binaries/ * Android Library: https://developer.android.com/studio/projects/android-library * 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 ======= - * ANDROID: Activity: plaintext, encrypt * Create Two Projects - nc-wc-ndk (remove android GUI code) @@ -37,7 +48,6 @@ WORKING COMPLETED ========= - * test JNI lib !!! =) - try some java code that will call a C-hook * create distributed library package @@ -48,7 +58,6 @@ COMPLETED ISSUES ====== - * how to include NDK ABI Libs and also java class files?? - use a ".aar" file, it is generated from gradle - ./build/outputs/aar/.aar