Пікірлер
@ИльяБалог-т3д
@ИльяБалог-т3д 5 ай бұрын
I can't download the archive from github. how do I do this?
@BhagawanShirsath-j6k
@BhagawanShirsath-j6k 8 ай бұрын
Very good tutorial for me. Timeline view design I was needed and you made that type video. ❤
@dyrrothtiktok7518
@dyrrothtiktok7518 9 ай бұрын
you so cool🎉😊
@aireen7464
@aireen7464 10 ай бұрын
You are the best
@ディックが大好きです
@ディックが大好きです 11 ай бұрын
Where are you
@haider-u9s
@haider-u9s 7 ай бұрын
dead
@TECHBOOKTechnical
@TECHBOOKTechnical Жыл бұрын
Which api you're using to stream the movies on this app?
@joinha_123
@joinha_123 Жыл бұрын
Quite an old video, but very well made. Slow coding and very intuitive. Gave me a lot of insights to my project and helped me very much. Thanks!!
@AwsRh
@AwsRh Жыл бұрын
Glad it helped you even it's too old
@rulyardiyanto7601
@rulyardiyanto7601 Жыл бұрын
password rar nya apa bang
@mrinalroy120
@mrinalroy120 Жыл бұрын
Thanks for learning us
@kishankareliya
@kishankareliya Жыл бұрын
thanks
@luisinbr.
@luisinbr. Жыл бұрын
Thank you very much for passing this, I did not know how to see the details of each item and now thanks to you I will be able to move forward, it is incredible that after 5 years this is still working very well!
@yeshwa1003
@yeshwa1003 Жыл бұрын
Bro using kotlin please?
@lord78
@lord78 Жыл бұрын
does anyone know the updated gradle dependencies??? cant solve my glide mine is the version18?i think
@lord78
@lord78 Жыл бұрын
had to add the implementation fileTree line got it
@kushalsapkota4155
@kushalsapkota4155 Жыл бұрын
when i click on an item the animation works perfectly but when i go back it shows an animation of the recycler view activity sliding to left. any idea how i can remove this left side animation ?
@kowshikmohanta1282
@kowshikmohanta1282 Жыл бұрын
Hello Sir, I want to open this onboarding screens only for one time , and after it directly redirect to main page . Please tell me how to do that . please
@AarushTimalsina-e5y
@AarushTimalsina-e5y Жыл бұрын
android.view.WindowManager$BadTokenException: Unable to add window -- token null is not for an application
@urataidrizi7157
@urataidrizi7157 Жыл бұрын
Is this in Kotlin?
@marceloquiroga9052
@marceloquiroga9052 Жыл бұрын
Hi man... can you cast to Smart tv??
@CristianNShadowCast
@CristianNShadowCast Жыл бұрын
nice beginner tutorial on how to use imageviews in RemoteViews. Several suggestions: - shipping over bitmaps containing text is cruel, why not just use textviews and update their text? A steep price for custom font - include an auto-resize feature so your widget responds to resizes instead of looking good just in one dimension & display size & device. This is the toughest part, by far, which would replace the 100 and 25 hard-coded sizes.
@iamsatyamsaurav
@iamsatyamsaurav Жыл бұрын
Finally a tutorial that helped me out
@casstergaming7660
@casstergaming7660 Жыл бұрын
help me master, No ID in coloum view pager please helpme master
@vigneshwaranj1958
@vigneshwaranj1958 Жыл бұрын
Thank you so much for this awesome stuff. Clear coding and easy to understand. Came to the right spot. Thanks❤‍🔥
@MattAndreiAmbrosio
@MattAndreiAmbrosio Жыл бұрын
i have a question. It says here Can not extract resource from com.android.aaptcompiler.ParsedResource@396c9489 What seems to be the problems? And how to properly resolve it?
@MattAndreiAmbrosio
@MattAndreiAmbrosio Жыл бұрын
Ive watched it all from part 1-3. Then when i'm generating it to an APK that message would just popped-up in the problem
@dwiencabalquinto5545
@dwiencabalquinto5545 Жыл бұрын
did you fix the username?
@ChallangeWithMe
@ChallangeWithMe Жыл бұрын
Bhai aap pls is ka complete setup bataiye aap bahut accha kam kar rahr ho aap aise videos banate rahiye hume bahut help milti hai hum aap ke saath hai
@enginnartveglence8768
@enginnartveglence8768 Жыл бұрын
Thank you for videos. I have a bottom navigation bar and navigation drawer. And also other buttons for navigation. When I start to use navigation bundle for going to other fragments via buttons, bottom navigation bar does not work.(navigate) How ı can fix this problem?
@schapman5308
@schapman5308 2 жыл бұрын
Is this code available?
@zmemes69
@zmemes69 2 жыл бұрын
another legend left us but with enough knowledge to keep going thank you so much
@thekingsident
@thekingsident 2 жыл бұрын
Bro I've done everything you've done for the dialog but that last line of code of calling the getwindow method on the dialog makes the entire dialog transparent
@Sejal.Yadav_88
@Sejal.Yadav_88 2 жыл бұрын
🤍
@KotlinBek
@KotlinBek 2 жыл бұрын
how to add back button on top left corner
@voyahd9192
@voyahd9192 2 жыл бұрын
20:38
@abdulrahman-hr1cx
@abdulrahman-hr1cx 2 жыл бұрын
thanks man
@hazelkaya9668
@hazelkaya9668 2 жыл бұрын
hey sir need your help there is error in cardview dependency
@mishkathossain2984
@mishkathossain2984 2 жыл бұрын
Thandks bro
@djtms2010
@djtms2010 2 жыл бұрын
if you insert TextClock into xml, it will come out generally cool. You can then remove the ImageView. And the clock will work in real time: <TextClock android:id="@+id/textClock" android:layout_width="250dp" android:layout_height="wrap_content" android:layout_marginTop="16dp" android:background="@color/teal_700" android:clickable="true" android:focusable="true" android:fontFamily="cursive" android:format24Hour="kk:mm:ss" android:gravity="center_horizontal" android:paddingLeft="5dp" android:text="@string/textClock" android:textColor="#B3E5FC" android:textSize="48sp" android:textStyle="bold" android:typeface="monospace" />
@alimansoor3607
@alimansoor3607 2 жыл бұрын
Can you please provide the source code?
@aminabdollah7314
@aminabdollah7314 2 жыл бұрын
Thank you very much for your time and effort to providing these contents, very useful, Allah bless you bro
@nguyenminhkhoa6436
@nguyenminhkhoa6436 2 жыл бұрын
just can add comment into 1 post which user just added
@nguyenminhkhoa6436
@nguyenminhkhoa6436 2 жыл бұрын
For who get trouble with upload avatar in register just add pickedImgUri==null in method if of reBtn
@ayushianderiya396
@ayushianderiya396 2 жыл бұрын
Can you please tell me how can i be able to use just two consecutive cardview instead of three becoz the third one is just showing half cardview...
@dawat-e-fatima
@dawat-e-fatima 2 жыл бұрын
Can u share whole code plz we can't see anything clear in your videos
@imanekheir2445
@imanekheir2445 2 жыл бұрын
If you have any problem to storage the photo, check the Storage rules in Firebase 🔥 and put : (((((allow read, write: if request.auth != null ; )))) instead what you have.
@nguyenminhkhoa6436
@nguyenminhkhoa6436 2 жыл бұрын
thanks so much guy
@harshvikadia78
@harshvikadia78 2 жыл бұрын
Add Button on pages. when click on button that book will be open how to make ??? please make a video on that too...
@marc988
@marc988 2 жыл бұрын
I really hoped your tutorial would help me... unfortunately it gives me an exception: E/AndroidRuntime: FATAL EXCEPTION: main Process: com.appname, PID: 27312 android.view.InflateException: Binary XML file line #2 in com.appname:layout/fragment_first: Binary XML file line #2 in com.appname:layout/fragment_first: Error inflating class <unknown> Caused by: android.view.InflateException: Binary XML file line #2 in com.appname:layout/fragment_first: Error inflating class <unknown> Caused by: java.lang.reflect.InvocationTargetException
@XDBjoernXD
@XDBjoernXD 2 жыл бұрын
Thank you very much. Now I know that we can set the adapters to the fragments underlying views.
@tharindumadushan1569
@tharindumadushan1569 2 жыл бұрын
Thank you so much, it's very functional and very easy
@padalapallavi2011
@padalapallavi2011 2 жыл бұрын
How to implement this in fragments instead of activity
@justanintrovert
@justanintrovert 2 жыл бұрын
Hey, i did everything as per the video but the intent in adapter is not working