1 May 2015

Decompiling Android apk file to java and XML Step by Step (Part-2)

In the previous post we learned to decompile Java Files from the apk. Now we will continue further and extract xml and all other resources from the apk (SoundDemo.apk) Step 1 : We stored the extracted java files in Decompiled soundDemo folder. Now Copy SoundDemo.apk and framework-res.apk in apktool->apktool folder. Step 2 : Open Command Prompt and type the command below. 1) cd pathtoapktoolfolder 2) apktool if framework-res.apk 3)...

Published By:
Unknown
on 1.5.15

Decompiling Android APK to java and XML files Step by Step (Part-1)

Here we will Learn how to decompile an apk file Softwares required are listed below: Softwares Link Size Desired APK (SoundDemo.apk) https://github.com/yatinkode/SoundDemo.git 2 Mb apktool https://my.pcloud.com/publink/show?code=Hk2 30Mb framework-res.apk https://www.androidfilehost.com/?fid=23212708291677144 10.4Mb jdk1.7 http://www.oracle.com/technetwork/java/javase/downloads/jdk7-downloads-1880260.html ...

Published By:
Unknown
on 1.5.15

23 April 2015

Progress Spinner in Dialog Fragment in Android

What we will do ? ->In this tutorial we will make a button which when pressed opens a dialogbox with spinner for sometime and then open another page. What we need ? An activity with a Button(activity_main.xml) An activity with progress bar(activity_progressbar.xml) An activity with result page(activity_finalpage.xml) styles.xml Java Classes to handle all three activities(MainActivity.java, DialogFrag.java, FinalPage.java) Some...

Published By:
Yatin Kode
on 23.4.15

11 April 2015

Add sound in Android project

What we will do ? -> We will make 4 buttons which when clicked emits different sounds (animal sounds). What we will need ? Add buttons in activity_main.xml Add sound files in resources Add MediaPlayer in MainActivity.java Step 1 : Create a New Application. Go to File->New->Android Application Project. Step 2 : Give a name to the application (SoundDemo) and a package name(mia). Click Next continuously the...

Published By:
Yatin Kode
on 11.4.15

6 April 2015

Make Signin/Signup form in Android using Phonegap

   What will we do ? -> We will make a Web Based App using HTML, CSS etc. and build it on above 4 mobile platforms. Our App will be a login page (index.html) and signup page (signup.html) What we will need ? An App based on HTML, CSS etc. Adobe ID 7 Zip for zip compression. All 4 platform mobiles to test the App. Step 1 : Download 7Zip for zip compression. Step 2 : Make a HTML based website. It must...

Published By:
Unknown
on 6.4.15

Pages (16)Prev 45678 Next