Re: [android-developers] Why is there NO good Viewpager tutorial on the Internet??

2017-01-09 Thread Mark Phillips
>From version 8.2 of _The Busy Coder's Guide
to Android Development_ https://wares.commmonsware.com

- Added a chapter on advanced `RecyclerView` techniques, starting
with using `RecyclerView` to replace a `ViewPager` for page-at-a-time
user interfaces

Mark

On Thu, Jan 5, 2017 at 10:50 AM, Marina Cuello 
wrote:

> What you link is not supposed to explain much, almost everything on the
> Reference portion of the site is just a little more than a Javadoc instance
> and that's what it's made for. In the official site you can find
> https://developer.android.com/training/animation/screen-slide.html which
> is not a big thing but it's a starting point.
> Not a tutorial, but it could be useful: a section of a chapter on Mark
> Murphy's book, https://commonsware.com/Android/previews/swiping-with-
> viewpager explaining a bit about its components.
> You can also check his code samples: https://github.com/co
> mmonsguy/cw-omnibus/tree/master/ViewPager
>
> Marina
>
>
> On Sun, Jan 1, 2017 at 2:41 PM, Niklas Daute 
> wrote:
>
>>  Hello guys,
>>
>>  I need to get this out before I go completely* insane.*
>>
>>  Currently I am developing an app which creates PieCharts based
>> on user entries, and i have a working single screen/ viegroup/ activity
>> whatever version of the app running and complete.
>>
>>  However, i want to* improve* the* layout *of this* application *a
>> little bit and it would help tremendously to have a *viewpager with
>> three different pages to host three diffreerent fragments with their own
>> purpose each. *
>>
>>  When I got the idea, i was rather optimistic about achieving my
>> goal, one week has passed since then.
>>
>> *What have I found on the Internet?*
>>
>> One great tutorial, which shows in *detail* how to create
>> and define a ViewPager with all its components and listeners and adapters
>> and whatsoever, with the goal to allow a young fresh developer to create a
>> simple ui which would help him create a *GREAT* application?
>>
>> * NOPE*
>>
>>Half assed information and so called "tutorials" which leave
>> out important information alà:
>>
>> "How to draw an Elephant
>>
>>   STEP 1: Draw the Elephant.
>>
>>   STEP 2: Done."
>>
>> *   YES*
>>
>> *However the biggest joke is the official View Pager
>> Documentation
>> 
>> on the android developers web page, which explains nothing and leaves me
>> with more questions than i started out with. *
>>
>>Words cannot explain how frustrated I am about this. How can such
>> a elementary UI element which is found in the most famous applications on
>> google play be so poorly documented and accessable fore new developers?
>>
>>I hope someone can understand my struggle and help me out, because
>> this issue is deeply frustrating to me. I am not trying to outsource my
>> anger/misfortune to anyone here. I am just irritated by the sheer ridicule
>> of this viewpager situation.
>>
>>If someone can provide me with *ONE *good *VIEWPAGER TUTORIAL *i
>> would be very thankful.
>>
>>
>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "Android Developers" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to android-developers+unsubscr...@googlegroups.com.
>> To post to this group, send email to android-developers@googlegroups.com.
>> Visit this group at https://groups.google.com/group/android-developers.
>> To view this discussion on the web visit https://groups.google.com/d/ms
>> gid/android-developers/aa409c37-ffdb-4f5a-85d1-8f02498fde1b%
>> 40googlegroups.com
>> 
>> .
>> For more options, visit https://groups.google.com/d/optout.
>>
>
> --
> You received this message because you are subscribed to the Google Groups
> "Android Developers" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to android-developers+unsubscr...@googlegroups.com.
> To post to this group, send email to android-developers@googlegroups.com.
> Visit this group at https://groups.google.com/group/android-developers.
> To view this discussion on the web visit https://groups.google.com/d/ms
> gid/android-developers/CACaNmX3_iL7ygrQk0U7sASi_y%2BH6%3DG%3
> Dgex6meFHR8Dxbmka5zA%40mail.gmail.com
> 
> .
>
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Android 

Re: [android-developers] Why is there NO good Viewpager tutorial on the Internet??

