How to use Google Calendar API with my Android App? -


i want use google calender android application.

i read through documentation asks me use "signing certificate fingerprint sha1" application.

how can generate sha1 application release , debug versions eclipse adt.

does eclipse adt auto generate me? generate new 1 each time tried test application in emulator?

note: found relative question @ answers not answering question.

the process generating sha1 fingerprint same google services, can follow step step instructions for enabling api access in google api console, make sure enable google calendar api. you'll want register debug.keystore file debug builds , signing keystore file release.

note, if targeting ice cream sandwich (v14)+ devices, can use built in calendar provider, provides access device's calendars including google calendars current user.


Comments

Popular posts from this blog

Why does Ruby on Rails generate add a blank line to the end of a file? -

keyboard - Smiles and long press feature in Android -

node.js - Bad Request - node js ajax post -