1/4
Running code from DEX / JAR / CLASS file screenshot 0
Running code from DEX / JAR / CLASS file screenshot 1
Running code from DEX / JAR / CLASS file screenshot 2
Running code from DEX / JAR / CLASS file screenshot 3
Running code from DEX / JAR / CLASS file Icon

Running code from DEX / JAR / CLASS file

Roman Kryvolapov
Trustable Ranking Icon
1K+İndirme
1.5MBBoyut
Android Version Icon6.0+
Android sürümü
1.0(03-01-2021)
-
(0 İncelemeler)
Age ratingPEGI-3
İndir
DetaylarİncelemelerBilgi
1/4

Running code from DEX / JAR / CLASS file açıklaması

You can save executable code on any server in the .dex file format and run it using this application.


The .dex format can be obtained from files in the .class format or from files in the .jar format, when compiling a project in Android Studio, the .dex files of all classes automatically are saved in the /app/build/intermediates/project_dex_archive/


At the bottom of this screen is a ConstraintLayout named myLayout, you can refer to it from code and output information to it, for example you can generate programmatically TextView and place it on this myLayout.


You can view the contents of the .dex file using jadx app or similar


Example of code in .dex file:


package com.romankryvolapov.runningfromdexfile;

public class Test {

public void test() {

MainActivity.myTextView.setText("123");

MainActivity.myLayout.removeAllViews();

MainActivity.myLayout.addView(MainActivity.myTextView);

}

}


For all questions, write to roman.kryvolapov@gmail.com


Running code from DEX / JAR / CLASS file - Sürüm 1.0

(03-01-2021)

Henüz yorum veya değerlendirme yok! İlk yorumu yapmak için lütfen

-
0 Reviews
5
4
3
2
1

Running code from DEX / JAR / CLASS file - APK Bilgisi

APK sürümü: 1.0Paket: com.romankryvolapov.runningfromdexfile
Android uyumluluğu: 6.0+ (Marshmallow)
Geliştirici:Roman Kryvolapovİzinler:1
Ad: Running code from DEX / JAR / CLASS fileBoyut: 1.5 MBİndirme: 0Sürüm : 1.0Yayın Tarihi: 2021-01-03 05:54:41Min Ekran: SMALLDesteklenen CPU:
Paket kimliği: com.romankryvolapov.runningfromdexfileSHA1 İmzası: 81:95:0B:D0:16:F6:6A:86:63:36:5D:13:89:E5:65:7C:CE:84:FF:1FGeliştirici (CN): AndroidKurum (O): Google Inc.Yerel (L): Mountain ViewÜlke (C): USEyalet/Şehir (ST): CaliforniaPaket kimliği: com.romankryvolapov.runningfromdexfileSHA1 İmzası: 81:95:0B:D0:16:F6:6A:86:63:36:5D:13:89:E5:65:7C:CE:84:FF:1FGeliştirici (CN): AndroidKurum (O): Google Inc.Yerel (L): Mountain ViewÜlke (C): USEyalet/Şehir (ST): California