How to decompile an apk and save project? [closed] - android

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 6 years ago.
Improve this question
I need to decompile .apk file, and save it. I'm using http://www.javadecompilers.com/ , but I don't know how to save the folders.

Try Java Decompiler
WIKI page or
Homepage
You can decompile and save the whole content of the archive in an appropriate package struckture.

Related

Can I upload CSV files to Android firebase? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 5 years ago.
Improve this question
I am using Android firebase for the first time so please let me know can I upload CSV files from my mobile to firebase? if yes then how ?
You totally can. You can use Firebase Storage to store your files - csv, images, videos, etc.

how i generate a pdf with Android [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
I have this problem I'm developing an app and I need that it can generate pdf that it containing information taken from the database and from the same canvas can someone help me?
The answer to your question is simple : use iTextG
This is the Android/GAE port of iText.

Changing . apk file using jar file [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 8 years ago.
Improve this question
I want to change one class in my . apk. I create jar file using dex2jar , but now i have not idea what do with that jar to be able to change code in Eclipse and than recreate .apk file.
I request you yo go through following link....
http://code.google.com/p/dex2jar/wiki/ModifyApkWithDexTool

How do I manage this android database [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 9 years ago.
Improve this question
So how di I manage a Android database which isn't even located in the assets folder. I followed this tutorial, and it's great, but what if I want to delete and add information to tables manually?
http://www.java2s.com/Code/Android/Database/Createdeleteupdate.htm
You can use other software to modify you Database simply by opening the assets file with that software.
Here is SQLite Expert that is recommended for modifying your Database

how to build specific framework in native android for applications having same functionality? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 9 years ago.
Improve this question
I want to know that, Is there any way to build a specific framework for applications having same functionality?
Or I have to replace the code always with data?
Yes, you can create a Library Project.

Categories

Resources