2017-01-05 Thread Marina Cuello
What you link is not supposed to explain much, almost everything on the
Reference portion of the site is just a little more than a Javadoc instance
and that's what it's made for. In the official site you can find
https://developer.android.com/training/animation/screen-slide.html which is
not a big thing but it's a starting point.
Not a tutorial, but it could be useful: a section of a chapter on Mark
Murphy's book,
https://commonsware.com/Android/previews/swiping-with-viewpager explaining
a bit about its components.
You can also check his code samples:
https://github.com/commonsguy/cw-omnibus/tree/master/ViewPager

Marina


On Sun, Jan 1, 2017 at 2:41 PM, Niklas Daute  wrote:

>  Hello guys,
>
>  I need to get this out before I go completely* insane.*
>
>  Currently I am developing an app which creates PieCharts based on
> user entries, and i have a working single screen/ viegroup/ activity
> whatever version of the app running and complete.
>
>  However, i want to* improve* the* layout *of this* application *a
> little bit and it would help tremendously to have a *viewpager with three
> different pages to host three diffreerent fragments with their own purpose
> each. *
>
>  When I got the idea, i was rather optimistic about achieving my
> goal, one week has passed since then.
>
> *What have I found on the Internet?*
>
> One great tutorial, which shows in *detail* how to create and
> define a ViewPager with all its components and listeners and adapters and
> whatsoever, with the goal to allow a young fresh developer to create a
> simple ui which would help him create a *GREAT* application?
>
> * NOPE*
>
>Half assed information and so called "tutorials" which leave
> out important information alà:
>
> "How to draw an Elephant
>
>   STEP 1: Draw the Elephant.
>
>   STEP 2: Done."
>
> *   YES*
>
> *However the biggest joke is the official View Pager Documentation
> 
> on the android developers web page, which explains nothing and leaves me
> with more questions than i started out with. *
>
>Words cannot explain how frustrated I am about this. How can such a
> elementary UI element which is found in the most famous applications on
> google play be so poorly documented and accessable fore new developers?
>
>I hope someone can understand my struggle and help me out, because
> this issue is deeply frustrating to me. I am not trying to outsource my
> anger/misfortune to anyone here. I am just irritated by the sheer ridicule
> of this viewpager situation.
>
>If someone can provide me with *ONE *good *VIEWPAGER TUTORIAL *i
> would be very thankful.
>
>
>
> --
> You received this message because you are subscribed to the Google Groups
> "Android Developers" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to android-developers+unsubscr...@googlegroups.com.
> To post to this group, send email to android-developers@googlegroups.com.
> Visit this group at https://groups.google.com/group/android-developers.
> To view this discussion on the web visit https://groups.google.com/d/
> msgid/android-developers/aa409c37-ffdb-4f5a-85d1-
> 8f02498fde1b%40googlegroups.com
> 
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CACaNmX3_iL7ygrQk0U7sASi_y%2BH6%3DG%3Dgex6meFHR8Dxbmka5zA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [android-developers] Why is there NO good Viewpager tutorial on the Internet??

2017-01-02 Thread lekishahendrix via Android Developers


On Mon, 1/2/17, toneymessina via Android Developers 
 wrote:

 Subject: Re: [android-developers] Why is there NO good Viewpager tutorial on 
