Source Code : Accidentally Deleted while cleaning up hard drive Hello guys, In this tutorial I will be showing you how to create Onboarding screen in Android …
Nguồn:https://u-os.org/
Xem thêm Bài Viết:
- Hướng dẫn cách lắp anten ngoài trời đúng kỹ thuật, thu sóng khỏe nhất
- Giải đáp bí ẩn Xamarin là gì? Ưu và nhược điểm khi sử dụng Xamarin
- Tuyệt chiêu sửa lỗi window photo viewer can’t open this picture because
- Bộ nhớ đệm là gì? Có nên xóa bộ nhớ đệm trên thiết bị không?
- Bật mí 3 cách chụp ảnh bằng máy tính win 7 dễ như ăn kẹo
Source code pls
Thank you so much! it help me a lot! This is a really good tutorial!
how do i make this screen to display only once not everytime user login
How do I make this onboading page show up only the first time the user opens the app and then never again (like how it is in most apps)
Thank you so much!
Whatever you teach ,examples,layouts,ui etc . Are they open source??
you are forget this in video
@Override
public int getCount() {
return 3;
}
can you use this as a viewpager mean how if there is more than 3 screen.
添加 view 后 必须 mDotLayout.removeAllViews(); 再添加
please help, i wonder if i am do anything wrong
btnNext.setOnClickListener(new View.OnClickListener() {
@Override
public void onClick(View view) {
if (mCurrentPage==mDots.length){
Intent intent = new Intent(SlideActivity.this,MainActivity.class);
startActivity(intent);
}else {
viewPager.setCurrentItem(mCurrentPage+1);}
}
});
can anyone please post the source code?
for the people who rather use the Text section designing the UI, here it is
<androidx.viewpager.widget.ViewPager
android:id="@+id/sliderViewPager"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_above="@id/dotsLayout">
</androidx.viewpager.widget.ViewPager>
<LinearLayout
android:id="@+id/dotsLayout"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentBottom="true"
android:layout_centerInParent="false"
android:layout_centerHorizontal="true"
android:layout_centerVertical="false"
android:orientation="horizontal"
android:padding="20dp">
</LinearLayout>
This is one of the best instructional videos I've ever seen for Android.
Hello Superb Tutorial, Thanks , I want to scroll vertically .. How can we do this vertically??
Awesome Tutorial sir Thank you
Please help me sir.
Seriously SLOW DOWN!
I love you
How can I dismiss this slider page not to show again …after the user open for first time , the slider page should not show again
still good today!
hey can u plss say me how to keep intent for this object,in this slide view i want to go to another activity when it is clicked on image
How to set timer fr automatic slide on onboarding screen????
bro without source code it is very difficult to write
nice Video.thanks
worked. Thanks.
anyone here who has issues with the for statement? int i is not being read in the array 🙁
I need help I have errors in my code and I don't know how to resolve plz can someone help me?
Just use CircleIndicator library from here for those dots
https://github.com/ongakuer/CircleIndicator
is the source code available anywhere ?
Helped a lot, thanks brother ♥️
Works in 2019. Android Studio 3.1.4
Beautiful. Works. Had this video on one screen and Android Studio on another screen. I set the speed to 1.5x and paused when I needed to. Writing out the code instead of just copying and pasting is a great exercise! Thanks Arathi! You rock!
@10:32 when I try to initialize the arrays, I am getting error….
Can u help?
give me the layout file please activity_main.xml
can you share the xml file
@TVAC Studio how to finish button do next activity???
can the images on each slides be made to redirect to other activities..
y html is there?
its crashing! erros appear in SlideAdapter.instantiateItem(SlideAdapter.java:89)
how to intent to new activity?
Very useful
hi man my dots are not being displayed
Thank you for the tutorial
Very helpful tutorial. Thanks a lot bro.
there is the source code of this project. all the credits for @TVAC Studio https://github.com/joelEpping/animation_slide
Sir how can we animate those pictures while sliding
can anyone give me the full src cd of mainactivity.java
the three dots is not working in mine