Android Mobile Application Development
Wednesday, February 18, 2015
Android PDFView
›
Android PDFView is a library which provides a fast PDFView component for Android, with animations, gestures, and zoom. the reference is t...
22 comments:
Tuesday, April 15, 2014
Using Butter Knife in Android
›
Butter Knife is View "injection" library for Android which uses annotation processing to generate the code for you. we sho...
2 comments:
Tuesday, December 31, 2013
Android Loaders
›
Loaders in Android Introduction with Honeycomb Where we can use? 1) to access data of databases 2) content providers They loa...
1 comment:
Tuesday, October 29, 2013
Android using Singleton
›
Java Singleton Class Example Using Private Constructor We can make constructor as private. So that We can not create an o...
Saturday, October 26, 2013
Breaking and android applications APk file (a reverse engineering )
›
Procedure for decoding .apk files, step-by-step method: Step 1: Make a new folder and put .apk file in it (which you want to decode). ...
1 comment:
Friday, October 25, 2013
Something about AAPT(Android asset packaging tool)
›
the given diagram is about a build process of android apps. Android Asset Packaging Tool (AAPT) - Constructs the Android package fil...
1 comment:
MVP in android (Model View Presenter)
›
Model-View-Presenter pattern fit s for android serving as an entry point rendering the components routing user events to the ...
17 comments:
›
Home
View web version