the Internet??
 To: android-developers@googlegroups.com
 Date: Monday, January 2, 2017, 1:31 AM
 
 
 
 On Sun, 1/1/17, Mark Phillips 
 wrote:
 
  Subject: Re: [android-developers] Why is there NO good
 Viewpager tutorial on the Internet??
  To: "Android Developers" 
  Date: Sunday, January 1, 2017, 10:39 PM
  
  Considering the fact that everyone on
  this list is a volunteer, I suggest you moderate your tone
  if you want to get any help at all.
  
  If no one has written a viewpager
  tutorial that meets your needs, then probably no one
 needed
  one. I suggest you look at the source code and api
  documentation, build some simple test apps so you learn
 how
  the view pager works, and then write the best viewpager
  tutorial that has ever been written. You will surely
 receive
  all the accolades you deserve for your efforts.
  
  Mark
  
  On Sun, Jan 1, 2017 at
  10:41 AM, Niklas Daute 
  wrote:
  
  Hello guys,
  
   I need to get this out before
  I go completely insane.
  
   Currently I am developing an
  app which creates PieCharts based on user entries, and i
  have a working single screen/ viegroup/ activity whatever
  version of the app running and complete. 
  
   However, i want
  to improve the layout of this application
  a little bit and it would help tremendously to have a
  viewpager with three different pages to host three
  diffreerent fragments with their own purpose each. 
  
  
  When I got the idea, i was rather optimistic about
 achieving
  my goal, one week has passed since then.
  
      What have I found
  on the Internet?
  
      One great tutorial,
  which shows in detail how to create and define
  a ViewPager with all its components and listeners and
  adapters and whatsoever, with the goal to allow a young
  fresh developer to create a simple ui which would help him
  create a GREAT application?
  
   NOPE
  
     Half
  assed information and so called "tutorials" which
  leave out important information alà:
  
                      "How to draw
  an Elephant
  
    STEP 1: Draw
  the Elephant.
      
    STEP 2:
  Done."
  
     YES
  
      However the
  biggest joke is the official View
  Pager Documentation on the android developers web page,
  which explains nothing and leaves me with more questions
  than i started out with. 
  
     Words cannot explain how
  frustrated I am about this. How can such a elementary UI
  element which is found in the most famous applications on
  google play be so poorly documented and accessable fore
 new
  developers?
  
     I
  hope someone can understand my struggle and help me out,
  because this issue is deeply frustrating to me. I am not
  trying to outsource my anger/misfortune to anyone here. I
 am
  just irritated by the sheer ridicule of this viewpager
  situation. 
  
     If
  someone can provide me with ONE good
  VIEWPAGER TUTORIAL i would be very thankful.
  
  
  
  
  
  
  
  
  -- 
  
  You received this message because you are subscribed to
 the
  Google Groups "Android Developers" group.
  
  To unsubscribe from this group and stop receiving emails
  from it, send an email to android-developers+
  unsubscr...@googlegroups.com.
  
  To post to this group, send email to android-developers@
  googlegroups.com.
  
  Visit this group at https://groups.google.com/
  group/android-developers.
  
  To view this discussion on the web visit https://groups.google.com/d/
  msgid/android-developers/ aa409c37-ffdb-4f5a-85d1-
  8f02498fde1b%40googlegroups. com.
  
  For more options, visit https://groups.google.com/d/
  optout.
  
  
  
  
  
  
  -- 
  
  You received this message because you are subscribed to
 the
  Google Groups "Android Developers" group.
  
  To unsubscribe from this group and stop receiving emails
  from it, send an email to android-developers+unsubscr...@googlegroups.com.
  
  To post to this group, send email to android-developers@googlegroups.com.
  
  Visit this group at
 https://groups.google.com/group/android-developers.
  
  To view this discussion on the web visit
 
https://groups.google.com/d/msgid/android-developers/CAEqej2O5%2BotBQQjeTR95Zxn1%2B--VK1OO7qSV-kpPNC3-7eQO_w%40mail.gmail.com.
  
  For more options, visit
 https://groups.google.com/d/optout.
  rincipalele institutii de cultura. O scurta enumerare a
 principalelor institutii de cultura  miscari si
 initiative culturale se impune pentru conturarea cadrului in
 care s-a desfasurat aceasta componenta a istoriei romanesti
 in perioada cuprinsa intre 

Re: [android-developers] Why is there NO good Viewpager tutorial on the Internet??

2017-01-01 Thread toneymessina via Android Developers


On Sun, 1/1/17, Mark Phillips  wrote:

 Subject: Re: [android-developers] Why is there NO good Viewpager tutorial on 
