Home / Companies / Luciq / Blog / July 2014

July 2014 Summaries

2 posts from Luciq

Filter
Month: Year:
Post Summaries Back to Blog
The Instabug for Android SDK has been released, offering a simple integration process that allows developers to easily add bug reporting and crash detection functionality to their Android apps. The SDK is available through Maven Central and can be integrated into an app by adding the necessary dependency, requesting the required permissions in the AndroidManifest.xml file, defining the Instabug SDK components in the manifest, initializing the library, and registering activities with Instabug. The SDK includes various customization options and helper classes to simplify the development process.
Jul 27, 2014 882 words in the original blog post.
The Luciq for Android SDK is designed to simplify the integration process for developers by offering a straightforward setup compatible with both Gradle and Eclipse environments. Developers using Gradle can add the SDK via Maven Central, while Eclipse users have access to pre-packaged projects containing necessary JARs and resources. The library is divided into three components—Luciq Core, Luciq Support, and Luciq ABS—to accommodate both AppCompat V7 and ActionBarSherlock, with dependencies managed via Maven. Proper permissions and components must be defined within the AndroidManifest.xml, including an Annotation activity for user interaction, an UploadCacheService for report uploads, and a broadcast receiver for handling connectivity changes. Initialization involves setting up the SDK in the Application class and customizing various options through the library's documentation. Developers must register their activities with the SDK, leveraging helper activity classes for seamless integration and additional features such as automatic user step detection, with alternatives available for those unable to extend the base activities.
Jul 27, 2014 856 words in the original blog post.