VKCOM / vk-android-sdk

Android library for working with VK API, authorization through VK app, using VK functions.
MIT License
456 stars 226 forks source link

Question: is there a sample available? #522

Open AndroidDeveloperLB opened 2 years ago

AndroidDeveloperLB commented 2 years ago

Is there any sample available, that I can just set the keys and check it out?

I tried what's on the main page of the repository, but it seems to have some dead links. For example, when it talks about "VKUsersRequest" , it goes to this URL, which is dead:

https://github.com/VKCOM/vk-android-sdk/blob/master/samples/app/src/main/java/com/vk/sdk/sample/requests/VKUsersRequest.kt

There is no mention of what is "VKApiManager" , either.