the Internet??
 To: "Android Developers" 
 Date: Sunday, January 1, 2017, 10:39 PM
 
 Considering the fact that everyone on
 this list is a volunteer, I suggest you moderate your tone
 if you want to get any help at all.
 
 If no one has written a viewpager
 tutorial that meets your needs, then probably no one needed
 one. I suggest you look at the source code and api
 documentation, build some simple test apps so you learn how
 the view pager works, and then write the best viewpager
 tutorial that has ever been written. You will surely receive
 all the accolades you deserve for your efforts.
 
 Mark
 
 On Sun, Jan 1, 2017 at
 10:41 AM, Niklas Daute 
 wrote:
 
 Hello guys,
 
  I need to get this out before
 I go completely insane.
 
  Currently I am developing an
 app which creates PieCharts based on user entries, and i
 have a working single screen/ viegroup/ activity whatever
 version of the app running and complete. 
 
  However, i want
 to improve the layout of this application
 a little bit and it would help tremendously to have a
 viewpager with three different pages to host three
 diffreerent fragments with their own purpose each. 
 
 
 When I got the idea, i was rather optimistic about achieving
 my goal, one week has passed since then.
 
     What have I found
 on the Internet?
 
     One great tutorial,
 which shows in detail how to create and define
 a ViewPager with all its components and listeners and
 adapters and whatsoever, with the goal to allow a young
 fresh developer to create a simple ui which would help him
 create a GREAT application?
 
  NOPE
 
    Half
 assed information and so called "tutorials" which
 leave out important information alà:
 
                     "How to draw
 an Elephant
 
   STEP 1: Draw
 the Elephant.
     
   STEP 2:
 Done."
 
    YES
 
     However the
 biggest joke is the official View
 Pager Documentation on the android developers web page,
 which explains nothing and leaves me with more questions
 than i started out with. 
 
    Words cannot explain how
 frustrated I am about this. How can such a elementary UI
 element which is found in the most famous applications on
 google play be so poorly documented and accessable fore new
 developers?
 
    I
 hope someone can understand my struggle and help me out,
 because this issue is deeply frustrating to me. I am not
 trying to outsource my anger/misfortune to anyone here. I am
 just irritated by the sheer ridicule of this viewpager
 situation. 
 
    If
 someone can provide me with ONE good
 VIEWPAGER TUTORIAL i would be very thankful.
 
 
 
 
 
 
 
 
 -- 
 
 You received this message because you are subscribed to the
 Google Groups "Android Developers" group.
 
 To unsubscribe from this group and stop receiving emails
 from it, send an email to android-developers+
 unsubscr...@googlegroups.com.
 
 To post to this group, send email to android-developers@
 googlegroups.com.
 
 Visit this group at https://groups.google.com/
 group/android-developers.
 
 To view this discussion on the web visit https://groups.google.com/d/
 msgid/android-developers/ aa409c37-ffdb-4f5a-85d1-
 8f02498fde1b%40googlegroups. com.
 
 For more options, visit https://groups.google.com/d/
 optout.
 
 
 
 
 
 
 -- 
 
 You received this message because you are subscribed to the
 Google Groups "Android Developers" group.
 
 To unsubscribe from this group and stop receiving emails
 from it, send an email to android-developers+unsubscr...@googlegroups.com.
 
 To post to this group, send email to android-developers@googlegroups.com.
 
 Visit this group at https://groups.google.com/group/android-developers.
 
 To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CAEqej2O5%2BotBQQjeTR95Zxn1%2B--VK1OO7qSV-kpPNC3-7eQO_w%40mail.gmail.com.
 
 For more options, visit https://groups.google.com/d/optout.
 rincipalele institutii de cultura. O scurta enumerare a principalelor 
institutii de cultura  miscari si initiative culturale se impune pentru 
conturarea cadrului in care s-a desfasurat aceasta componenta a istoriei 
romanesti in perioada cuprinsa intre 1918-1948.

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 

Re: [android-developers] Why is there NO good Viewpager tutorial on the Internet??

2017-01-01 Thread Mark Phillips
Considering the fact that everyone on this list is a volunteer, I suggest
you moderate your tone if you want to get any help at all.

If no one has written a viewpager tutorial that meets your needs, then
probably no one needed one. I suggest you look at the source code and api
documentation, build some simple test apps so you learn how the view pager
works, and then write the best viewpager tutorial that has ever been
written. You will surely receive all the accolades you deserve for your
efforts.

Mark

