TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Thiyagarajan E
830
984
114.9k
Android - Commonly using libraries
Nov 22 2016 9:14 AM
These are some commonly used Android libraries.
1) GCM Library(Push notification) - compile files('libs/gcm.jar')
2) SOAP webservice library - compile files('libs/ksoap2-android-assembly-2.6.2-jar-with- dependencies.jar')
3) Multidex - compile 'com.android.support:multidex:1.0.1'
4) Support libraries -
compile 'com.android.support:appcompat-v7:24.1.1'
5) Support design(Material) - compile 'com.android.support:design:24.1.1'
6) Volley Network or Image library - compile 'com.mcxiaoke.volley:library-aar:1.0.0'
7) Ok http Network library - compile files('libs/okhttp-2.5.0.jar') & compile files('libs/okio-1.9.0.jar')
8) Manage Android 6 Permissions - compile('com.auron:permission-manage:1.1.5') {
exclude module: 'appcompat-v7'
}
9) Universal Image Loader - compile files('libs/universal-image-loader-1.9.5.jar')
10) GSON Library - compile 'com.google.code.gson:gson:2.4'.
Thanks......
Reply
Answers (
1
)
Is C# Corner Certification will be helpful ?
Network Security