This question isn't a "How can I make an Android launcher?". I would like to know, how can I add a home-screen to my application.
My app has a mainscreen, then a App drawer. the Mainscreen has fixed displayed content. And the App drawer, just shows my app. So I would like to know how can I go about adding a homescreen to my application, where when I swipe left the home screen appears.
I've tried searching but all there is how to make launchers, but looking through the code I'm not exactly sure what .java file I'm supposed to actually look at. So i'm finding it hard to implement this.
If you know how can I go about doing the above please give me some tips, and sample or source that I can work with or even to just take a look at so I have an idea.
Thank you for your time.