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;
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
add a comment |
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 you click listener code
– Tamir Abutbul
Mar 22 at 8:21
add a comment |
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
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
android android-recyclerview scroll
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
add a comment |
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
add a comment |
1 Answer
1
active
oldest
votes
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...
add a comment |
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
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
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...
add a comment |
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...
add a comment |
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...
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...
answered Mar 22 at 8:28
JonasPTFLJonasPTFL
5115
5115
add a comment |
add a comment |
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.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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
Share you click listener code
– Tamir Abutbul
Mar 22 at 8:21