Recyclerview stay at position after item click Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern) The Ask Question Wizard is Live! Data science time! April 2019 and salary with experience Should we burninate the [wrap] tag?How to Check if element is visible after scrolling?RecyclerView onClickHow to add dividers and spaces between items in RecyclerView?Why doesn't RecyclerView have onItemClickListener()?How to create RecyclerView with multiple view type?Recyclerview make the last added item be the selected item?RecyclerView Mixing Up ItemsHow to update RecyclerView Adapter Data?Adding new item to the top of the RecyclerViewRecyclerview not scrolling to saved position after screen rotation

Does accepting a pardon have any bearing on trying that person for the same crime in a sovereign jurisdiction?

Is there a "higher Segal conjecture"?

How do I mention the quality of my school without bragging

Disable hyphenation for an entire paragraph

What is the longest distance a 13th-level monk can jump while attacking on the same turn?

What would be the ideal power source for a cybernetic eye?

Can a non-EU citizen traveling with me come with me through the EU passport line?

What are the motives behind Cersei's orders given to Bronn?

Does surprise arrest existing movement?

Can inflation occur in a positive-sum game currency system such as the Stack Exchange reputation system?

Should I call the interviewer directly, if HR aren't responding?

Output the ŋarâþ crîþ alphabet song without using (m)any letters

How does a Death Domain cleric's Touch of Death feature work with Touch-range spells delivered by familiars?

What is the correct way to use the pinch test for dehydration?

Why is black pepper both grey and black?

How can players work together to take actions that are otherwise impossible?

How discoverable are IPv6 addresses and AAAA names by potential attackers?

∞ symbol in external pdf disappears when used as figure

Is there a documented rationale why the House Ways and Means chairman can demand tax info?

List *all* the tuples!

How to draw this diagram using TikZ package?

Is high blood pressure ever a symptom attributable solely to dehydration?

Should I discuss the type of campaign with my players?

Is it true that "carbohydrates are of no use for the basal metabolic need"?



Recyclerview stay at position after item click



Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)
The Ask Question Wizard is Live!
Data science time! April 2019 and salary with experience
Should we burninate the [wrap] tag?How to Check if element is visible after scrolling?RecyclerView onClickHow to add dividers and spaces between items in RecyclerView?Why doesn't RecyclerView have onItemClickListener()?How to create RecyclerView with multiple view type?Recyclerview make the last added item be the selected item?RecyclerView Mixing Up ItemsHow to update RecyclerView Adapter Data?Adding new item to the top of the RecyclerViewRecyclerview not scrolling to saved position after screen rotation



.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty height:90px;width:728px;box-sizing:border-box;








0















Heres my problem...
I have created an RecyclerView and implement an OnItemClick listener.
Everything works, but my RecylerView scrolls every time up to the beginning when i click an item. Is there a way to fix the scroll-position?



My listener:



mAdapter = new CustomRecyclerViewAdapter(list, new OnRecyclerViewItemClickListener() 
@Override
public void onItemClick(String str)
// handle click works...

);


OnRecyclerViewItemClickListener is an Interface i created to handle click...










share|improve this question
























  • Share you click listener code

    – Tamir Abutbul
    Mar 22 at 8:21

















0















Heres my problem...
I have created an RecyclerView and implement an OnItemClick listener.
Everything works, but my RecylerView scrolls every time up to the beginning when i click an item. Is there a way to fix the scroll-position?



My listener:



mAdapter = new CustomRecyclerViewAdapter(list, new OnRecyclerViewItemClickListener() 
@Override
public void onItemClick(String str)
// handle click works...

);


OnRecyclerViewItemClickListener is an Interface i created to handle click...










share|improve this question
























  • Share you click listener code

    – Tamir Abutbul
    Mar 22 at 8:21













0












0








0








Heres my problem...
I have created an RecyclerView and implement an OnItemClick listener.
Everything works, but my RecylerView scrolls every time up to the beginning when i click an item. Is there a way to fix the scroll-position?



My listener:



mAdapter = new CustomRecyclerViewAdapter(list, new OnRecyclerViewItemClickListener() 
@Override
public void onItemClick(String str)
// handle click works...

);


OnRecyclerViewItemClickListener is an Interface i created to handle click...










share|improve this question
















Heres my problem...
I have created an RecyclerView and implement an OnItemClick listener.
Everything works, but my RecylerView scrolls every time up to the beginning when i click an item. Is there a way to fix the scroll-position?



My listener:



mAdapter = new CustomRecyclerViewAdapter(list, new OnRecyclerViewItemClickListener() 
@Override
public void onItemClick(String str)
// handle click works...

);


OnRecyclerViewItemClickListener is an Interface i created to handle click...







android android-recyclerview scroll






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Mar 22 at 8:25







JonasPTFL

















asked Mar 22 at 8:20









