Skip to content

nikartx/AndroidUsefulExamples

Repository files navigation

MultiTouch-Android

Multi touch image for android (drag/zoom/rotate) Example.

multi_touch

Google Calendar Event

Google API Calendar Event Example.

calendar_event

For development you need to create or select project in the GDC

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.

drag_and_drop_swipe

Carousel ViewPager

Carousel with ViewPager and scaling Example.

carousel