On Sun, Jan 1, 2017 at 10:41 AM, Niklas Daute  wrote:

>  Hello guys,
>
>  I need to get this out before I go completely* insane.*
>
>  Currently I am developing an app which creates PieCharts based on
> user entries, and i have a working single screen/ viegroup/ activity
> whatever version of the app running and complete.
>
>  However, i want to* improve* the* layout *of this* application *a
> little bit and it would help tremendously to have a *viewpager with three
> different pages to host three diffreerent fragments with their own purpose
> each. *
>
>  When I got the idea, i was rather optimistic about achieving my
> goal, one week has passed since then.
>
> *What have I found on the Internet?*
>
> One great tutorial, which shows in *detail* how to create and
> define a ViewPager with all its components and listeners and adapters and
> whatsoever, with the goal to allow a young fresh developer to create a
> simple ui which would help him create a *GREAT* application?
>
> * NOPE*
>
>Half assed information and so called "tutorials" which leave
> out important information alà:
>
> "How to draw an Elephant
>
>   STEP 1: Draw the Elephant.
>
>   STEP 2: Done."
>
> *   YES*
>
> *However the biggest joke is the official View Pager Documentation
> 
> on the android developers web page, which explains nothing and leaves me
> with more questions than i started out with. *
>
>Words cannot explain how frustrated I am about this. How can such a
> elementary UI element which is found in the most famous applications on
> google play be so poorly documented and accessable fore new developers?
>
>I hope someone can understand my struggle and help me out, because
> this issue is deeply frustrating to me. I am not trying to outsource my
> anger/misfortune to anyone here. I am just irritated by the sheer ridicule
> of this viewpager situation.
>
>If someone can provide me with *ONE *good *VIEWPAGER TUTORIAL *i
> would be very thankful.
>
>
>
> --
> You received this message because you are subscribed to the Google Groups
> "Android Developers" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to android-developers+unsubscr...@googlegroups.com.
> To post to this group, send email to android-developers@googlegroups.com.
> Visit this group at https://groups.google.com/group/android-developers.
> To view this discussion on the web visit https://groups.google.com/d/
> msgid/android-developers/aa409c37-ffdb-4f5a-85d1-
> 8f02498fde1b%40googlegroups.com
> 
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CAEqej2O5%2BotBQQjeTR95Zxn1%2B--VK1OO7qSV-kpPNC3-7eQO_w%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Why is there NO good Viewpager tutorial on the Internet??

2017-01-01 Thread Niklas Daute
 Hello guys,

 I need to get this out before I go completely* insane.*

 Currently I am developing an app which creates PieCharts based on 
user entries, and i have a working single screen/ viegroup/ activity 
whatever version of the app running and complete. 

 However, i want to* improve* the* layout *of this* application *a 
little bit and it would help tremendously to have a *viewpager with three 
different pages to host three diffreerent fragments with their own purpose 
each. *

 When I got the idea, i was rather optimistic about achieving my 
goal, one week has passed since then.

*What have I found on the Internet?*

One great tutorial, which shows in *detail* how to create and 
define a ViewPager with all its components and listeners and adapters and 
whatsoever, with the goal to allow a young fresh developer to create a 
simple ui which would help him create a *GREAT* application?

* NOPE*

   Half assed information and so called "tutorials" which leave out 
important information alà:

"How to draw an Elephant

  STEP 1: Draw the Elephant.

  STEP 2: Done."

*   YES*

*However the biggest joke is the official View Pager Documentation 

 
on the android developers web page, which explains nothing and leaves me 
with more questions than i started out with. *

   Words cannot explain how frustrated I am about this. How can such a 
elementary UI element which is found in the most famous applications on 
google play be so poorly documented and accessable fore new developers?

   I hope someone can understand my struggle and help me out, because 
this issue is deeply frustrating to me. I am not trying to outsource my 
anger/misfortune to anyone here. I am just irritated by the sheer ridicule 
of this viewpager situation. 

   If someone can provide me with *ONE *good *VIEWPAGER TUTORIAL *i 
would be very thankful. 



-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/aa409c37-ffdb-4f5a-85d1-8f02498fde1b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.