Aman Kumar Jain

Results 11 issues of Aman Kumar Jain

fontawesome support animation on these icon, is it possible to do with this library? font-awesome animation syntax: link: http://l-lin.github.io/font-awesome-animation/ faa-bounce animated

on clicking item on recycler view position index is coming as n+1, 0 index position item click return position = 1, how to solve this?

duplicate
help wanted
question

With view set its not able to fetch allowed method, because of that no method button in api

While using reverse geocode it return empty list, please help me to know how to make it work, do i have to use API KEY or something?

How to debug database query when query is executed from separate thread.

Async 🦄

Django: 2.0.4, python: 3.5.3 ``` class BookingViewSet(viewset.ModelViewSet, LoggingMixin): def get_queryset(self): return Booking.objects.all() def get_serializer_class(self): return BookingSerializer ``` After making multiple calls to this api viewset, no records added in API...

is it possible to write log with async tasking i dont want my view thread to get blocked with drf tracking operation or to write in db. I am using...

is there any decorator to use it with functin based view?

enhancement
question

using .dismissOnBackPress(true) still on back press dismiss effect not working and activity gets destroyed. how to solve this?