Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/nikartx/androidusefulexamples
- Owner: nikartx
- Created: 2017-07-07T10:41:10.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-07-21T08:21:45.000Z (over 7 years ago)
- Last Synced: 2024-07-28T22:23:08.105Z (4 months ago)
- Topics: android, android-card-view, android-development, calendar-events, carousel, drag-and-drop, examples, google-api, multitouch, recyclerview, swipe, viewpager
- Language: Java
- Homepage:
- Size: 7.3 MB
- Stars: 15
- Watchers: 4
- Forks: 12
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)