2

Below is the images of Google drive introductory image. Its purpose is to let the user know what our app does or what you can do with it. Whenever user install app and opens it first time.. user would see this. after then it will not appear.

So my question is, can anyone tell me how can we implement this in our app? any tutorial or example? or just information how can i do it?

enter image description here enter image description here enter image description here

Cœur
  • 37,241
  • 25
  • 195
  • 267
Ajay P. Prajapati
  • 1,973
  • 1
  • 17
  • 34

2 Answers2

1

I see that you want to do without a library. I used AndroidImageSlider. You should check it out, it can give you some ideas of how to do by yourself.

Tiago Ribeiro
  • 351
  • 1
  • 9
1

I found this library AppIntro should be what you mean , it's all well explained in the documentation, it is easy to implement, I hope to be as helpful.

Video Example

Image example:

enter image description here

enter image description here

Michele Lacorte
  • 5,323
  • 7
  • 32
  • 54
  • Okay its great, but how are they doing it? Are they simply using Fragments in ViewPager to show the pages? and customize the next and down level buttons? – Ajay P. Prajapati Oct 12 '15 at 18:10
  • 1
    is simply an Activity that extends AppIntro, in the documentation it's explained very well, you must not do is tell you how many slides are , images and other things , he does everything for the rest! :D – Michele Lacorte Oct 12 '15 at 18:16
  • No i understood that.... but i mean if we don't want to use library and if i want to implement it by myself, then simply they customized the Fragments in ViewPager right?- i think simple concept is that to implement welcome slides , is that so? – Ajay P. Prajapati Oct 12 '15 at 18:42
  • Yes! @AjayP.Prajapati – Michele Lacorte Oct 14 '15 at 21:42
  • 1
    alright thanks.. one up for you.. thanks brother... i appreciate it – Ajay P. Prajapati Oct 14 '15 at 22:35