https://github.com/hacktoolkit/hacktoolkit-android_lib
The ultimate Android library with built-in Facebook, Parse, Maps support, and more
https://github.com/hacktoolkit/hacktoolkit-android_lib
Last synced: 11 months ago
JSON representation
The ultimate Android library with built-in Facebook, Parse, Maps support, and more
- Host: GitHub
- URL: https://github.com/hacktoolkit/hacktoolkit-android_lib
- Owner: hacktoolkit
- License: mit
- Created: 2013-09-23T03:39:24.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-09-07T04:08:59.000Z (over 11 years ago)
- Last Synced: 2025-01-22T20:16:08.552Z (about 1 year ago)
- Language: Java
- Homepage:
- Size: 2.48 MB
- Stars: 4
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Hacktoolkit for Android
=======================
This library project has many useful wrappers and reusable components.
Built-in support for popular APIs:
* [Parse](http://parse.com)
* [Google Maps](https://developers.google.com/maps/)
* [Facebook SDK](https://developers.google.com/maps/)
## Requirements
* [Parse SDK](https://parse.com/docs/downloads/) (included in library)
* [Google Play Services](http://developer.android.com/google/play-services/setup.html)
* [Facebook SDK Project](https://developers.facebook.com/docs/android)
## Sample Projects built using Hacktoolkit for Android
* [Hello World](https://github.com/hacktoolkit/htk-android-HelloWorld)
* [Simple Todo List App](https://github.com/hacktoolkit/htk-android-SimpleTodo)
## Useful Components
### Activities (`/activities/*`)
* `HTKSplashScreenActivity.java` - an abstract class for a splash screen activity
Displays the view and hides the system UI for a number of seconds (configurable) before switching
### User (`/user/*`)
* `HTKUser.java` - a user model
### Utilties (`/utils/*`)
* `HTKUtils.java` - contains a lot of useful functionality that can be called as one-liners,
e.g. `switchActivity`, `showSoftKeyboard`, `hideSoftKeyboard`