36 projects tagged "Android SDK"
The AlchemyAPI Android SDK enables real-time semantic analysis of text, HTML, or Internet-hosted Web page content. The SDK provides mechanisms to extract Concepts, Named Entities, Keywords and Tags, Categories, and clean HTML into text, and even detects languages. It can analyze text in eight different languages: English, French, German, Italian, Portuguese, Russian, Spanish, and Swedish. Example code and a demo application are included to help get you started.
DrugList is an Android application to schedule drug prescriptions. The prescription names are entered into a database, along with the time they are taken. When you exit that activity with the "Save and Exit" button, the time and date for the next medication to be taken is computed, and a system alarm is set. When that alarm fires, you see a ListView with only the drugs due at that time.
AndroidUtils is a small collection of classes and methods for Android. It includes logic for inspecting and manipulating strings, handling GET and POST requests to a Web server, logging, deriving address information from longitude and latitude, checking and manipulating date values, and more.