Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nikartx/androidusefulexamples

Useful examples for Android development
https://github.com/nikartx/androidusefulexamples

android android-card-view android-development calendar-events carousel drag-and-drop examples google-api multitouch recyclerview swipe viewpager

Last synced: 3 days ago
JSON representation

Useful examples for Android development

Awesome Lists containing this project

README

        

## MultiTouch-Android
Multi touch image for android (drag/zoom/rotate) [Example.](https://github.com/nikartm/AndroidUsefulExamples/tree/master/multi-touch)

![multi_touch](https://raw.githubusercontent.com/nikartm/AndroidUsefulExamples/master/screenshots/multi_touch.gif)

## Google Calendar Event
Google API Calendar Event [Example.](https://github.com/nikartm/AndroidUsefulExamples/tree/master/google-calendar-event)

![calendar_event](https://raw.githubusercontent.com/nikartm/AndroidUsefulExamples/master/screenshots/calendar_event.gif)

For development you need to create or select project in the [GDC](https://console.developers.google.com/flows/enableapi?apiid=calendar)

*If you need get SHA1 to enable the API use on Windows:*
```
keytool -list -v -keystore "C:\Users\user_name\.android\debug.keystore" -alias androiddebugkey -storepass android -keypass android
```
*On unix:*
```
keytool -exportcert -alias androiddebugkey -keystore ~/.android/debug.keystore -list -v
```
## Drag And Drop, Swipe
Drag and drop and swipe CardView for RecycleView [Example.](https://github.com/nikartm/AndroidUsefulExamples/tree/master/drag-and-drop)

![drag_and_drop_swipe](https://raw.githubusercontent.com/nikartm/AndroidUsefulExamples/master/screenshots/drag_and_drop_swipe.gif)

## Carousel ViewPager
Carousel with ViewPager and scaling [Example.](https://github.com/nikartm/AndroidUsefulExamples/tree/master/carousel-viewpager)

![carousel](https://raw.githubusercontent.com/nikartm/AndroidUsefulExamples/master/screenshots/carousel_viewpager.gif)