Source link: https://github.com/karlmdavis/ksoap2-android
The ksoap2-android project provides a lightweight and efficient SOAP client library for the Android platform.
Source link: https://github.com/karlmdavis/ksoap2-android
The ksoap2-android project provides a lightweight and efficient SOAP client library for the Android platform.
TextViewWithLinks is a TextView
With Link handler
Example Proguard configurations for common Android libraries.
This project assumes that your ProGuard configuration is based off of the latest official proguard-android.txt config as shown below. Each library configuration should only be the rules required for that specific library, not a complete Android ProGuard configuration. The various library configurations are combined by the Gradle build system. The library rules should be universal, any app specific rules (such as preserving model classes) should be added in a custom proguard-project.pro
file.
Extend base components, use widgets, and call utility methods.
It is a tool for reverse engineering 3rd party, closed, binary Android apps. It can decode resources to nearly original form and rebuild them after making some modifications; it makes possible to debug smali code step by step. Also it makes working with app easier because of project-like files structure and automation of some repetitive tasks like building apk, etc.
FragmentMaster is a library allows you easily develop an Android application which only navigated by Fragments.
Features:
ScrollableItemList is an Android RecyclerView
List with items that can scroll to reveal more content on the side.