Mr
Anonymous
Native
Jamil
yeah you can use java to code with android
Anonymous
Alright then. You can accomplish this with java
Jamil
are you experienced?
Anonymous
Mr
Listen listen listen
Jamil
do you know how to use java and django rest framework
Mirco
Mr
Did you hindi??
Mr
Did you know hindi?
Jamil
Jamil
make sense lol i know some
Jamil
Mirco
Anonymous
Jamil
bruh man warned me😂
Jamil
yeah true, sorry
Mirco
Jamil
@vampire0817 you should first become familiar with the frontend and backend frameworks you are using, and follow some tutorials which build fullstack apps using both of them
Anonymous
@vampire0817 you can build the video player of choice with java, add the subtitles as desired, link the backend which you want to be python and it'll be ok
Mr
I create android app in android studio with java...and backed is php laravel....its work fine no issue when i upload dual audio movie my android video player have no option to change audio track and also video quality
Jamil
and I wouldn't recommend using java for android dev, isnt kotlin better?
Jamil
Mr
So i use jw player for my app but in jw player fix video quality but not fix dual audio
Mr
So i wanna create my video player with python and django and create like netflix player its possible or not
Mr
Mr
Any one know about what is jw player
Mr
And how its work
Muslim
Mr
No its not for android
Mr
Simple i want to create a media player with python...who support dual audio
Video quality
Subtitle
Mr
The player is fully responsive
Mr
Its easily play in mobile also
Future
Mr
So you can easily understand
Future
are you developing it for web: use javascript
are you developing it for android: use java/kotlin
python is not proper in both cases
Mr
Future
But you have experience in python and django
whatever i might do, i've already done. i think you gotta travel around the web to learn more. you have youtube, stackoverflow and tons of other platforms which are ready to respond, any time. please, use them )
Jamil
yeah
Shreehari
Jamil
Hello, generics.GenericApiView and viewsets.ModelViewset both use mixins right.
Jamil
The difference is that genericapiview maps http requests to mixins, and modelviewset maps actions to mixins.. Is this a correct analogy?
Jamil
In genericapi view, the post http method function would be like:
def post(self, request, *args, **kwargs):
return self.create(request, *args, **kwargs)
while In modelviewset, the create action function would be like:
def create(self, request, *args, **kwargs):
return self.create(request, *args, **kwargs)
Jamil
Is this correct?
Jamil
In genericapiview, each http method is LINKED to a mixin.... I am thinking in viewset, are mixins used without being linked to anything
Jamil
oh ok
Jamil
but my main question is
Jamil
you know how http methods are mapped to mixin methods in the genericapiview
Jamil
in the modelviewset, are mixins not mapped to anything
Jamil
??
Jamil
because the router knows which mixin methods to use right because it can see the url and method you are pushing to that url, and hence can find the method to use
Jamil
Anonymous
u can check dispatch
Anonymous
when model mixen is called first thing called is dispatch mathod
Jamil
in genericapiview, the http methods are the functions(which are mapped to mixins) while in modelviewsets, the mixins are the functions(of which the router decides the one to go to)
Jamil
Anonymous
whats this
inherited method from.generic api view
Jamil
Anonymous
yes
Jamil
Thanks 🙏🙏
maroong
Ghorz
Amit
Hey guys, I have a doubt how can I use keras project in django. Can I get some tutorial or hint it would be really helpful!!
Andrej
Andrej
Amit
Some*
Andrej
Ok, it has not found the file. Can you send the code how you gave the path to Keras? Is the file of the model there?
Ajay