JonasPTFLJonasPTFL

5115




5115












  • Share you click listener code

    – Tamir Abutbul
    Mar 22 at 8:21

















  • Share you click listener code

    – Tamir Abutbul
    Mar 22 at 8:21
















Share you click listener code

– Tamir Abutbul
Mar 22 at 8:21





Share you click listener code

– Tamir Abutbul
Mar 22 at 8:21












1 Answer
1






active

oldest

votes


















0














Sry i found the error, in my listener i call an method, which updates the fragment in which my RecyclerView is implemented...



Thank you, for your fast answers!!
The question is answered...






share|improve this answer























    Your Answer






    StackExchange.ifUsing("editor", function ()
    StackExchange.using("externalEditor", function ()
    StackExchange.using("snippets", function ()
    StackExchange.snippets.init();
    );
    );
    , "code-snippets");

    StackExchange.ready(function()
    var channelOptions =
    tags: "".split(" "),
    id: "1"
    ;
    initTagRenderer("".split(" "), "".split(" "), channelOptions);

    StackExchange.using("externalEditor", function()
    // Have to fire editor after snippets, if snippets enabled
    if (StackExchange.settings.snippets.snippetsEnabled)
    StackExchange.using("snippets", function()
    createEditor();
    );

    else
    createEditor();

    );

    function createEditor()
    StackExchange.prepareEditor(
    heartbeatType: 'answer',
    autoActivateHeartbeat: false,
    convertImagesToLinks: true,
    noModals: true,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: 10,
    bindNavPrevention: true,
    postfix: "",
    imageUploader:
    brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
    contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
    allowUrls: true
    ,
    onDemand: true,
    discardSelector: ".discard-answer"
    ,immediatelyShowMarkdownHelp:true
    );



    );













    draft saved

    draft discarded


















    StackExchange.ready(
    function ()
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55295485%2frecyclerview-stay-at-position-after-item-click%23new-answer', 'question_page');

    );

    Post as a guest















    Required, but never shown

























    1 Answer
    1






    active

    oldest

    votes








    1 Answer
    1






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes









    0














    Sry i found the error, in my listener i call an method, which updates the fragment in which my RecyclerView is implemented...



    Thank you, for your fast answers!!
    The question is answered...






    share|improve this answer



























      0














      Sry i found the error, in my listener i call an method, which updates the fragment in which my RecyclerView is implemented...



      Thank you, for your fast answers!!
      The question is answered...






      share|improve this answer

























        0












        0








        0







        Sry i found the error, in my listener i call an method, which updates the fragment in which my RecyclerView is implemented...



        Thank you, for your fast answers!!
        The question is answered...






        share|improve this answer













        Sry i found the error, in my listener i call an method, which updates the fragment in which my RecyclerView is implemented...



        Thank you, for your fast answers!!
        The question is answered...







        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered Mar 22 at 8:28









        JonasPTFLJonasPTFL

        5115




        5115





























            draft saved

            draft discarded
















































            Thanks for contributing an answer to Stack Overflow!


            • Please be sure to answer the question. Provide details and share your research!

            But avoid


            • Asking for help, clarification, or responding to other answers.

            • Making statements based on opinion; back them up with references or personal experience.

            To learn more, see our tips on writing great answers.




            draft saved


            draft discarded














            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55295485%2frecyclerview-stay-at-position-after-item-click%23new-answer', 'question_page');

            );

            Post as a guest















            Required, but never shown





















































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown

































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown







            Popular posts from this blog

            Kamusi Yaliyomo Aina za kamusi | Muundo wa kamusi | Faida za kamusi | Dhima ya picha katika kamusi | Marejeo | Tazama pia | Viungo vya nje | UrambazajiKuhusu kamusiGo-SwahiliWiki-KamusiKamusi ya Kiswahili na Kiingerezakuihariri na kuongeza habari

            Swift 4 - func physicsWorld not invoked on collision? The Next CEO of Stack OverflowHow to call Objective-C code from Swift#ifdef replacement in the Swift language@selector() in Swift?#pragma mark in Swift?Swift for loop: for index, element in array?dispatch_after - GCD in Swift?Swift Beta performance: sorting arraysSplit a String into an array in Swift?The use of Swift 3 @objc inference in Swift 4 mode is deprecated?How to optimize UITableViewCell, because my UITableView lags

            Access current req object everywhere in Node.js ExpressWhy are global variables considered bad practice? (node.js)Using req & res across functionsHow do I get the path to the current script with Node.js?What is Node.js' Connect, Express and “middleware”?Node.js w/ express error handling in callbackHow to access the GET parameters after “?” in Express?Modify Node.js req object parametersAccess “app” variable inside of ExpressJS/ConnectJS middleware?Node.js Express app - request objectAngular Http Module considered middleware?Session variables in ExpressJSAdd properties to the req object in expressjs with Typescript